-
-
Notifications
You must be signed in to change notification settings - Fork 275
feat: accessible rings, accent colors & visual changes #904
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
760f29d
fix: use ring-accent/70
jellydeck e9eb0ef
fix: cleanup unnecessary focus-visible classes
jellydeck 797e0b1
fix: outline clipped
jellydeck 4912dd4
fix: input rings
jellydeck a62852e
feat: accessible accent colors for dakr & light theme
jellydeck 80a3876
feat: add AppLogo component
jellydeck 66d1599
fix: auth modal client rings
jellydeck e9aaa19
somehow missed this input?
jellydeck 7725aef
fix: use ring-accent/70
jellydeck dd3b7ce
fix: cleanup unnecessary focus-visible classes
jellydeck 4784a43
fix: outline clipped
jellydeck 042d29a
fix: input rings
jellydeck b2f330b
feat: accessible accent colors for dakr & light theme
jellydeck 775b5bf
feat: add AppLogo component
jellydeck daa148a
fix: auth modal client rings
jellydeck f2dc027
somehow missed this input?
jellydeck 0fb0c6c
Merge branch 'main' into visual-adjustments
jellydeck 0a68b75
Merge branch 'visual-adjustments' of https://github.com/jellydeck/npm…
jellydeck 2408e8c
fix: update aria-label as state
jellydeck caeb263
fix: more focus rings, standardise button size and address clipping i…
danielroe e00f4b0
few more rings
jellydeck 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| <script setup lang="ts"> | ||
| defineProps<{ | ||
| class?: string | ||
| }>() | ||
| </script> | ||
|
|
||
| <template> | ||
| <svg | ||
| aria-hidden="true" | ||
| xmlns="http://www.w3.org/2000/svg" | ||
| viewBox="0 0 512 512" | ||
| width="96" | ||
| height="96" | ||
| :class="class" | ||
| > | ||
| <title>{{ $t('alt_logo') }}</title> | ||
| <rect fill="var(--bg)" width="512" height="512" rx="64" /> | ||
| <rect fill="var(--fg)" x="110" y="310" width="60" height="60" /> | ||
| <text | ||
| fill="var(--accent)" | ||
| x="320" | ||
| y="370" | ||
| font-family="'Geist Mono',ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace" | ||
| font-size="420" | ||
| font-weight="500" | ||
| text-anchor="middle" | ||
| > | ||
| <tspan>/</tspan> | ||
| </text> | ||
| </svg> | ||
| </template> | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.