-
Notifications
You must be signed in to change notification settings - Fork 73
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
Feature/dark mode UI v2 #309
base: releaseCandidate
Are you sure you want to change the base?
Feature/dark mode UI v2 #309
Conversation
… all data' instead
…life for reusability
…n for options main page with popup (and viceversa)
…eature wouldn't work
Hi @Astisme, |
Hi yes, I had a little bit of an issue tackling the last points |
…work in firefoxDEV
…n; when clicking the enable-dark-mode btn, disable the follow-system btn
With these commits, I've concluded my development. |
|
bbcc807
to
6b14f35
Compare
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.
merged and checked
@tprouvot I think I've found an issue currently on the live version (which is breaking the test-framework) |
Hi @Astisme , |
ok, that's all. |
Hi @Astisme,
Popup, lots of differences in REST Explore page, Event Monitor, Field Creator |
Describe your changes
Complete overhaul to implement dark mode on every page.
This inlcudes the following:
Ability to switch to light/dark mode from within the popupAbility to switch to light/dark mode from the options page
Ability to pick between default and accent mode form within the options page
Synchronization of theme & accent between any inspector page and any other inspector page (including popup)
Load of page with the latest theme and accent (
fast-theme.js
)New styling for inspector button (need
inspector.css
in the manifest) when theme != light && accent != defaultWhile I was working on CSS,
While I was trying to test on Firefox,
links.js
not being recognized as a module (removed from the manifest and renamed tolinks.mjs
)Updated the readme.md with the newest command for thesf
cli.Issue ticket number and link
Issue #64
Checklist before requesting a review