Skip to content

Commit 33de7b4

Browse files
authored
features list: fix search and improve ui/ux (#3626)
1 parent a83cada commit 33de7b4

File tree

5 files changed

+390
-111
lines changed

5 files changed

+390
-111
lines changed

src/api/search.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { platformOptions } from 'src/types';
2+
3+
export const platformFilters = [
4+
{
5+
id: 'platform',
6+
label: 'Platform filter (official features)',
7+
options: platformOptions,
8+
cssClassPattern: '${value}-search',
9+
},
10+
];

0 commit comments

Comments
 (0)