feat: implement frontend filter bars and integration across all list views

This commit is contained in:
2026-06-09 13:56:02 +02:00
parent b8d807d302
commit 4e77934d06
9 changed files with 915 additions and 142 deletions
+2
View File
@@ -501,6 +501,8 @@ class FilterPreset(models.Model):
("sessions", "Sessions"),
("purchases", "Purchases"),
("playevents", "Play Events"),
("devices", "Devices"),
("platforms", "Platforms"),
]
name = models.CharField(max_length=255)