arbret/frontend/app
counterweight 110e5ec07f
refactor: extract shared formatEur and getTradeStatusDisplay utilities
- Create frontend/app/utils/exchange.ts with shared formatting functions
- Update exchange/page.tsx to use shared formatEur
- Update trades/page.tsx to use shared formatEur and getTradeStatusDisplay
- Update admin/trades/page.tsx to use shared formatEur and getTradeStatusDisplay
- SatsDisplay was already extracted (confirmed it's in components/SatsDisplay.tsx)
2025-12-23 10:52:53 +01:00
..
admin refactor: extract shared formatEur and getTradeStatusDisplay utilities 2025-12-23 10:52:53 +01:00
components refactor: Extract SatsDisplay component and fix page IDs 2025-12-23 10:44:11 +01:00
exchange refactor: extract shared formatEur and getTradeStatusDisplay utilities 2025-12-23 10:52:53 +01:00
generated Fix: Update permissions and add missing /api/exchange/slots endpoint 2025-12-22 21:42:42 +01:00
hooks Phase 7: Final cleanup - Remove deprecated booking/appointment code 2025-12-22 20:18:33 +01:00
invites Phase 7: Final cleanup - Remove deprecated booking/appointment code 2025-12-22 20:18:33 +01:00
login Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
profile Fix: Update permissions and add missing /api/exchange/slots endpoint 2025-12-22 21:42:42 +01:00
signup Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
styles refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
trades refactor: extract shared formatEur and getTradeStatusDisplay utilities 2025-12-23 10:52:53 +01:00
utils refactor: extract shared formatEur and getTradeStatusDisplay utilities 2025-12-23 10:52:53 +01:00
api.ts Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
auth-context.tsx Fix: Update permissions and add missing /api/exchange/slots endpoint 2025-12-22 21:42:42 +01:00
config.ts Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
layout.tsx tests passing 2025-12-18 22:08:31 +01:00
page.tsx Phase 3.3: Add Admin Trades page 2025-12-22 20:06:16 +01:00