-
Notifications
You must be signed in to change notification settings - Fork 488
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
Javalab - Add light mode theme and theme toggle #39964
Conversation
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.
this looks great!
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.
LGTM!
} from '@cdo/apps/redux'; | ||
import javalab, {toggleDarkMode} from '@cdo/apps/javalab/javalabRedux'; | ||
import color from '@cdo/apps/util/color'; | ||
global.$ = require('jquery'); |
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.
Curious: Why is this needed? I would have expected jquery to already exist here.
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.
JavalabView gave me an error when I tried to run the tests without it so I guess it didn't exist
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 work!
Already signed off, but here's my ✔️ for the new set of changes! |
Added a light mode theme and the ability to toggle between light and dark modes. Final designs are still TBD
dark.mode.light.mode.toggle.mov
Links
PR Checklist: