Optionally require forced page refresh on detected webui update

A forced refresh is only necessary in case the webui was already loaded and thus, still uses outdated files from the old version.

In case the app just got freshly opened in a tab, a refresh is not necessary because the latest files are already being used.
In that case, just show an update dialog which won't force a tab refresh.
This commit is contained in:
schroda
2025-10-14 22:19:15 +02:00
parent 8d276c25bd
commit bb6865e111
2 changed files with 22 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Changed
- (**Category**) Prevent creating categories without a name
- (**WebUI Update**) Do not require a forced page refresh when an update has been detected in case the app just got opened
### Fixed
- (**General**) Fix tooltips sometimes causing a layout shift