miljkovicjovan / minimalist-task-tracker

Minimalist task tracker using Local Storage
https://minimalist-task-tracker.netlify.app/
5 stars 21 forks source link

Light - Dark Mode #56

Closed miljkovicjovan closed 2 months ago

zablon-oigo commented 11 months ago

Hello, Please Explain more on how you would like this effect i.e. should it be a toggle button or code that detects a user theme automatically?

miljkovicjovan commented 11 months ago

@zablon-oigo for this issue simply create a setting in settings modal with a toggle which will change a localstorage value to true or false (dark, light). The default option should be light. And then based on that you need to create logic for the styling to change.

zablon-oigo commented 11 months ago

Please assign me, I can tackle this

zablon-oigo commented 11 months ago

Hello, I tried running the application locally and I faced an annoying bug, I was wondering if anyone else faced the same issue and how they solved it react bug

miljkovicjovan commented 11 months ago

@zablon-oigo please create a separate issue with step by step with how to reproduce

aditya-armal commented 10 months ago

There Should be a option for dark mode to use as per user's system setting. @miljkovicjovan

miljkovicjovan commented 10 months ago

@aditya-armal yes that would be a nice issue to add once we add the basic toggle switch