move css styleing into own files and allow to open the game with a url on the battlesnake side

This commit is contained in:
2026-04-06 23:47:31 +02:00
parent 1b8fa67059
commit 8c4f83fb4b
4 changed files with 818 additions and 689 deletions
+1
View File
@@ -25,6 +25,7 @@ def create_dashboard_blueprint(server:'Server') -> Blueprint:
initial_game_id=initial_game_id,
initial_summary=initial_summary,
initial_games=initial_games,
battlesnake_url=os.getenv('BATTLESNAKE_GAMEBOARD_URL', 'https://play.battlesnake.com/game')
)
@blueprint.get('/dashboard/customizations/<path:asset_path>')