ZTL-ARTCC / Current_Website

vZTL's Official Website
4 stars 7 forks source link

Implement UI Dark Mode #201

Open kjporter opened 1 year ago

kjporter commented 1 year ago

Description Several users requested a "dark mode" for the website.

Acceptance Criteria

Accepted By:

Dev Notes

Working Branch

PR

QA Notes

Deployment Notes

iccowan commented 1 year ago

We might want to look into this, because bootstrap may support a dark mode that auto-detects the user's browser preference and changes the styling based on that.

iccowan commented 1 year ago

Also, that website mentioned looks extremely similar to daisyUI's light/dark themes (https://daisyui.com/components/) which are supported by default so I guess possibly we could consider moving to a styling framework that supports different themes (not sure if this would be easier or not - just some ideas). DaisyUI is a component library built on top of TailwindCSS which is very nice to use, but not the easiest (I've just come to dislike bootstrap, lol).

kjporter commented 1 year ago

Yeah, I think you are right about TailwindCSS... not familiar with DaisyUI. I think I could replicate the same effect with JS and CSS...