pancake-frontend
pancake-frontend copied to clipboard
fix: add support for fiat currency prefixes on NumberDisplay component
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
andformatFiatNumber
functions - Updated
packages/widgets-internal/index.ts
to include new components
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}