onejgordon / flow-dashboard

[UNMAINTAINED] A goal, task & habit tracker + personal dashboard to focus on what matters

Home Page:http://flowdash.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style switcher / light theme

onejgordon opened this issue · comments

Style switcher / light theme

I can work on this ,if no one has a problem with it ?

That would be great!

Most styling happens via material-ui package, and configured in components/Site.js. I believe a few styles are in css as well in static/flow.css.

My first thought is a theme dropdown or toggle, maybe under the profile page, and stored in the User.settings JSON (models.py).

Toggle will be a bette option if there are 2 themes,the current(and default one) and light theme.
If there are more than that(please let me know if there are) dropdown will be a better option.
Let me know which one you will prefer.

Works for me. The original request came from a user who said the dark was hard on their eyes so I think a single alternative that inherits from a material-ui light palette will address the need.

Perfect,i'll work on it.

@JoyBhalla are you still working on this. I can help out

I was a little busy with University work,I will,we can work on it together I'd love to!

I've installed all the required libraries and stuff required through pip,but i can't run the server script i'm getting the error "dev_appserver.py : command not found" . I am running it in a virtualenv, but i have not setup a google cloud instance.
Any help here ?

When you installed Google App Engine (via gcloud) it should have installed the dev app server and added it to your path. Do you have gcloud working? What does your path look like?

My bad,Google App Engine is not installed. Thanks for the help!

When running the "gcloud components update" command,i am getting the error : "You cannot perform this action because the Cloud SDK component manager
is disabled for this installation",any help ? There are options to install components through apt-get,but when i'm running apt-get i am not able to install the components,and i couldn't find anything on google to help me with this.
Any help?

Did gulp run and finish in your terminal? Did it produce a build file at dist/src/build.js?