45c4f4789b
chore: add check for recording ( #12584 )
...
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
2023-11-29 09:54:14 +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
Udit Takkar and GitHub
a48e7cb39a
fix: remove duplicate key in common.json ( #12543 )
...
* fix: remove duplicate key in common.json
* chore: add both keys in same log
2023-11-27 19:23:35 +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
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
Udit Takkar and GitHub
f65c7e413f
fix: default organizer bug in managed event type ( #11921 )
2023-11-22 12:43:25 -05: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
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
Joe Au-Yeung and GitHub
ea0a64624c
fix: saving credential id for payment apps ( #12251 )
...
## What does this PR do?
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
This PR adds the `credentialId` to payment app data. This fixes a bug where team installed payment apps were not working with team events.
Fixes # (issue)
<!-- Please provide a loom video for visual changes to speed up reviews
Loom Video: https://www.loom.com/
-->
## Requirement/Documentation
<!-- Please provide all documents that are important to understand the reason of that PR. -->
- If there is a requirement document, please, share it here.
- If there is ab UI/UX design document, please, share it here.
## Type of change
<!-- Please delete bullets that are not relevant. -->
- [x] Bug fix (non-breaking change which fixes an issue)
## How should this be tested?
<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Write details that help to start the tests -->
- Install Stripe for the individual user
- Enable it for the individual's event type
- The `credentialId` should be saved to the metadata
- Install Stripe to the user's team
- Enable it in the team's event type
- The `credentialId` should be saved to the metadata
## Mandatory Tasks
- [ ] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
## Checklist
<!-- Remove bullet points below that don't apply to you -->
- I haven't checked if new and existing unit tests pass locally with my changes
2023-11-15 19:59:43 -07: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
621f7639ff
fix: display organizer location after booking ( #12088 )
...
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-11-13 19:29:50 +05:30
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
Siddharth Movaliya and Peer Richelsen
b2526300a7
fix duplicate labels
2023-11-09 16:55:37 +00:00
Udit Takkar and Peer Richelsen
6148c6baea
chore: add placeholder
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
Sean Brydon and Peer Richelsen
2ee021a87f
fix:installed-calendar-info
2023-11-03 10:23:50 +00:00
Udit Takkar and GitHub
01fb3dd03b
fix: hide Check for recording ( #12184 )
2023-11-02 09:34:25 +00:00
3bb42f276e
fix: Attach credentialId to location option ( #12086 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2023-11-01 09:34:05 -04: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
139a7c8249
chore: [app dir bootstrapping 5] add RootLayout ( #11982 )
...
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Greg Pabian <35925521+grzpab@users.noreply.github.com >
2023-10-25 13:58:08 -07:00
f9ad99e572
feat: Lock timezone on booking page ( #11891 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-25 14:16:01 -04:00
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
051353e7f1
fix: booking day wrong in booking list ( #12007 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-24 11:05:53 +01:00
Greg Pabian and GitHub
3679854c43
chore: [app dir bootstrapping 3] check nullability in AppListCard ( #11980 )
2023-10-23 11:54:33 -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
Udit Takkar and GitHub
34bb069b4a
revert: feat: Shows link location ( #12024 )
2023-10-20 12:43:45 -03:00
Axl and GitHub
ff739bf9be
fix: pwa nav improvements ( #11972 )
2023-10-20 15:31:03 +01:00
2550485c49
feat: Shows link location and respective icon in /bookings ( #11866 )
...
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-19 11:06:48 +02:00
Peer Richelsen and GitHub
8c0751b186
fix: location dropdown overflow ( #11967 )
2023-10-18 11:36:34 +00:00
7a014761dc
unlock all fields in limits tab ( #11936 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-17 09:37:37 +00:00
Peer Richelsen and GitHub
6238c625ae
chore: fix AddToHomescreen.tsx ( #11888 )
...
* Update AddToHomescreen.tsx
* fixed text
2023-10-14 11:45:23 +00:00
Chiranjeev Vishnoi and GitHub
cbab279c3b
overflow of webhooks container in event settings fixed ( #11871 )
2023-10-13 11:39:06 +00:00
61be5c9bc1
fix: Button icons tooltips opening out of view due to padding issue ( #11847 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-13 11:17:12 +00:00
aaa6616777
fix: Background colour ( #11844 )
...
* fix: /event-type-single: Button icons tooltips opening out of view due to padding issue
* fix: background colour
* Remove padding
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-10-12 12:43:36 +00:00
Abhinav-Developer-23 and GitHub
916ee66be2
fix: [CAL-2612] missing icon: request reschedule fixed #11829 ( #11836 )
2023-10-11 20:37:04 +01:00
Udit Takkar and GitHub
226ac889c7
refactor: event type settings improvements ( #11615 )
2023-10-11 10:03:54 +01:00
Greg Pabian and GitHub
778485b31d
refactor: implementation of locale calculated server-side ( #11534 )
2023-10-10 09:36:28 -07:00
d8f6400add
feat: added dark mode to login, logout, password reset ( #11765 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-10-09 11:51:47 +00:00
Peer Richelsen and GitHub
b6a28b1950
chore: experimental warning for recurring events ( #11727 )
2023-10-06 11:00:01 +00:00
666428ba53
fix: location icon doesn't change according to theme ( #11504 )
...
* Pass icon from eventmeta parent component
* Update readme
* fix: use dark:invert on map pin
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* chore: remove log
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: change svg name
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* Update packages/features/bookings/components/event-meta/AvailableEventLocations.tsx
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
2023-10-06 07:46:21 +00:00
d415944d5b
fix minutes string ( #11703 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-05 09:46:00 +01:00
3e08c66888
refactor: Use template literal instead of '+' operator ( #11444 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2023-10-03 11:52:19 -07:00
Nic Wortel and GitHub
c2e3638993
fix: Add 240 and 480 mins. options for multiple duration events ( #10663 )
2023-10-02 12:59:08 +01:00
Peer Richelsen and GitHub
07bfaec24e
fix: inverted logos and new logo for cal video ( #11633 )
...
* new logo for cal video
* fixed cal video and other inverted icons
* Discard changes to apps/web/components/eventtype/EventAdvancedTab.tsx
* moved function to lib
2023-10-02 11:36:37 +01:00
0bb99fc667
refactor: <BookingListItem/> to use <Link/> to navigate instead of r… ( #11602 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-29 22:54:22 +01:00
685be1663e
refactor: Setting redesign ( #11124 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-29 15:10:13 +01:00
Alex van Andel
85a1713897
Revert "refactor: Setting redesign ( #11124 )"
...
This reverts commit 4f3cf4f948 .
2023-09-29 13:37:06 +01:00
BHARGAVA_GONUGUNTA and GitHub
30a23cedbc
Fixes the dropdowen issue #11597 ( #11607 )
2023-09-29 10:45:45 +01:00