cal.pub0.org/packages/features/bookings
Hariom Balhara 6dfc19247e
fix: Embed `theme` not working using Embed API (#10163)
## What does this PR do?

Fixes #10187
See [Tests Done](https://www.loom.com/share/f03e0191b60143d8b45a505042dbfa11)

## Type of change
  - [x] Bug fix (non-breaking change which fixes an issue)

## How should this be tested?
- [x] Configure embed to use `dark` theme and verify that dark theme is shown on event booking page(when user has light theme set). This is failing in main
- Additional Tests for embed to avoid any new regression
	- [x] - Configure "auto" theme using embed API and see it reacts to system theme
	- [x] - Don't configure any theme and see that "light" theme is shown even when we switch system theme(Because User has configured light theme in App)
-  Tests outside embed to avoid any new regression
	- [x] - See that light theme is shown even after switching system theme
	- [x] - Now, switch the user theme to dark and see that it reflects the change. 

## Mandatory Tasks

 [x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2023-07-17 18:02:42 -07:00
..
Booker fix: Embed `theme` not working using Embed API (#10163) 2023-07-17 18:02:42 -07:00
components fix: Important Booking Page fixes (#10130) 2023-07-13 19:38:41 +05:30
layout remove max width from bookings page (#10126) 2023-07-13 19:17:02 +02:00
lib fix: webhooks for events with seats (#10143) 2023-07-13 22:40:16 +02:00
BookingMultiFiltersStore.ts feat: booking filters [CAL-1801] (#9692) 2023-07-05 08:54:42 +05:30
README.md Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
UnconfirmedBookingBadge.tsx Upgrade to next 13.1 (#6265) 2023-01-06 12:13:56 +00:00
groupBy.ts Feature/booking filters (#6099) 2022-12-22 12:35:01 +00:00
index.ts New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00
types.ts feat(UI): improvements booker (#9221) 2023-05-31 12:30:09 +00:00

README.md

Bookings related code will live here