arbret/frontend/app
counterweight 3785d6242d
Phase 3.2: Add My Trades page
New /trades page for viewing user's Bitcoin trades:
- Upcoming trades with cancel functionality
- Trade history (completed, cancelled, no-show)
- Direction badges (BUY/SELL with colors)
- EUR ↔ BTC amounts in readable format
- Rate and premium display

Update Header navigation:
- Exchange replaces Book for regular users
- My Trades replaces Appointments

Update profile page test for new nav items.
2025-12-22 20:02:00 +01:00
..
admin Phase 0.2: Remove frontend deprecated code 2025-12-22 18:09:09 +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.2: Add My Trades page 2025-12-22 20:02:00 +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 0.2: Remove frontend deprecated code 2025-12-22 18:09:09 +01:00