-
- Downloads
Wire up existing booking query form. Wire up existing booking list page. Add...
Wire up existing booking query form. Wire up existing booking list page. Add and wire up booking view page with card listing fields. Add and wire up previous bookings and upcoming bookings list page.
Showing
- client/src/components/BookingList/BookingCard/BookingCard.tsx 32 additions, 17 deletions...nt/src/components/BookingList/BookingCard/BookingCard.tsx
- client/src/components/BookingView/BookingFlightCard.tsx 27 additions, 0 deletionsclient/src/components/BookingView/BookingFlightCard.tsx
- client/src/components/BookingView/BookingSeatCard.tsx 25 additions, 0 deletionsclient/src/components/BookingView/BookingSeatCard.tsx
- client/src/components/BookingView/BookingView.scss 13 additions, 0 deletionsclient/src/components/BookingView/BookingView.scss
- client/src/components/BookingView/BookingView.tsx 18 additions, 0 deletionsclient/src/components/BookingView/BookingView.tsx
- client/src/components/CustomerBookings/CustomerBookingCard.tsx 67 additions, 0 deletions...t/src/components/CustomerBookings/CustomerBookingCard.tsx
- client/src/components/CustomerBookings/CustomerBookings.scss 19 additions, 0 deletionsclient/src/components/CustomerBookings/CustomerBookings.scss
- client/src/components/CustomerBookings/CustomerBookings.tsx 29 additions, 0 deletionsclient/src/components/CustomerBookings/CustomerBookings.tsx
- client/src/components/Dashboard/Flights/Flights.tsx 71 additions, 46 deletionsclient/src/components/Dashboard/Flights/Flights.tsx
- client/src/components/Register/Register.tsx 51 additions, 35 deletionsclient/src/components/Register/Register.tsx
- client/src/helpers/DateTimeHelpers.ts 18 additions, 0 deletionsclient/src/helpers/DateTimeHelpers.ts
- client/src/main.tsx 68 additions, 54 deletionsclient/src/main.tsx
- client/src/services/BookingList/BookingList.ts 23 additions, 12 deletionsclient/src/services/BookingList/BookingList.ts
- client/src/services/BookingList/BookingOrder.ts 15 additions, 0 deletionsclient/src/services/BookingList/BookingOrder.ts
- client/src/services/BookingView/BookingView.ts 79 additions, 0 deletionsclient/src/services/BookingView/BookingView.ts
- client/src/services/CustomerBookings/CustomerBookings.ts 26 additions, 0 deletionsclient/src/services/CustomerBookings/CustomerBookings.ts
- client/src/services/Dashboard/AirlineDashboard.ts 13 additions, 7 deletionsclient/src/services/Dashboard/AirlineDashboard.ts
Loading
Please register or sign in to comment