cal.pub0.org/apps/web/components
Joe Au-Yeung b0530d59af
Remove Intl.Provider (#8208)
* Add payment option to schema

* Add payment option to Stripe zod

* Set payment option on event type

* Create manual payment intent in Stripe

* Set payment option from Stripe app

* Add payment option to DB

* Pass React.ReactNode to checkbox

* Create uncaptured payment intent

* WIP

* Capture card in setup intent

* Show charge card option

* Charge card from booking page

* Bug fixes

* Clean up

* Clean up app card

* Add no-show fee messaging on booking page

* Send payment email on payment & add price

* Fix messaging

* Create no show fee charged email

* Send charge fee collected email

* Disable submit on card failure

* Clean up

* Serverside prevent charging card again if already charged

* Only confirm booking if paid for

* Type fixes

* More type fixes

* More type fixes

* Type fix

* Type fixes

* UI changes

* Payment component rework

* Update apps/web/public/static/locales/en/common.json

Co-authored-by: Alex van Andel <me@alexvanandel.com>

* Update apps/web/public/static/locales/en/common.json

Co-authored-by: Alex van Andel <me@alexvanandel.com>

* Update apps/web/components/dialog/ChargeCardDialog.tsx

Co-authored-by: Alex van Andel <me@alexvanandel.com>

* Update packages/trpc/server/routers/viewer/payments.tsx

Co-authored-by: Alex van Andel <me@alexvanandel.com>

* Revert GTM config

* Adjust payment option dropdown

* Show alert when seats are set

* Small bug fixes

* Create collect card method

* clean up

* Prevent seats & charge no-show fee to be enabled together

* Do not charge no-show fee on unconfirmed bookings

* Add check to collect card method

* Webhook send request emails

* Fix some dark mode colours

* Change awaiting payment language

* Type fixes

* Set height of Select and TextField both to 38px to fix alignment

* Fix message seats & payment error message

* Type fix

* Remove Intl.Provider

* Add percentFeePercentage

* WIP

* Use i18n language

* Type fix

---------

Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Omar López <zomars@me.com>
2023-04-19 21:38:06 +00:00
..
apps Remove Intl.Provider (#8208) 2023-04-19 21:38:06 +00:00
auth Feat/tokens + darkmode + theme support (#7876) 2023-04-05 18:14:46 +00:00
availability Replace react icons with lucidedev (#8146) 2023-04-12 17:26:31 +02:00
booking Remove Intl.Provider (#8208) 2023-04-19 21:38:06 +00:00
dialog Remove Intl.Provider (#8208) 2023-04-19 21:38:06 +00:00
error Feat/tokens + darkmode + theme support (#7876) 2023-04-05 18:14:46 +00:00
eventtype Fix Editor not triggering setText (#8368) 2023-04-19 12:25:05 +02:00
getting-started Fixes editor not saving new value (#8379) 2023-04-19 17:10:18 +05:30
integrations Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
layouts Feat/tokens + darkmode + theme support (#7876) 2023-04-05 18:14:46 +00:00
schemas added EventReservationSchema to success page (#5777) 2022-12-05 21:35:44 +00:00
security Replace react icons with lucidedev (#8146) 2023-04-12 17:26:31 +02:00
settings correction of position on 'Adding events to' button (#8290) 2023-04-16 20:06:02 +00:00
setup Replace react icons with lucidedev (#8146) 2023-04-12 17:26:31 +02:00
team/screens fix: dark mode variant in team member card (#8137) 2023-04-07 15:52:21 +00:00
ui Feat/subdomain logochanges (#8264) 2023-04-19 13:55:40 -07:00
AddToHomescreen.tsx Replace react icons with lucidedev (#8146) 2023-04-12 17:26:31 +02:00
AppListCard.tsx Replace react icons with lucidedev (#8146) 2023-04-12 17:26:31 +02:00
AppsShell.tsx Fixing App tabs routing (#3711) 2022-08-05 05:21:43 +00:00
BookingsShell.tsx Remove shallow routing (#3401) 2022-07-17 15:42:13 +05:30
Embed.tsx Replace react icons with lucidedev (#8146) 2023-04-12 17:26:31 +02:00
Gates.tsx Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
I18nLanguageHandler.tsx Fix lang and dir attributes not being set (#6243) 2023-01-03 11:09:05 +01:00
Loader.tsx 🧹 One `calcom/ui` import to rule them all (#5561) 2022-11-22 19:55:25 -07:00
NavTabs.tsx perf: reduce bundle size (#8337) 2023-04-19 19:45:08 +05:30
PageWrapper.tsx perf: Adds PageWrapper to pages (#8344) 2023-04-18 15:45:32 -03:00
SettingsShell.tsx Event Type: Title not displayed in the mobile view (#7451) 2023-04-19 13:17:54 -07:00