arbret/frontend/app
counterweight e8d0ee2eca
refactor: import React types directly instead of namespace
Replace 'import React from "react"' with direct imports of
CSSProperties and ChangeEvent. This eliminates unused imports
and follows modern React patterns where the namespace import
is not required for JSX (React 17+).
2025-12-23 12:23:32 +01:00
..
admin refactor: import React types directly instead of namespace 2025-12-23 12:23:32 +01:00
components refactor: import React types directly instead of namespace 2025-12-23 12:23:32 +01:00
exchange refactor: import React types directly instead of namespace 2025-12-23 12:23: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: import React types directly instead of namespace 2025-12-23 12:23:32 +01:00
trades refactor: import React types directly instead of namespace 2025-12-23 12:23:32 +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