ProjectHoot / Hoot

Project Hoot repository
MIT License
57 stars 10 forks source link

Default to dark mode, have the setting saved in the user account #65

Closed JobDestroyer closed 2 years ago

JobDestroyer commented 2 years ago

Dark mode should be default for unauthenticated users and new users. We should save preferences for dark vs light mode so it remembers when they log in.

squash commented 2 years ago

Would it make sense to instead use the OS dark mode setting? Browsers are exposing this these days.

Twitch0125 commented 2 years ago

that pull request updates the logic to account for the OS settings. As for "remembering" what the user selected, right now we use localStorage and cookies and is not tied to the user's account. We'd probably need an update to Lotide to support some kind of User Metadata