Skip to content

Add Bitcoin symbol (₿) to amount displays#152

Merged
kingonly merged 2 commits intomainfrom
feat/bitcoin-symbol
Mar 24, 2026
Merged

Add Bitcoin symbol (₿) to amount displays#152
kingonly merged 2 commits intomainfrom
feat/bitcoin-symbol

Conversation

@kingonly
Copy link
Copy Markdown
Member

Summary

  • Add ₿ symbol to all sat amount displays across the app (balance, transaction list, quick amounts, fee breakdowns, send confirmation, payment celebration, refund page)
  • Symbol is styled smaller (0.8em) and muted (opacity-70) for inline amounts, absolutely positioned for large displays (balance header, celebration)
  • Hidden when value is zero
  • Uses thin spaces (U+2009) for large text sizes to prevent wide gaps
  • Input labels and range displays keep "sats" as unit text
  • Updated CLAUDE.md with ₿ formatting conventions

Test plan

  • Balance header: ₿ shows left of number, hidden at zero balance
  • Transaction list: ₿ after +/- sign on each payment
  • Quick amount buttons (send, receive, LNURL): ₿ prefix, properly aligned
  • Send confirm ("You're sending"): ₿ prefix with thin spaces
  • Fee breakdown card: ₿ prefix, shows "0" without symbol for zero values
  • Payment received celebration: ₿ centered with number
  • Bitcoin/refund fee rate buttons: ₿ prefix
  • Payment details dialog: plain ₿ in amount/fee strings
  • Error messages and fee alerts: plain ₿ prefix

🤖 Generated with Claude Code

Replace "sats" unit text with styled ₿ prefix on balance, transaction list,
quick amounts, fee breakdowns, send confirmation, payment celebration, and
refund page. Symbol is smaller and muted for inline amounts, absolutely
positioned for large displays (balance header, celebration). Hidden when
value is zero. Uses thin spaces for large text sizes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
breez-glow-web Ready Ready Preview, Comment Mar 24, 2026 7:30pm
breez-sdk-spark-example Ready Ready Preview, Comment Mar 24, 2026 7:30pm
savage-glow-web Ready Ready Preview, Comment Mar 24, 2026 7:30pm

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant