bluewave-labs / bluewave-uptime

BlueWave Uptime Monitor application
https://uptime-demo.bluewavelabs.ca/
GNU Affero General Public License v3.0
436 stars 50 forks source link

FE - Light/Dark mode cannot detect user's settings #1026

Open marcelluscaio opened 23 hours ago

marcelluscaio commented 23 hours ago

Describe the bug Light/Dark mode cannot detect user's settings

To Reproduce Change system and browser settings to Dark, and access the project. You will see that the it defaults to light.

Expected behavior Page should detect user's settings for light/dark mode.

Additional context I believe we could follow a native approach using prefers-color-scheme's media query

gorkem-bwl commented 22 hours ago

Yep, let's do this one. Setting the label as "good-first-issue" as it's relatively an easy feature for contributors.