877cd4cdff
refactor: Team Creation Flow [CAL-2751] ( #12501 )
...
* Create new endpoint for creating a team
* Generate a team checkout session
* Create team navigate to checkout
* Clean up
* UI changes
* Add comments
* Fix
* Type fix
* Type fix
* Type fix
* Type fixes
* Set telemetry
* Import fix
* Type fix
* Update tests
* Type fix
* fix: e2e
* fix: e2e
* fix: e2e
* fix: e2e
* Update teams.e2e.ts
* fix: e2e
---------
Co-authored-by: Omar López <zomars@me.com >
2023-11-29 09:39:21 -07:00
6c4b1154b8
chore: removed last web3 references ( #12540 )
...
* removed last web3 references
* updated yarn
* Update schema.prisma
* readded icon
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-11-29 11:57:50 +00:00
Joe Au-Yeung and GitHub
57e6971942
chore: Refactor <CalendarListContainer /> ( #12388 )
...
* Import calendarlistcontainer in settings
* Change CalendarListComponent to Figma design
* Add border subtle
* Address feedback
2023-11-29 13:29:51 +05:30
6704e18e32
fix: cal video issues ( #12546 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2023-11-28 18:28:35 +00:00
8dabbbd09f
feat: signup refactor ( #11421 )
...
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-28 14:52:53 +00:00
Brijendra Singh and GitHub
5a869228d3
typo ( #12541 )
2023-11-26 14:34:40 +05:30
cb78de231a
feat: if profile only has one public event-type, redirect to it ( #12158 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-11-24 21:54:14 +00:00
DmytroHryshyn and GitHub
b0a1ef8a49
chore: remove dynamic loading of EventTypeDescription on event-types page ( #12524 )
2023-11-24 19:12:43 +00:00
Erik and GitHub
5df41e37a0
fix: Stripe webhook event mismatch ( #12522 )
2023-11-24 13:18:06 +00:00
Peer Richelsen and GitHub
fca5778b6d
chore: avatar padding ( #12515 )
2023-11-23 23:43:14 +00:00
Alex van Andel and GitHub
0ddefaa141
Remove cache-control and disable cache ( #12517 )
2023-11-23 23:42:18 +00:00
c11f7aeffc
chore: insights UI refresher ( #12498 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-11-23 21:25:27 +00:00
1de05ebf3d
chore: migrate the event-types page to the app directory ( #12390 )
...
Co-authored-by: Omar López <zomars@me.com >
2023-11-22 19:17:33 +00:00
Hariom Balhara and GitHub
48dde246e9
test: Add more orgs tests ( #12241 )
2023-11-21 14:03:01 -03:00
4f26ca1a7b
feat: Base implementation of v2 of avatars ( #12369 )
...
* feat: Base implementation of v2 of avatars
* Make avatarUrl and logoUrl entirely optional
* Made necessary backwards compat changes
* fix: type errors
* Fix: OG image
* fix types
* Consistency with other behaviour, ux tweak
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-20 12:49:38 +00:00
sean-brydon and GitHub
bdd3b132d4
feat: troubleshooter with weekly view (V2) ( #12280 )
...
* Inital UI + layout setup
* use booker approach of grid
* event-select - sidebar + store work
* adds get schedule by event-type-slug
* Calendar toggle
* Load schedule from event slug
* Add busy events to calendar
* useschedule
* Store more event info than just slug
* Add date override to calendar
* Changes sizes on smaller screens
* add event title as a tooltip
* Ensure header navigation works
* Stop navigator throwing errors on inital render
* Correct br
* Event duration fixes
* Add getMoreInfo if user is authed with current request.username
* Add calendar color map wip
* Add WIP comments for coloured outlines
* Revert more info changes
* Calculate date override correctly
* Add description option
* Fix inital schedule data not being populated
* Nudge overlap over to make it clearer
* Fix disabled state
* WIP on math logic
* Event list overlapping events logic
* NIT about width
* i18n + manage calendars link
* Delete old troubleshooter
* Update packages/features/calendars/weeklyview/components/event/EventList.tsx
* Remove t-slots
* Fix i18n & install calendar action
* sm:imrovments
* NITS
* Fix types
* fix: back button
* Month prop null as we control from query param
* Add head SEO
* Fix headseo import
* Fix date override tests
2023-11-20 17:49:33 +05:30
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
a4c1df3658
refactor: team settings redesign ( #12230 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-16 16:18:24 +00:00
0a39f53a4b
fix(stripePaymentCallback): better errors ( #12223 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-11-16 08:48:46 +00:00
a804a29516
feat: Stripe paid apps flow ( #12103 )
...
* chore: Stripe paid apps flow
* chore: Subscription
* chore: Webhooks
* chore: Abstract functions
* chore: Lockfile
* chore: Webhook handler
* chore: Use catch-all
* chore: Webhook changes, etc
* chore: Cleanup
* chore: Use actual price id
* chore: Updates
* chore: Install normally until expiry date
* Disable team install for paid apps and cal.ai\
* Fix the same at another place
* Fix Typescript error
* redactedCause doesnt have message has enumerable prop
* Fix reinstallation of an already installed app
* chore: Remove unused deps
* chore: Ensure index
* chore: Price in usd
* chore: PR suggestion
* Fix missing packages in yarn.lock
---------
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-15 09:29:41 -03:00
Mehul and GitHub
a519941b81
fix avatar remove button ( #12249 )
2023-11-15 15:23:33 +05:30
sean-brydon and GitHub
ada74467bc
fix: Callback redirect ( #12361 )
2023-11-14 12:15:50 -03:00
Peer Richelsen and GitHub
518ec4f605
feat: added /enterprise upgrade tip ( #12207 )
2023-11-13 13:55:28 +02:00
4db0da5da4
feat: smooth transitions to interactive elements ( #11983 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-12 17:45:44 +00:00
e4abc85382
fix: Fix recurring booking failure due to rate limiting ( #12322 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-11-10 20:06:52 +00:00
8c99a2a7af
fix: fix bookings today ( #12060 )
...
* fix : fixed today's bookings in bookings upcoming section
* chore: improvements
* chore: fix type error
---------
Co-authored-by: Udit Takkar <udit222001@gmail.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-11-10 02:20:51 +05:30
Udit Takkar and Peer Richelsen
a67369460a
fix: ui fixes
2023-11-09 16:55:37 +00:00
Hariom Balhara and GitHub
8deee738c2
fix: Recurring Booking - Check for conflicts on first 2 slots only ( #11774 )
...
* Add recurring booking tests and fix the bug
* Fix recurring booking tests supporting the new link verification assertions
* Convert tab to spaces
2023-11-09 17:00:51 +05:30
Udit Takkar and Peer Richelsen
14c3028c2a
fix: use 18n
2023-11-03 11:27:09 +00:00
Udit Takkar and Peer Richelsen
dfe49e1732
fix: link input
2023-11-03 11:27:09 +00:00
Udit Takkar and Peer Richelsen
5366d891bb
fix: improve error message
2023-11-03 11:27:09 +00:00
4d49fb0636
fix: cal video recording email ( #12079 )
...
* fix: cal video recording email
* fix: add check for recording
* chore: remove logs
* chore: change message
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-31 13:35:23 -03:00
Udit Takkar and GitHub
0be1387d0f
fix: org settings for member improvements ( #12161 )
2023-10-31 16:24:51 +00:00
Hariom Balhara and GitHub
b4d27a9326
Fix Google spam policy alert layout in embed ( #12153 )
2023-10-31 10:46:35 +00:00
9e3465eeb6
fix: Support embedding org profile page ( #12116 )
...
* support embedding org profile page
* Add checkly tests
* Fix test titles
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-10-30 17:49:13 +05:30
Udit Takkar and GitHub
901fc36c97
fix: padding in footer in profile ( #12101 )
2023-10-28 18:17:41 +01:00
Hariom Balhara and GitHub
426d31712e
test: E2E for Orgs - The beginning ( #12095 )
2023-10-27 18:14:16 +05:30
Hariom Balhara and GitHub
bf8580fa88
fix: Embed Plus Org - Adds missing embed route, also fixes infinite redirection for migrated user in embed ( #12071 )
2023-10-26 13:42:05 +05:30
f9ad99e572
feat: Lock timezone on booking page ( #11891 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-25 14:16:01 -04:00
327159c2ae
fix/profile-dont-wait-for-avatar ( #12080 )
...
* fix/profile-dont-wait-for-avatar
* Update apps/web/pages/settings/my-account/profile.tsx
* Update apps/web/pages/settings/my-account/profile.tsx
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
2023-10-25 10:41:25 +00:00
Hariom Balhara and GitHub
af801df421
Fixes in teams and avatar across org ( #12070 )
2023-10-25 15:57:29 +05:30
9250b91bb0
feat: remove location modal in event setup ( #11796 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-24 17:59:54 +05:30
Hariom Balhara and GitHub
b934c74c30
fix: Avatar slug and cal links for cross org users ( #12031 )
2023-10-24 16:12:36 +05:30
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
Peer Richelsen and GitHub
cbd0e2d287
chore: removed "set up your public profile" banner ( #12001 )
2023-10-20 15:31:59 +01:00
kremedev and GitHub
19eced00f5
fix: Unable to modify the location of a booking when rescheduling ( #11651 )
2023-10-20 09:00:00 +02:00
Hariom Balhara and GitHub
e2414b174a
Handle non-org team with same slug as the organizations requestedSlug ( #11996 )
2023-10-20 00:05:34 +05:30
9b348adb6a
fix: added loading state to button ( #11624 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2023-10-19 13:52:10 +00:00
efc3e864bb
fix: Missing avatar for non-migrated users on team booking page ( #11977 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-19 08:32:56 +05:30
629629cb9e
Add /embed route for booking/[uid] ( #11976 )
...
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com >
2023-10-18 18:43:12 +00:00