feat(bookings): add calendar UI with booking creation
- Add TimeSlot component with available/booked visual states - Add BookingCalendar component with date navigation and court columns - Add BookingDialog for creating bookings and viewing/cancelling existing ones - Add bookings page with calendar integration - Fix sidebar navigation paths for route group structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
3
apps/web/components/bookings/index.ts
Normal file
3
apps/web/components/bookings/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { TimeSlot } from "./time-slot";
|
||||
export { BookingCalendar, type SelectedSlot } from "./booking-calendar";
|
||||
export { BookingDialog } from "./booking-dialog";
|
||||
Reference in New Issue
Block a user