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
+6
View File
@@ -63,6 +63,9 @@ from common.components.filters import (
FilterBar,
PurchaseFilterBar,
SessionFilterBar,
DeviceFilterBar,
PlatformFilterBar,
PlayEventFilterBar,
)
__all__ = [
@@ -115,4 +118,7 @@ __all__ = [
"FilterBar",
"PurchaseFilterBar",
"SessionFilterBar",
"DeviceFilterBar",
"PlatformFilterBar",
"PlayEventFilterBar",
]