-
-
Notifications
You must be signed in to change notification settings - Fork 950
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
feat(ui): Dark Mode #2493
feat(ui): Dark Mode #2493
Conversation
I didn't ask before, but any considerations regarding colors? Specially with the NavBar colors? |
The white(ish) on yellow(ish) is probably going to be difficult to read. I think I'd prefer the same navbar colors for both, e.g. the original. But everywhere else seems to look okay from your screenshots. Also, I apologize for the delays on getting all these reviewed and in, I'm a bit overwhelmed with this project at the moment, having 50 open PRs. Are you on our discord? If so it would probably easier to communicate about any of these and get them across the goal line. |
Fair, will do.
I can totally understand, no problem. I wasn't, but I just got there, I've sent you a DM. Thanks! |
Draft until #2491 is merged. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2493 +/- ##
=========================================
- Coverage 7.03% 6.96% -0.08%
=========================================
Files 87 87
Lines 17697 17691 -6
Branches 8406 8406
=========================================
- Hits 1245 1232 -13
- Misses 13716 13754 +38
+ Partials 2736 2705 -31
Flags with carried forward coverage won't be shown. Click here to find out more. |
I don't know why, but the toggle drop down doesn't work on the "Applications" tab. |
That's odd. I have really no idea why too, there's no obvious reason for it, I'll need to debug later |
@TheElixZammuto any idea what could cause this? The "button" works on every other navbar page, and there are no errors in the browser console. |
Fixed. It had to do with bootstrap module bundling being implicitly duplicated. It'll probably be a good idea to revamp the vite configs in the future, for now I just removed the duplication. ref: |
chore(ui): fixes code review chore(ui): fix dark navbar colors chore: fixes from review chore: rename to just theme
Description
Includes dark mode, auto selects and allows for manually overriding with user preference
Screenshot
Depends on:
Type of Change
.github/...
)Checklist
Branch Updates
LizardByte requires that branches be up-to-date before merging. This means that after any PR is merged, this branch
must be updated before it can be merged. You must also
Allow edits from maintainers.