played-row: custom element; delete @@TOKEN@@ template + Alpine

This commit is contained in:
2026-06-13 21:15:49 +02:00
parent 48644037f6
commit 1258c529d2
5 changed files with 145 additions and 62 deletions
+9
View File
@@ -112,3 +112,12 @@ class SessionDeviceSelectorProps(TypedDict):
register_element(
"session-device-selector", "SessionDeviceSelector", SessionDeviceSelectorProps
)
class PlayEventRowProps(TypedDict):
game_id: int
csrf: str
api_create_url: str
register_element("play-event-row", "PlayEventRow", PlayEventRowProps)