Merge branch 'LC/flight-page-improvements' into 'main'
Add flight list page and add seats to flight data page See merge request ma03081/COM3014!28
Showing
- client/src/components/Dashboard/FlightCard/FlightCard.tsx 5 additions, 2 deletionsclient/src/components/Dashboard/FlightCard/FlightCard.tsx
- client/src/components/Flight/Flight.scss 16 additions, 1 deletionclient/src/components/Flight/Flight.scss
- client/src/components/Flight/Flight.tsx 77 additions, 11 deletionsclient/src/components/Flight/Flight.tsx
- client/src/components/FlightList/FlightList.scss 16 additions, 0 deletionsclient/src/components/FlightList/FlightList.scss
- client/src/components/FlightList/FlightList.tsx 31 additions, 0 deletionsclient/src/components/FlightList/FlightList.tsx
- client/src/components/Header/Header.tsx 1 addition, 0 deletionsclient/src/components/Header/Header.tsx
- client/src/main.tsx 7 additions, 0 deletionsclient/src/main.tsx
- client/src/services/Dashboard/CustomerDashboard.ts 9 additions, 1 deletionclient/src/services/Dashboard/CustomerDashboard.ts
- client/src/services/Flight/Flight.ts 14 additions, 4 deletionsclient/src/services/Flight/Flight.ts
- client/src/services/FlightList/FlightList.ts 11 additions, 0 deletionsclient/src/services/FlightList/FlightList.ts
Loading
Please register or sign in to comment