-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
style: Implement Dark Mode #95
Open
Readpato
wants to merge
42
commits into
main
Choose a base branch
from
feature/dark-mode
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2accb8b
chore(deps): install unocss preset mini
Readpato 0ff46e5
chore(vite.config): add uno preset to config
Readpato 6cc6b83
chore(vite.config/uno): add specific colors and cta-icon shortcut
Readpato f9ad858
refactor(TresLeches): add color shortcuts to icons and background
Readpato f65ed27
style(FPSGraph): implement dark mode
Readpato 1639dfd
style(VectorControl): implement dark mode
Readpato 1a2a342
style(BooleanControl): implement dark mode
Readpato b0a12de
style(BooleanControl): tweak dark mode
Readpato f7a12c5
style(BooleanControl): adjust dark mode
Readpato a03f54d
style(FPSGraph): adjust text in dark mode
Readpato acc204b
style(SelectControl): implement dark mode
Readpato 267cd15
style(VectorControl): tweak dark text mode
Readpato 7fa7a9a
style(SliderControl): implement dark mode
Readpato 4d1b756
style(BooleanControl): update text style
Readpato 39e4047
style(ControlLabel): update text color
Readpato 812af64
style(FPSGraph): update style color
Readpato db6ec9e
refactor(vite.config): add shortcut for button styles
Readpato 7761b8b
style(ButtonControl): implement dark mode
Readpato fca603c
style(Folder): add border colors
Readpato 35a45fb
refactor(Folder): add proper border width
Readpato 0331d32
refactor(vite.config.ts): utilize bg-secondary when possible
Readpato aa04da8
style(ColorControl): implement dark mode
Readpato 3e23355
style(NumberControl): implement dark mode
Readpato 8331873
style(TextControl): implement dark mode
Readpato ba268d1
style(Folder): add proper text
Readpato 78d2b3f
refactor(vite.config.ts): create secondary text shortcut
Readpato fd006b7
style(BooleanControl): add secondary text color
Readpato 025cc92
style(ControlLabel): add secondary text
Readpato 30df389
style(FPSGraph): organize classes by specificity and add secondary text
Readpato d95cbd9
style(NumberControl): sort class by specificty
Readpato 82f096b
refactor(SelectControl): add class specificity
Readpato d279bbf
style(SliderControl): sort classes by specificity
Readpato ebf910e
style(TextControl): sort classes by specificity
Readpato ffa41d0
style(VectorControl): sort class by specificity
Readpato 2ab99e2
style(TextControl): add placeholder colors
Readpato 1a058f7
style(ColorControl): add label color
Readpato 2e45b05
test(snapshots): update snapshots to reflect changes
Readpato 047be79
refactor(SliderControl): fix linter error
Readpato c6ede4b
refactor(TresLeches): fix lint error
Readpato 3663967
chore(lint): disable max-len on vite.config.ts
alvarosabu 2c1d98e
style: changed dark mode icon style to more subtle one in favor of vi…
alvarosabu a6198c5
test: update snapshots
alvarosabu 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
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.
Folders look different now, they had a subtle gray background and no border before.
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.
Hey there! I tried to emulate the tweak pane folder component, which it clearly denoted the separation between one folder and another. I don't mind turning it back or adapting the old styles (which I removed without asking, my bad) to the new component =] Let me know!