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
The new loading screen that fades in/out is pretty nice, but sometimes you are developing a feature without the browser open. Because the changes are live-reloaded, the loading screen will reappear on change, but it doesn't actually start fading out until you focus the tab.
This is a slight annoyance to me when the page is actually ready to go but not visible right away. Could we check document.visibilityState to see if the tab is hidden and if so instantly hide the loading screen?
The text was updated successfully, but these errors were encountered:
The new loading screen that fades in/out is pretty nice, but sometimes you are developing a feature without the browser open. Because the changes are live-reloaded, the loading screen will reappear on change, but it doesn't actually start fading out until you focus the tab.
This is a slight annoyance to me when the page is actually ready to go but not visible right away. Could we check
document.visibilityState
to see if the tab is hidden and if so instantly hide the loading screen?The text was updated successfully, but these errors were encountered: