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
I'm regularly seeing the site switch to dark mode, and sometimes an in-between version with a dark wrapper and light content. Seen in Chrome and Firefox
Right click on a link, and select "Open link in new window"
The new tab will open, and you'll stay on the libraries page. Without doing anything else, the page will switch to dark mode.
Now if you look at the tab you opened, it will be in light mode. If you open another link in a new tab, it will display light mode, but the first link you opened will display dark mode.
I haven't found a way to consistently reproduce the in-between version. The moon displays, but clicking it changes the wrapper to light mode.
The text was updated successfully, but these errors were encountered:
This is probably also related to a similar issue where opening the search after changing the theme retains the old theme. Ultimately it's a state issue, and might be better managed on the backend rather than the front-end.
We could handle theming on the backend, though it would require moving the setting from localstorage to a cookie (I believe there's some sensitivity to that for anonymous users).
I'm regularly seeing the site switch to dark mode, and sometimes an in-between version with a dark wrapper and light content. Seen in Chrome and Firefox
Steps to reproduce:
The new tab will open, and you'll stay on the libraries page. Without doing anything else, the page will switch to dark mode.
Now if you look at the tab you opened, it will be in light mode. If you open another link in a new tab, it will display light mode, but the first link you opened will display dark mode.
I haven't found a way to consistently reproduce the in-between version. The moon displays, but clicking it changes the wrapper to light mode.
The text was updated successfully, but these errors were encountered: