Commit Graph

4772 Commits (f50b4166f57a6e3ae1e49095d239654b946c337c)

Author SHA1 Message Date
Hariom Balhara f50b4166f5
Update apps/web/components/booking/pages/BookingPage.tsx
Co-authored-by: Omar López <zomars@me.com>
2023-02-16 10:49:46 +05:30
Hariom Balhara 10d9886dcc
Update packages/features/form-builder/FormBuilder.tsx
Co-authored-by: Omar López <zomars@me.com>
2023-02-16 10:49:32 +05:30
Hariom Balhara 7316bd4775
Update apps/web/components/booking/pages/BookingPage.tsx
Co-authored-by: Omar López <zomars@me.com>
2023-02-16 10:46:42 +05:30
zomars 64aa375a53 Type fix 2023-02-15 16:30:39 -07:00
zomars 3b2241abe0 Restoring reqBody to avoid uneeded conflicts with main 2023-02-15 13:44:02 -07:00
zomars 020aad147e Merge branch 'main' into feat/manage-all-booking-inputs 2023-02-15 13:39:09 -07:00
sean-brydon 78656f2116
Layout Story (#7116)
* Flex component + spacing story

* Add Flex Story

* Remove flex component
2023-02-15 19:12:10 +00:00
Nafees Nazik 1fa5e296af
refactor: use dynamic import in booking page (#7101)
Co-authored-by: zomars <zomars@me.com>
2023-02-15 20:08:17 +01:00
alannnc 0f76530c11
fix/premium-username-user-state-overriden (#7099) 2023-02-15 19:40:29 +01:00
Hariom Balhara 0a07251780 Merge remote-tracking branch 'origin/feat/manage-all-booking-inputs' into feat/manage-all-booking-inputs 2023-02-15 23:58:56 +05:30
Omar López ab6758194b
v2.6.0 2023-02-15 11:28:32 -07:00
zomars 5528d60897 Set bundle threshold to 500 bytes 2023-02-15 11:05:12 -07:00
Nafees Nazik bb1c55e07f
fix: booking confirmation email missing variables (#7109)
* fix: make the method public

* fix: missing variables
2023-02-15 10:49:44 -07:00
Nafees Nazik c899921591
fix: label (#7119) 2023-02-15 17:19:39 +00:00
Hariom Balhara 197ee90eda Fix options not set when default value is used 2023-02-15 21:28:03 +05:30
Hariom Balhara f15febde09
Update packages/features/form-builder/FormBuilder.tsx
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-02-15 21:14:26 +05:30
sean-brydon ea34545d72
Handle booking flow for dynamic default events (#7094)
* Handle booking flow for default events

* Cleanup

* Update packages/lib/defaultEvents.ts

* Fix naming conventions

* Fix prettier error

---------

Co-authored-by: zomars <zomars@me.com>
2023-02-15 15:42:49 +00:00
Hariom Balhara 8e82cb556b Fix regression in edit due to name conflict check 2023-02-15 21:00:44 +05:30
Hariom Balhara 0df3e77ef1 Fix cancellation reason 2023-02-15 12:29:32 +05:30
Hariom Balhara 1ea221e26f Fix a lint errr 2023-02-15 11:15:20 +05:30
Hariom Balhara 24f67841f6 Merge remote-tracking branch 'origin/feat/manage-all-booking-inputs' into feat/manage-all-booking-inputs 2023-02-15 10:32:42 +05:30
Hariom Balhara 11d2d91a19 Fixes from Loom comments and PR 2023-02-15 10:15:27 +05:30
zomars 3aaccf3a47 Merge branch 'main' into feat/manage-all-booking-inputs 2023-02-14 17:08:36 -07:00
Omar López 9d3540511b
Add/eslint plugin unused imports (#7102)
* Re added debug endpoint

* Update me.ts

* Adds eslint-plugin-unused-imports

* Linting
2023-02-14 23:26:29 +00:00
zomars e8cf92361a Fingers crossed 🤞 2023-02-14 15:36:02 -07:00
zomars e8525b963b Update .gitignore 2023-02-14 14:47:58 -07:00
zomars 24dabd0ddc Update nextjs-bundle-analysis.yml 2023-02-14 14:21:12 -07:00
zomars 5203168b2e Re added debug endpoint
Update me.ts
2023-02-14 14:11:09 -07:00
Omar López c3e40f84a9
v2.5.15 2023-02-14 10:08:30 -07:00
Omar López 8e2ece7526
Prevent timeouts when cache fails (#7095)
Return empty cache instead of failing

Keeping console errors
2023-02-14 10:07:58 -07:00
Omar López b6eca6e083
v2.5.14 2023-02-14 09:02:24 -07:00
zomars 4cb264f1f7 Revert "Revert "I18N Caching (#6823)""
This reverts commit e248fda36b.

Re-fixed cache rules
2023-02-14 09:00:28 -07:00
Alex van Andel e248fda36b Revert "I18N Caching (#6823)"
This reverts commit 05c33bd94b.
2023-02-14 13:55:19 +00:00
sean-brydon 1c97e549eb
Implement URL validation on default videos links (#7087) 2023-02-14 13:19:45 +00:00
Hariom Balhara f278ea11fb Merge remote-tracking branch 'origin/main' into feat/manage-all-booking-inputs 2023-02-14 15:14:05 +05:30
Hariom Balhara 7f395b032d Misc fixes 2023-02-14 14:58:25 +05:30
sean-brydon 77600f8168
Feat/custom default video (#6971)
* Add queries to fetch metadata and update default

* Add to zod schema

* Change default rules on settings page

* Update query

* Initall override on create event type

* Working default

* Change schema to save locationLink too

* Update default conferncing to include link

* Rename tsx to ts. Fix metadata keys

* WIP on refactoring appstore installed

* Add this to appstore installed apps too

* Display only on conferencing apps

* Add i18n strings

* Change order in dropdown menu so delete is bottom

* Refactor query to not expose all of metadata

* Fix mr type checker

* Possible e2e fix

* Refactor metadata to use ctx

* Refactor back to query cell

* Alias schema

* Adding comment for more info

* Remove constant for clarity

* Update nextjs-bundle-analysis.yml

---------

Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: zomars <zomars@me.com>
2023-02-13 22:55:32 +00:00
Omar López 6cad606ba1
v2.5.13 2023-02-13 15:54:14 -07:00
zomars 7cae7a7bd4 Bundle analyzer fixes 2023-02-13 15:38:44 -07:00
zomars 93f65807e7 Bundle output fixes 2023-02-13 15:13:57 -07:00
Peer Richelsen 0a63820699
fixed border on dark mode (#7079) 2023-02-13 23:02:57 +01:00
zomars 05ad437b27 Update nextjs-bundle-analysis.yml 2023-02-13 15:01:23 -07:00
zomars 26a57a71ae Update nextjs-bundle-analysis.yml 2023-02-13 14:46:04 -07:00
zomars 34a10205a3 Update nextjs-bundle-analysis.yml 2023-02-13 14:44:55 -07:00
Joe Shajan fbf8ff6db7
Public booking page hover fix (#6952)
* fix: hover bg on dark mode

* fix: badge bg color

* fix: bg darkgray 200 on dark mode
2023-02-13 22:02:12 +01:00
Amir Fakhrullah bef6d18fdf
[CAL-1030] fix flickering border issue in menu layout for mobile (#7036)
* fix flickering border issue in menu layout for mobile

* transfer styles changes to the DropdownMenuItem

* remove button border for Remove button

* fix: use dropdownItem

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>

---------

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-02-13 21:57:33 +01:00
zomars 2e96e2ef3f Update nextjs-bundle-analysis.yml 2023-02-13 13:54:27 -07:00
zomars 2ca6769a70 Update nextjs_bundle_analysis.yml 2023-02-13 12:44:37 -07:00
zomars 1eb514dfcf Testing bundle analyzer action 2023-02-13 12:38:54 -07:00
Nafees Nazik d6c004ba22
feat: add stale issues action (#7028) 2023-02-13 12:21:07 -07:00