-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style switcher / light theme #103
Comments
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. |
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. |
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 |
Did gulp run and finish in your terminal? Did it produce a build file at |
No description provided.
The text was updated successfully, but these errors were encountered: