You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A really tiny UI glitch: when loading the TinyPilot UI (e.g. http://tinypilot.local), the browser might very briefly display some intermediate artifacts while initializing the frontend:
To me, it appears as if these buttons come from our dialogs: e.g., the first button row looks like the ones from the shutdown dialog (without labels, though), the button underneath is probably a dangling “close” button.
The root cause might be that the dialogs are statically dumped into the index.html page. So the artifact flickering could stem from the fact that there is a short time gap between the browser initially rendering the dialogs’ HTML, and then hiding the dialogs in a later step.
This issue might be browser-dependent.
The text was updated successfully, but these errors were encountered:
A really tiny UI glitch: when loading the TinyPilot UI (e.g.
http://tinypilot.local
), the browser might very briefly display some intermediate artifacts while initializing the frontend:You can observe this effect in the screen cast video of this PR, around the 2:01 time mark.
To me, it appears as if these buttons come from our dialogs: e.g., the first button row looks like the ones from the shutdown dialog (without labels, though), the button underneath is probably a dangling “close” button.
The root cause might be that the dialogs are statically dumped into the
index.html
page. So the artifact flickering could stem from the fact that there is a short time gap between the browser initially rendering the dialogs’ HTML, and then hiding the dialogs in a later step.This issue might be browser-dependent.
The text was updated successfully, but these errors were encountered: