1
0
Commit Graph

8 Commits

Author SHA1 Message Date
8ac6f8fede
redesign session list 2026-03-05 02:51:51 +01:00
32ab7594f1
refactor style sheets 2026-03-05 01:55:45 +01:00
ff753f2e2f
switch session list to new localized terminology 2026-03-03 01:59:05 +01:00
7e7410a406
improve design of session view
This improves the design of the session view a lot. However, several
things still need to be done:

1. The rules section is not styled.

2. The session list is not styled.

3. The design is not responsive yet. This will take longer, as the base
   view will need to be overhauled substantially to take advantage of
   wider screens.

4. A light mode needs to be added.
2026-03-03 01:45:14 +01:00
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
4e9d35178a
make opening sessions by query param possible
Specific sessions can now be opened by setting a query param to their
id. This is needed to allow users to reload the page without being
kicked out to the session selection.
2026-02-27 00:08:18 +01:00
bb3ad61950
make import paths absolute 2026-02-22 12:51:28 +01:00
a961c87e96
basic session selector 2026-02-17 21:31:33 +01:00