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
Create API endpoint to set light mode from javascript and save as a session value then update the view composer to use the session value if the user value is null
Update toggle in profile to use indeterminate state and set the value to null in existing api endpoint then add in session value setting and figure how to determine what the actual light_mode state should be
The text was updated successfully, but these errors were encountered:
Unfortunately I don't have direct access to this OS feature so this is more of a to-do. If not directly set, the default result should be dark mode.
Make
light_mode
boolean nullable as a third state to allow the app to use auto detectionRefer to https://www.kirupa.com/tricks/dealing_with_dark_mode.htm and add javascript to update light mode with OS setting change
Create API endpoint to set light mode from javascript and save as a session value then update the view composer to use the session value if the user value is null
Update toggle in profile to use indeterminate state and set the value to null in existing api endpoint then add in session value setting and figure how to determine what the actual
light_mode
state should beThe text was updated successfully, but these errors were encountered: