arbret/frontend/app
counterweight d6002b0cfc
Phase 3.3: Add Admin Trades page
New /admin/trades page for managing exchange trades:
- Upcoming trades tab with user contact info
- History tab with status/user search filters
- Complete/No-show/Cancel actions for admin
- Trade details: direction, amounts, rates, premium

Update navigation:
- Admin home redirects to /admin/trades
- Regular user home redirects to /exchange
- Header shows 'Trades' for admin
2025-12-22 20:06:16 +01:00
..
admin Phase 3.3: Add Admin Trades page 2025-12-22 20:06:16 +01:00
appointments refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
booking refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
components Phase 3.3: Add Admin Trades page 2025-12-22 20:06:16 +01:00
exchange Phase 3.1: Add Exchange page UI 2025-12-22 19:59:42 +01:00
generated Phase 3.1: Add Exchange page UI 2025-12-22 19:59:42 +01:00
hooks Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
invites refactor(auth): unify authorization patterns with MANAGE_OWN_PROFILE permission 2025-12-21 23:50:06 +01:00
login Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
profile Phase 3.2: Add My Trades page 2025-12-22 20:02:00 +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 Phase 3.2: Add My Trades page 2025-12-22 20:02:00 +01:00
utils refactor(frontend): extract validation utilities to shared module 2025-12-22 09:13:03 +01:00
api.ts Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
auth-context.tsx Phase 0.2: Remove frontend deprecated code 2025-12-22 18:09:09 +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