feat: filter menu and new allowed copying + tag exclude filter

also FINALLY fixes this annoying bug with tag selector
This commit is contained in:
trafficlunar 2026-02-01 20:08:56 +00:00
parent 6d19988306
commit 3772a23ea6
14 changed files with 226 additions and 300 deletions

View file

@ -80,7 +80,7 @@ model Mii {
lastName String
gender MiiGender?
islandName String
allowedCopying Boolean
allowedCopying Boolean?
createdAt DateTime @default(now())