ploi / roadmap

Open source roadmapping software
https://roadmap.ploi.io
MIT License
418 stars 84 forks source link

Add darkmode to frontend #258

Open Cannonb4ll opened 8 months ago

Cannonb4ll commented 8 months ago

Filament (admin area) already has dark mode. Might be nice to have a dark mode feature on the frontend too.

fabiorodriguesroque commented 11 hours ago

I've opened a draft PR to start working on this.

I'll start adding the dark classes to the code and then I'll add the switcher on navigation bar. It's supposed to use the localStorage theme as filament do right? so we can keep things synced.