[BUG] Brief UI flash/flicker on initial page load (underlined header border visible before boxed settings load) #7028
Unanswered
SachaKeserovic
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Upon loading or refreshing the dashboard, there is a subtle but noticeable visual flickering/flashing issue. During the brief fraction of a second while the page renders and loads configuration settings, an unwanted horizontal black bar/line appears across the header area before disappearing or snapping into the correct layout.
This line looks identical to the default border rendered when using headerStyle: underlined, even though my configuration explicitly sets headerStyle: boxed. It seems as if the default header styles/layout are briefly rendered on screen prior to settings.yaml preferences being parsed and applied.
To Reproduce
Expected behavior
The page should load with the configured boxed header style immediately, or without displaying a transient default underline border during the initial render pass (e.g. by hiding or defaulting gracefully before hydration/config load).
The same applies with the background that is grey during this moment instead of the configured background.
Honestly, in the current state I cannot use the app, this flickering/flashing is too annoying.
homepage version
v2.1.0 (93763b7, Aug 21, 2026)
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No response
Screenshots
During load :

After load :

All reactions