mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Enable filtering by status
This commit is contained in:
parent
9361066244
commit
474c06738d
2 changed files with 35 additions and 6 deletions
|
|
@ -7,10 +7,10 @@ import slugify from 'slugify'
|
|||
const md = new MarkdownIt()
|
||||
|
||||
|
||||
const statuses = {
|
||||
'✅': 'yes',
|
||||
'✳️': 'yes-but',
|
||||
'⏹': 'in-progress',
|
||||
export const statuses = {
|
||||
'✅': 'native',
|
||||
'✳️': 'rosetta',
|
||||
'⏹': 'no-in-progress',
|
||||
'🚫': 'no'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue