cal.pub0.org/packages/features/bookings/Booker/components
Efraín Rochín 04ed36cfcf
fix: Slot reservation in new booker (#9769)
## What does this PR do?

Bring back the slot reservation sistem to the new booker

## Type of change

<!-- Please delete bullets that are not relevant. -->

- Bug fix (non-breaking change which fixes an issue)

## How should this be tested?

<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->

### Seated event
- [x] Open the new booker in an event with seats 
- [x] Select an available slot
- [x] Open the same event and date in other browser, the seat should be already reserved.
- [x] In the first browser come back to the slots views or close the booking form
- [x] In the second browser reload the booking page, the reserved slot should be realeased. 

### No seated event
- [x] Open the new booker
- [x] Select an available slot
- [x] Open the same event and date in other browser, the seat should be disabled


## Mandatory Tasks

- [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2023-06-27 16:34:15 -07:00
..
BookEventForm fix: Slot reservation in new booker (#9769) 2023-06-27 16:34:15 -07:00
AvailableTimeSlots.tsx fix: Slot reservation in new booker (#9769) 2023-06-27 16:34:15 -07:00
DatePicker.tsx fix: load date picker on client side (#8690) 2023-05-05 13:04:58 +02:00
EventMeta.tsx chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
Header.tsx fix-borders-on-weekly-view (#9770) 2023-06-25 17:04:25 +02:00
LargeCalendar.tsx feat: weekly view calendar improvements (#9491) 2023-06-15 09:59:58 +00:00
Section.tsx feat: event settings booker layout toggle (#9082) 2023-06-06 15:31:43 +00:00
Unavailable.tsx Fix for booker colors in dark mode, we can't use bg-default in both places because we use a custom background in dark mode. Otherwise it would be a similar color in dark. So we need to supply a custom dark mode color. (#9259) 2023-06-01 11:38:52 +00:00