feat: add reusable Badge pill component#110
Merged
struong merged 1 commit intojen/network-upgrades-pagefrom Feb 18, 2026
Merged
feat: add reusable Badge pill component#110struong merged 1 commit intojen/network-upgrades-pagefrom
struong merged 1 commit intojen/network-upgrades-pagefrom
Conversation
Adds a Badge component following the Demo pill style (rounded-[30px], 9px uppercase text) with variants for all Radix color scales: red, amber, green, blue, violet, gray. Replaces emoji priority indicators with <Badge variant="red">Required</Badge> on the network upgrades page. Co-authored-by: Jen <jen@tempo.xyz> Amp-Thread-ID: https://ampcode.com/threads/T-019c71df-8566-77cd-80ce-01c287208044 Co-authored-by: Amp <amp@ampcode.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
struong
pushed a commit
that referenced
this pull request
Feb 18, 2026
* docs: add network upgrades and releases page Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019c6d44-a233-71bd-ab22-e0b7912d371a * fix: escape angle brackets in synced TIPs and fix MDX entities in network-upgrades Amp-Thread-ID: https://ampcode.com/threads/T-019c7057-3255-75ec-b56f-aaa78135684e Co-authored-by: Amp <amp@ampcode.com> * feat: add reusable Badge pill component and use in network upgrades page (#110) Adds a Badge component following the Demo pill style (rounded-[30px], 9px uppercase text) with variants for all Radix color scales: red, amber, green, blue, violet, gray. Replaces emoji priority indicators with <Badge variant="red">Required</Badge> on the network upgrades page. Amp-Thread-ID: https://ampcode.com/threads/T-019c71df-8566-77cd-80ce-01c287208044 Co-authored-by: Jen <jen@tempo.xyz> Co-authored-by: Amp <amp@ampcode.com> --------- Co-authored-by: Amp <amp@ampcode.com> Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> Co-authored-by: Jen <jen@tempo.xyz>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds a reusable
<Badge>component and replaces emoji priority indicators on the network upgrades page.Changes
src/components/Badge.tsx— pill-style badge following the Demo component pattern (rounded-[30px], 9px uppercase)red,amber,green,blue,violet,graynetwork-upgrades.mdxto use<Badge variant="red">Required</Badge>instead of 🔴 emojiUsage
Stacked on #108.
Prompted by: struong