-
Notifications
You must be signed in to change notification settings - Fork 100
feat(badges): first batch of design updates for the badge component as part of SHINE #2051
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
Open
mukunku
wants to merge
66
commits into
beta
Choose a base branch
from
sal/SPARK-59-2
base: beta
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
66 commits
Select commit
Hold shift + click to select a range
3320d81
chore(bling): update to SHINE styling
dancormier c7e7761
Let's stick with "award bling" for now
dancormier e7fb59b
Why was I doing `--`?
dancormier f8e794b
update tests
dancormier 2d112fd
Update other baseline images
dancormier 5980423
Update svelte component
dancormier 34784c0
update tests, formatting
dancormier 6e8823a
Fix some tests
dancormier 2ecbdf3
got a little lint in my pocket
dancormier adf745c
Change name to bling
dancormier c43503d
formatting!
dancormier 0adb725
Merge branch 'beta' into SPARK-58/bling
dancormier a9d74b6
Add TODO for migration guide
dancormier aa7b826
Address PR review
dancormier 1c399ec
Merge branch 'beta' into SPARK-58/bling
dancormier 9e2a349
Remove award bling test images
dancormier cdd991e
update remaining visual regression test images
dancormier b6c6a4b
Update activity variant to use pink colors
dancormier f77f82a
changeset
dancormier 0c766ad
Address review
dancormier a3a051e
Update docs, tests to use updated badge, migration guide
dancormier 09b47fa
whoops
dancormier 29d6b70
Add svelte link
dancormier 7a07b9f
Change rep bling color
dancormier 55ee40a
Omit rep, activity base bling from svelte examples
dancormier 85bc7b7
Make the base bling appear as the base bling in svelte docs
dancormier 394a816
Merge branch 'beta' into SPARK-58/bling
dancormier cb7f683
Update docs
dancormier c5cc77e
basic implementation of new styles
mukunku e8864fe
update svelte component for new badge styles
mukunku 7aed5a4
update baseline
mukunku de7cb6f
lint
mukunku 31d3c62
moar linting
mukunku 232f096
moar linting
mukunku 9011bd6
Merge branch 'beta' into sal/SPARK-59-2
mukunku c26936e
update baseline
mukunku 186529c
add theming back
mukunku 5914b99
make only admin badge themeable
mukunku 96c467a
Merge branch 'beta' into sal/SPARK-59-2
mukunku 3a420f0
fix copy
mukunku 26c41e6
changeset+migration_guide
mukunku ebfa82e
fix high contrast
mukunku 18f0a0a
Merge branch 'beta' into sal/SPARK-59-2
mukunku af276c7
update baseline
mukunku 5c45cb5
Merge branch 'sal/SPARK-59-2' of https://github.com/StackExchange/Sta…
mukunku 4436f70
fix bling sizing issues
mukunku 956b575
add more size options to docs
mukunku 7cbb08d
replace all s-bling__xs usages with s-bling__sm
mukunku 085a028
fix svelte component
mukunku c06c3f0
lint
mukunku f3d8fbf
Merge branch 'beta' into sal/SPARK-59-2
dancormier d5108ce
Minor bling less, docs cleanup
dancormier 4132cad
Styling, docs updates
dancormier cb5344b
Update more visual regression tests
dancormier f62d958
Revert "Update more visual regression tests"
mukunku f2b985e
Revert "Styling, docs updates"
mukunku a599d71
Revert "Minor bling less, docs cleanup"
mukunku fbef2a2
pr feedback
mukunku 0040cc4
expose svelte badge component
mukunku 7ee9223
lint
mukunku 05fcda3
Merge branch 'beta' into sal/SPARK-59-2
mukunku fecf4fb
update line-height
mukunku 8181136
update baseline
mukunku 6c39d9a
Merge branch 'beta' into sal/SPARK-59-2
mukunku 9394fc3
fix lint
mukunku 31d64d7
remove comments
mukunku File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| "@stackoverflow/stacks": minor | ||
| "@stackoverflow/stacks-svelte": minor | ||
| --- | ||
|
|
||
| feat(badges): first batch of design updates for the badge component as part of SHINE | ||
|
|
||
| BREAKING CHANGES: | ||
| - `.s-badge__xs` removed | ||
| - `.s-award-bling` renamed to `.s-bling` (used in some badge templates) |
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
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-admin-sm.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-admin-xs.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-admin.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-ai-sm.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-ai-xs.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-ai.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-answered.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-bot-sm.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-bot-xs.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-bot.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-bounty.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-bronze.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-danger-filled-icon.ico
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
packages/stacks-classic/screenshots/Chromium/baseline/s-badge-dark-danger-filled.ico
Git LFS file not shown
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.
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.
The mod badges aren't customizable today in SOE it seems:

So we should be okay to not make the new mod badge themeable either. Thread here