1
0
Commit Graph

2 Commits

Author SHA1 Message Date
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
b9ed3ed37f
refactor to allow use of routing 2026-02-22 15:18:34 +01:00