1
0
Commit Graph

10 Commits

Author SHA1 Message Date
a5e8ec0a07
disable service worker registration
A recent bug has proven that the service worker cache refresh does not
yet work as intended and can lead to a bug where the entire app does not
load. It therefore has been disabled for now.
2026-03-11 19:06:36 +01:00
11bda1d8a4
replace safari persiting popup with dedicated component 2026-03-11 02:14:05 +01:00
6f643f7070
add a service worker 2026-03-09 23:31:34 +01:00
30791ffe85
only try to persist in safari 2026-03-09 23:31:06 +01:00
c3dbf63419
improve safari error message 2026-03-09 21:43:47 +01:00
69790b4716
implement persistence request for safari 2026-03-09 21:15:27 +01:00
05df37bf06
add info page 2026-03-05 22:14:21 +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
b9ed3ed37f
refactor to allow use of routing 2026-02-22 15:18:34 +01:00