arbret/frontend/app
counterweight c9c36971d8
refactor: extract shared trade card styles to shared.ts
Move duplicate style definitions from trades/page.tsx and
admin/trades/page.tsx to a new tradeCardStyles export in shared.ts.

Both pages now import and use these shared styles, keeping only
page-specific styles locally. This improves maintainability and
ensures visual consistency.
2025-12-23 12:22:04 +01:00
..
admin refactor: extract shared trade card styles to shared.ts 2025-12-23 12:22:04 +01:00
components refactor: Extract SatsDisplay component and fix page IDs 2025-12-23 10:44:11 +01:00
exchange test: improve e2e tests and add COMPLETE_EXCHANGE permission tests 2025-12-23 11:00:32 +01:00
generated fix: e2e tests need to click 'Continue to Booking' before date selection 2025-12-23 11:30:27 +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: extract shared trade card styles to shared.ts 2025-12-23 12:22:04 +01:00
trades refactor: extract shared trade card styles to shared.ts 2025-12-23 12:22:04 +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