topdown / VVV-Dashboard

Dashboard for Varying Vagrant Vagrants https://github.com/Varying-Vagrant-Vagrants/VVV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VVV Dashboard Design

topdown opened this issue · comments

Create a more modern design for VVV Dashboard

Need to change the view system to handle theme options.
Eg.

views/
         default/  (current)
         new-theme/
         another-theme/

Then we need a setting for managing which theme|views are loaded.

I made a dark theme for the dashboard, is there currently a way in the dashboard to save settings so it could be enabled from the browser? Maybe a configuration file that's updated upon saving changes such as enabling another theme?

vvv-dash-dark

@tpkemme there is nothing yet. I will see if I can set something up in the very near future.
It would still be controlled via Constant.

How much did you have to change? Just CSS?

@topdown I only used CSS to change the styles. I pretty basic way to toggle between the default theme and "dark mode" you can see here. I'm saving the theme name to a txt file in views/themes. I can make a pull request if you'd like