feat: improve mii list filtering, add gender filter

- added react transitions when redirecting, should improve UI looks and
smoothness when filtering/sorting
- small refactor - put @types/sjcl in devDependencies
This commit is contained in:
trafficlunar 2025-07-19 17:12:38 +01:00
parent 1a14683a10
commit e1a158d070
11 changed files with 141 additions and 93 deletions

View file

@ -17,7 +17,6 @@
"@bprogress/next": "^3.2.12",
"@hello-pangea/dnd": "^18.0.1",
"@prisma/client": "^6.11.1",
"@types/sjcl": "^1.0.34",
"bit-buffer": "^0.2.5",
"canvas-confetti": "^1.9.3",
"dayjs": "^1.11.13",
@ -47,6 +46,7 @@
"@types/node": "^24.0.13",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/sjcl": "^1.0.34",
"eslint": "^9.31.0",
"eslint-config-next": "15.3.5",
"prisma": "^6.11.1",