Context
Money formatting is duplicated as formatMoney/formatFunded in admin and as inline toLocaleString calls in the meter and creator screens.
Scope
- Create one money formatting util and adopt it across the screens (coordinating with the locale-aware formatting work).
Acceptance criteria
- One utility formats money across the app.
Pointers
src/screens/admin/AdminConsole.tsx, src/components/LiquidityMeter.tsx, src/screens/creator/*.
Context
Money formatting is duplicated as
formatMoney/formatFundedin admin and as inlinetoLocaleStringcalls in the meter and creator screens.Scope
Acceptance criteria
Pointers
src/screens/admin/AdminConsole.tsx,src/components/LiquidityMeter.tsx,src/screens/creator/*.