8ad442f2be
feat: Upgrade to Next 15 ( #18834 )
...
* wip
* update layoutHOC
* wip
* remove app router related code no longer used
* remove more
* await cookies, headers, params, serachparams
* update yarn.lock
* await cookies, headers, params, serachparams more
* update yarn lock again
* downgrade next-auth to 4.22.1
* update yarn lock
* fix
* update yarn lock
* fix type checks
* update yarn lock
* await headers and cookies
* restore pages folder
* restore yarn.lock
* update yarn.lock
* await headers and cookies
* remove
* await params in API routes
* updates
* restore next.config.js
* remove i18n from next.config.js
* Fixed tests
* Fixed types
* Removed duplicate favicon.ico
* Fixing more types
* ImageResponse moved to next/og
* Fixed prisma import issues
* dynamic import for @ewsjs/xhr
* remove deasync dep
* dynamic import for @tryvital/vital-node
* fix type checks
* add back turbopack command
* Type fix
* Removed unneeded file
* fix turbopack relative path errors
* add comments
* remove unneeded code
* Fixed build errors
* await apis
* use Promise<Params> type in defaultResponderForAppDir util
* refactor scim api route
* fix type checks
* separate app-routing.config into client-config and server-config
* wip
* refactor routing forms components
* revert unneeded changes for easier review
* fix
* fix
* use CustomTrans
* fix type
* fix unit tests
* fix type error
* fix build error
* fix build error
* fix build error
* fix warnings
* fix warnings
* upgrade @tremor/react and tailwindcss
* numCols -> numItems
* fix forgot-password e2e test
* fix 1 more e2e test
* fix login e2e test
* fix e2e tests
* fix e2e tests
* clean up
* remove error
* use tremor/react 2.11.0
* fix
* rename CustomTrans to ServerTrans
* address comment
* fix test
* fix ServerTrans
* fix
* fix type
* fix ServerTrans usages 1
* fix translations
* fix type checks
* fix type checks
* link styling
* fix
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2025-03-20 21:30:51 -03:00
Alex van Andel and GitHub
6f62c6ad5d
refactor: Typescript fixes and updates for bumping ts version to 5.8.2 ( #19690 )
...
* Typescript fixes and updates for bumping ts version to 5.8.2
* Different TS versions do see an error, so @ts-ignore'ing
* Attempt this fix for ignoring createDecipher/createCipher fns
* Remove @ts-expect-error
2025-03-05 09:17:08 -03:00
amrit and GitHub
fd6effa6ff
feat: booking redirect page url is now has uid in it's parameters ( #19522 )
...
* feat: booking redirect page is now w UID
* refactor: use getBookingRedirectExtraParams
* refactor: remove uncessary const result
* uid isnt the first param anymore
2025-03-03 09:47:32 -05:00
Kartik Saini and GitHub
6b5e144042
feat: add name and email url params when rescheduling past bookings ( #18318 )
...
* feat: add name and email as url params when rescheduling past bookings
* remove logs
* pass booking seat name and email as url params
2024-12-26 19:23:28 +00:00
Syed Ali Shahbaz and GitHub
dc400d80d0
fix: split firstname lastname support, phone support & timezone specific startTime in success redirect params ( #17593 )
...
* init
* fixes
* fix type
2024-11-12 11:16:41 +00:00
Syed Ali Shahbaz and GitHub
a1477dc7e1
feat: adds attendee and host names, and guest emails in forwarded params ( #17530 )
...
* adds attendee and host names in forwarded params
* address feedback
* add guest emails
2024-11-08 22:33:22 +05:30
b8d4fccbab
feat: Rerouting a booking with corrected responses ( #17074 )
...
* POC working with no TS error
* cleanup
* Fix query booking
* Simplify things
* Support rerouting to different event
* self-review fixes
* Some improvements
* add more tests
* Remove members relation query
* Udits feedback
* Dont show CTAs when non-eventTypeRedirectUrl action route is chosen
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-10-18 17:11:50 -04:00
Benny Joo and GitHub
963d22648b
chore: App-router-migration(/availability) add pages / extract components into /module ( #16404 )
...
* migrate availability/[schedule]
* add use client directive
* migrate main availability page
* migrate availability/troubleshoot page
* add env var
* extract AvailabilitySettingsWebWrapper into /modules
* fix build
* add missing default
* add missing export
* fix troubleshoot
* use params, not searchParams in generateMetadata
* fix schedule page in app router
2024-09-05 12:37:18 +00:00
5ff7e65d64
fix: Broken navigation after booking creation in some cases ( #15664 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-07-08 13:56:58 +00:00
a6a60969df
fix: Redirect URL with query params ( #13912 )
...
* Fix for issue #13899 Redirect URL
* Update bookingSuccessRedirect.ts
* Update bookingSuccessRedirect.ts
* fix: url params
* chore: remove unused
* chore: remove comment
* Update
---------
Co-authored-by: Vikas Verma <inboxvikasverma@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-07-01 22:18:47 +00:00
b6a57381c7
feat: redirect after booking: option to forward parameters ( #14235 )
...
* feat: redirect after booking: option to forward parameters
* fix: unit test
* fix: stripe passing its own params
* fix: manually add stripe params
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2024-05-07 12:15:20 -04:00
28acbe549a
chore: [app dir bootstrapping 9]: replace useSearchParams with useCompatSearchParams hook ( #12056 )
...
Co-authored-by: zomars <zomars@me.com >
2023-11-16 13:38:27 -07:00
Greg Pabian and GitHub
39cfe18ffe
chore: [app dir bootstrapping 4] check nullability of navigation hook return values ( #12005 )
2023-10-20 16:47:05 -07:00
16bb5c3384
feat: Added more query params to successRedirect page ( #8271 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-08-22 12:18:36 +00:00
b7851e6e53
refactor: next/router hooks with next/navigation hooks ( #9105 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk >
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-08-02 11:35:48 +02:00
Hariom Balhara and GitHub
82b6b83885
Possible fix for iOS redirection ( #8455 )
2023-04-22 19:45:22 +02:00
Hariom Balhara and GitHub
e465c1d71d
Redirect on top iframe always - This is to make sure embed redirects on top frame ( #8164 )
2023-04-11 07:50:15 +05:30