-
Notifications
You must be signed in to change notification settings - Fork 52
Feature/Adding DarkMode option to project #301
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
Conversation
# Conflicts: # app/static/style.css # app/templates/agenda.html
Codecov Report
@@ Coverage Diff @@
## develop #301 +/- ##
========================================
Coverage 95.40% 95.40%
========================================
Files 79 79
Lines 3549 3549
========================================
Hits 3386 3386
Misses 163 163
Continue to review full report at Codecov.
|
# Conflicts: # app/static/grid_style.css
# Conflicts: # app/static/global.css # app/templates/base.html # app/templates/partials/calendar/navigation.html # app/templates/profile.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! I've added few insights :)
# Conflicts: # app/static/grid_style.css # app/templates/profile.html
# Conflicts: # app/templates/base.html # app/templates/profile.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I've added few insights
# Conflicts: # app/static/style.css # app/templates/base.html # app/templates/index.html # app/templates/partials/calendar/navigation.html
# Conflicts: # app/static/grid_style.css
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great progress :)
# Conflicts: # app/templates/base.html # app/templates/invitations.html # app/templates/partials/user_profile/middle_content/event_card.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix small issues, send me DM when you're done and let's merge this PR
Added icon to change to dark mode, used js script to change css variables on load.
atm, changed the new view, and the navigated route we have in app