In the JS UI, turn each category of Activity into a collapsible section to save space #147

This commit is contained in:
Ian Renton
2026-09-18 15:45:23 +01:00
parent 81cd686a00
commit bf9b4ac68c
7 changed files with 126 additions and 51 deletions
+2 -1
View File
@@ -124,7 +124,8 @@ class AlertType(str, Enum):
class ActivityType(str, Enum):
"""Type of an activity. Used to group them in the web UI."""
WORLDWIDE = "WORLDWIDE"
TRADITIONAL = "TRADITIONAL"
ADVENTURE = "ADVENTURE"
REGIONAL = "REGIONAL"
EVENT = "EVENT"