mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add support for updated filter syntax
This commit is contained in:
parent
16fe1fbbe9
commit
ec8a789c9a
1 changed files with 4 additions and 24 deletions
|
|
@ -258,36 +258,16 @@ export default {
|
||||||
default: () => [
|
default: () => [
|
||||||
{
|
{
|
||||||
label: '✅ Native Support',
|
label: '✅ Native Support',
|
||||||
query: 'status:native'
|
query: 'status_native'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '✳️ Rosetta',
|
label: '✳️ Rosetta',
|
||||||
query: 'status:rosetta'
|
query: 'status_rosetta'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '🚫 Unsupported',
|
label: '🚫 Unsupported',
|
||||||
query: 'status:no'
|
query: 'status_no'
|
||||||
},
|
}
|
||||||
{
|
|
||||||
label: 'Music Tools',
|
|
||||||
query: 'Music'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Developer Tools',
|
|
||||||
query: 'Developer'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Photo Tools',
|
|
||||||
query: 'Photo'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Video Tools',
|
|
||||||
query: 'Video'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Productivity Tools',
|
|
||||||
query: 'Productivity'
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue