1
0
watterblock/ui
Adrian Wannenmacher de0fc8c917
enable history navigation
The previous implementation only looked at the URL (and state) during
initialization. This allowed users to open a specific session via URL
(e.g. when reloading the page).

History navigation, however, was completely ignored. I.e. if the user
pressed the back button the URL would change, but the content would
remain the same.

This has now been corrected.
2026-03-01 02:28:47 +01:00
..
base_view.js enable history navigation 2026-03-01 02:28:47 +01:00
game.js switch over to mithril fragment method 2026-02-22 12:51:44 +01:00
layout.js refactor to allow use of routing 2026-02-22 15:18:34 +01:00
round.js make import paths absolute 2026-02-22 12:51:28 +01:00
session_list.js enable history navigation 2026-03-01 02:28:47 +01:00
session.js enable history navigation 2026-03-01 02:28:47 +01:00