Skip to content

Commit 8ff3485

Browse files
committed
Refactor AbilitiesFilter to flatten tag structure for MultiSelect
- Removed categorization of tags and replaced it with a flat array. - Simplified the mapping of tags to include only those with abilities. - Updated label formatting to reflect the count of abilities directly.
1 parent dab38ef commit 8ff3485

3 files changed

Lines changed: 1182 additions & 600 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"build:prod": "pnpm clean && nx vite:build --config vitest.config.ts",
1111
"build:profile": "cross-env PROFILE=true pnpm build:prod",
1212
"build:measure": "cross-env MEASURE=true pnpm build:prod",
13+
"deploy": "pnpm clean && pnpm build:prod && wrangler pages deploy --project-name saga-abilities dist",
1314
"preview": "nx vite:preview",
1415
"start": "nx serve",
1516
"clean": "rimraf dist",

0 commit comments

Comments
 (0)