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
Describe the Bug
When refreshing the page in dark theme, there is a noticeable "blip" where the theme momentarily flickers, which disrupts the user experience.
To Reproduce
Steps to reproduce the behavior:
Enable the dark theme on the website.
Refresh the page.
Observe the flicker or "blip" that occurs during the reload.
Expected Behavior
The page should seamlessly refresh while maintaining the dark theme without any flicker or visual disruption.
Additional Information
This issue may be related to how the dark theme styles are applied during the initial loading process. Solutions like server-side rendering (SSR) or improving CSS application timing might help.
The text was updated successfully, but these errors were encountered:
Describe the Bug
When refreshing the page in dark theme, there is a noticeable "blip" where the theme momentarily flickers, which disrupts the user experience.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The page should seamlessly refresh while maintaining the dark theme without any flicker or visual disruption.
Screenshots
Screencast from 2024-12-18 13-51-38.webm
Additional Information
This issue may be related to how the dark theme styles are applied during the initial loading process. Solutions like server-side rendering (SSR) or improving CSS application timing might help.
The text was updated successfully, but these errors were encountered: