-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[admin] dark mode #5511
Merged
Merged
[admin] dark mode #5511
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbae91f - Browse repository at this point
Copy the full SHA dbae91fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c4cf3 - Browse repository at this point
Copy the full SHA 04c4cf3View commit details -
Let clicks go through the
ui/toast
component containerOtherwise the transparent element would have captured some of them.
Configuration menu - View commit details
-
Copy full SHA for 9296111 - Browse repository at this point
Copy the full SHA 9296111View commit details -
Fallback to the default locale if the selected one is unsupported
This can happen if the list of available locales changes and an old value is stored in the session.
Configuration menu - View commit details
-
Copy full SHA for b3ea5e9 - Browse repository at this point
Copy the full SHA b3ea5e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a22b14 - Browse repository at this point
Copy the full SHA 5a22b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6faea - Browse repository at this point
Copy the full SHA 0b6faeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe6da39 - Browse repository at this point
Copy the full SHA fe6da39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74efa66 - Browse repository at this point
Copy the full SHA 74efa66View commit details -
Add theme support to the SolidusAdmin UI with dark and dimmed variants
- Save the user preference alongside the system preference so that when the system switches the UI will follow along. - Use the session to store preferences so that we start the page with the correct theme(s). - Keep the current theme in the select tag up to date at page load and whenever the system changes. Add dark and dimmed theme variants dark: Full black background with no alteration on images. dimmed: Dark gray background with dimmed images, easier on the eyes but less accurate colors.
Configuration menu - View commit details
-
Copy full SHA for b94c635 - Browse repository at this point
Copy the full SHA b94c635View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.