feat: add user platform filters to store view

This commit is contained in:
DecDuck
2025-08-27 12:16:27 +10:00
parent 8efddc07bc
commit 367d349a68
5 changed files with 55 additions and 13 deletions

View File

@ -8,4 +8,5 @@ export type StoreFilterOption = {
export type StoreSortOption = {
name: string;
param: string;
platformIcon?: { key: string; fallback?: string };
};