-
Notifications
You must be signed in to change notification settings - Fork 251
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
Maintenance start time style and clock UI and theme changes #1869
Merged
ajhollid
merged 9 commits into
bluewave-labs:develop
from
Owaiseimdad:Maintenance-start-time-style
Mar 10, 2025
Merged
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a0401ff
Maitenance start time style fixes.
Owaiseimdad b3bfab0
Merged the conflict theme file.
Owaiseimdad ffcc32e
Merge branch 'bluewave-labs:develop' into Maintenance-start-time-style
Owaiseimdad 6983b3a
have added the accent in order to make sure that the number choosen i…
Owaiseimdad 872501f
Merge branch 'bluewave-labs:develop' into Maintenance-start-time-style
Owaiseimdad ef954af
Made major ui changes in clock.
Owaiseimdad 5ffc822
Theme constant changes.
Owaiseimdad 9e33a0a
FIX for style of clock colors when not active.
Owaiseimdad 28c44d6
Removed the text component from mui themes.
Owaiseimdad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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 won't work with MUI components. They must be defined in a very specific format in order to work with MUI. You can reference them directly as you have, but we can't use this with MUIs "variant" system.
Let's just drop this enitirely, I don't see a need to define new colors for this component. The same colors should be used as all other components.
The picker should use
theme.primary.contrastText
ortheme.primary.lowContrast
if you need a lower contrast color.If we define a new color scheme for each component we defeat the purpose of the theme.
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.
have use contrastTextTertiary now, matches some what to the expectation. You can let me know if it works or not.
Screen.Recording.2025-03-10.at.5.41.26.AM.mov