sleepyfran / readder

📖 Read articles from your favourite website based on how much time you have
https://sleepyfran.github.io/readder/
20 stars 2 forks source link

Add a settings page #16

Open sleepyfran opened 5 years ago

sleepyfran commented 5 years ago

Right now the user always needs to select a community every time they enter in the app, even if they always read from the same one. We should add a settings screen in which the user can customize the default minutes, community and subcommunity and persist those settings in the local storage.

mcshakes commented 4 years ago

@sleepyfran I'd love to help with this! Can I get some more info on the the deliverables for Settings page

sleepyfran commented 4 years ago

Hey @mcshakes, super glad to hear you're interested in tackling this! There's nothing set in stone right now, just the basic idea described in the issue. I guess a simple page with inputs that allows the user to set those three settings and a button to save those into the localStorage is more than enough. And of course checking if those settings are present when initializing the app (you can take a look at #12 for that since @andreasvirkus already did a great job for the dark mode).

If you have any more questions don't hesitate to ask :)