OSTA-group / osta

OSTA is an initiative from Belgian Karel De Grote Students in collaboration with Info Support. Our goal is to make travel information accessible for everyone, even without an internet connection.
https://osta.bauwendr.com
GNU General Public License v3.0
1 stars 3 forks source link

Settings to enable dark mode in app #51

Open deregtervictor opened 3 months ago

BauwenDR commented 3 months ago

I think it would be best to enable dark mode based on system preferences. We should only overwrite this when the user has changed this setting.

Luckily, ionic has built-in dark mode support. https://ionicframework.com/docs/theming/dark-mode

Luciffffer commented 3 months ago

Are there any plans to create an actual settings screen?

Because there are like 2 ways we could go about this. Either we create a settings screen with a dark mode switch and then later on we can add other options, or if that's not necessary, the we can just add a dark mode switch here like this:

image

Lemme know what the plans are with the project. I'd be willing to try creating it. (yes I'm bored and this is my way of procrastinating)