gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

[TODO] Light Mode / Dark Mode theme controller #64

Open gbowne1 opened 1 year ago

gbowne1 commented 1 year ago

The dashboard needs a theme controller to control the light mode / dark mode theme.

The dark mode should be gray and black with a gray text color

Light mode should be the primary color blue navbar and, black text, gray or white in the rest of the app.

There is some stub code for this in the client, but its not working. Look in theme.js, index.js, app.js and dashboard.js

gbowne1 commented 11 months ago

I worked on this some today. Still needs some work.

I need to create a theme.css with the dark-theme | light theme switch. I found some problems with the present scripts. There is also some problems with the switch case css classes on the switch toggle itself.

gbowne1 commented 11 months ago

@jzunigarce I tried fixing the theme controller for dark mode/light mode in app.js it's not working.