mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
In the JS UI, turn each category of Activity into a collapsible section to save space #147
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user