pancake-frontend icon indicating copy to clipboard operation
pancake-frontend copied to clipboard

fix: add support for fiat currency prefixes on NumberDisplay component

Open ChefBingbong opened this issue 9 months ago • 3 comments


PR-Codex overview

This PR focuses on restructuring the NumberDisplay components and adding new features like fiat number display formatting.

Detailed summary

  • Deleted NumberDisplay/index.tsx
  • Added FiatNumberDisplay.tsx
  • Added BaseNumberDisplay.tsx
  • Updated NumberDisplay.tsx
  • Updated formatNumber and formatFiatNumber functions
  • Updated packages/widgets-internal/index.ts to include new components

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

ChefBingbong avatar May 15 '24 18:05 ChefBingbong