sean-brydon
d6d4e246f9
chore: Fix UI NITs ( #10691 )
2023-08-10 08:49:17 +00:00
Hariom Balhara
a49c34e733
perf: Avoid unmounting of Shell on navigation and thus reduce number of paints ( #10646 )
...
Co-authored-by: zomars <zomars@me.com>
2023-08-09 15:54:51 -07:00
John Victor
24e60498f4
fix: add check mark to selected option in destionation calendar selector ( #10583 )
2023-08-09 20:23:47 +00:00
Monto
df9e02d138
fix: phone selector dropdown hidden behind logo on booking page ( #10617 )
...
Co-authored-by: mohammed gehad <mohammed.gehad.1998@gmail.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-08-09 18:32:28 +00:00
Joe Au-Yeung
68d2a97e92
fix: Orgs publishing with billing ( #10662 )
...
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-08-09 12:56:53 -04:00
Udit Takkar
cf89598279
fix: Calendar View ( #10514 )
...
Co-authored-by: Sean Brydon <sean@cal.com>
2023-08-09 12:19:01 +02:00
alannnc
fcd892bfa0
perf: no wait for session when calling getschedule 10552 cal 2311 ( #10607 )
...
* No batching on getting session
* Fix usePublicPage hook to use new router search params
* Move things so getSchedule data can be load as soon as we are rendering BookerComponent
* pre fetch session
* Removed custom code in favour of useTimePreferences
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-08-09 09:55:27 +01:00
Raghul
c22dfdd54e
fix: date and month format issue on booking page for weekly view ( #10512 )
...
Co-authored-by: Raghul D <v-raghuld@microsoft.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
2023-08-08 23:37:52 +02:00
Nadeem Ashraf
2aa0188418
fix : #10553 - "Apps" child items not highlighted when selected ( #10565 )
...
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-08-08 23:33:58 +02:00
Monto
59ea4d624b
feat: add loading state for buttons on settings page ( #10643 )
...
* fix: add spinner to general settings section
* feat: add and manage spinner in the emptyScreen component
* feat: add spinner to two-factor auth modal buttons
* feat: add spinner to password and impersonation setting buttons
* feat: add spinner to webhookform(edit and create)
* chore: clean up code
---------
Co-authored-by: lemmyMwaura <lemmymwauracodes@gmail.com>
2023-08-08 19:32:22 +00:00
Leo Giovanetti
382cbe0a86
fix: rescheduling dynamic booking ( #10597 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-08-08 18:51:54 +00:00
Hosmel Quintana
f5350b3a2b
Fix overflow ( #10641 )
2023-08-08 13:51:43 +01:00
Omar López
4b78e91384
chore: upgrades to prisma v5 ( #10073 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-08-07 22:08:13 +00:00
Leo Giovanetti
ffa3a454bb
fix: team unaccepted members ( #10582 )
2023-08-07 08:32:35 -03:00
sean-brydon
8dc9f1c929
fix: Fix auto scroll ( #10591 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-08-05 19:42:45 +05:30
Rama Krishna Reddy
359779cabb
fix: {ATTENDEE} workflow variable always uses first attendee for for seated event ( #10468 )
...
Co-authored-by: rkreddy99 <rreddy@e2clouds.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-08-04 13:53:58 +00:00
Ritik Kumar
d22d8095e1
fix: cancellation email for seated event for 2nd attendee onwards ( #10177 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-08-04 09:47:16 -04:00
Jaideep Guntupalli
123ecf3700
feat: show dialog when changing email after using Google Login ( #9611 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2023-08-03 17:26:40 -07:00
Joe Au-Yeung
c7d8d435f1
fix: Only enforce min seats for orgs ( #10572 )
...
* Only check subscription count for orgs
* Undo constants change
---------
Co-authored-by: alannnc <alannnc@gmail.com>
2023-08-03 15:17:57 -04:00
Hariom Balhara
89808cb4f6
fix: Remove Email embed from Routing Form[Stacked PR] ( #10389 )
2023-08-03 09:25:31 -07:00
Hariom Balhara
bf45dcf139
fix: More instances of wrong avatar URL fixed ( #10519 )
...
* Fix user.avatar
* Fix avtars in admin users listing
* Handle unpublished org
2023-08-03 15:32:38 +00:00
Monto
669065cebd
feat: add attendee first name and last name tokens to workflows ( #10509 )
2023-08-03 11:10:59 -04:00
Hariom Balhara
a56b19e618
fix: Broken Embed Dialog in Routing Forms due to recent rewrite ( #10434 )
...
Co-authored-by: zomars <zomars@me.com>
2023-08-02 19:40:53 +00:00
alannnc
871e17a865
feat: org owner-admin cant see the teams created by other owner-admin 9982 cal 2120 ( #10430 )
...
* WIP
* New files for other teams
* Update code domain model location
* Fixes for finding teams in orgs
* VerticalTabs remove other teams appearance and only display if org admin
* Added conditional to consider orgs admin when updating team profile
* team-member-list wip
* Update memberInviteModal with disableCopyLink prop
* cleaning up
* Undo changes to files
* remove logs
* clean up
* undo changes
* undo change
* Undo changes
* Reset files to main
* typo on import
* Update packages/features/ee/organizations/pages/components/OtherTeamListItem.tsx
Co-authored-by: Omar López <zomars@me.com>
* useSearchParams hook instead of useRouter
* remove unused code and clean up
* Fix type
---------
Co-authored-by: Omar López <zomars@me.com>
2023-08-02 21:09:43 +02:00
Leo Giovanetti
02c5aa02df
fix: random multiple duration value input [CAL-887] ( #10513 )
2023-08-02 10:37:59 -04:00
Omar López
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
Udit Takkar
4ca9138e01
fix: react hook can't be used conditionally ( #10439 )
2023-08-02 12:22:44 +05:30
Joe Au-Yeung
617e665004
feat: Enable Conferencing Apps for Team Events [CAL-1925] ( #10383 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-08-02 09:24:28 +05:30
Monto
17855251ff
fix: Stop sending Reminders when a 'Seat' cancels the Event ( #10405 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-08-01 10:13:28 -04:00
Joe Au-Yeung
6fa54aba46
perf: Refactor `getEnabledApps` to filter on credentials passed ( #10353 )
...
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-08-01 16:40:52 +05:30
Leo Giovanetti
4a6dc50909
fix: Unpublished screens ( #10453 )
...
* Implementation
* Changes and e2e
* Reverting launch.json
* Reverting org create handler
* Reverting yarn.lock
* DRYness and nitpicks
* Default org domain to undefined
* Applying zomars suggestion
* Suggestions
* Fixing seed and type in suggestion
* Fixing types
---------
Co-authored-by: zomars <zomars@me.com>
2023-07-31 21:27:22 +01:00
Bhargav
12abca65b8
fix: Fixed 10080 settings sidebar scrolling issue ( #10471 )
...
* fix : #10080 settings sidebar scrolling issue
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Fixed type error
---------
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: Alex van Andel <me@alexvanandel.com>
2023-07-31 18:51:08 +00:00
Rama Krishna Reddy
5a430df5d9
feat: Verify email of people setting a meeting with you ( #10317 )
...
* booker email verification changes
* name type fix
* use totp and code
* prisma schema styling
* refactor: code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: book event form
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type errors
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: unit tests
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* refactor: move verifycodedialog from ui and to features/bookings
* fix: type error
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: rkreddy99 <rreddy@e2clouds.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-07-31 17:51:11 +00:00
Carina Wollendorfer
fcd8de43d6
fix: temporarily disable sms/whatsapp to attendee workflow action ( #10485 )
...
* disable sms and whatsapp to attendee
* fix type error
* fix prisma enum imports
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-07-31 17:45:48 +00:00
Alex van Andel
9498ad4916
Fixed workflowReminder test + refactored reminderSchedule ( #10487 )
2023-07-31 18:35:48 +01:00
Udit Takkar
063c7f6244
fix: width and avatar in orgs app install dropdown ( #10447 )
2023-07-28 16:04:49 +02:00
Danila
e8339030c2
Add optimistic update for away status toggling ( #10395 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-07-28 12:18:29 +00:00
Anik Dhabal Babu
65600b76f2
fix: Set the limit of Occurrences ( #10269 )
2023-07-27 11:49:21 -04:00
Cherish
0c37f8a712
fix: Booking Confirmation Dialogbox ( #10397 )
...
Co-authored-by: cherish2003 <saicherissh90@gmail.com>
2023-07-27 11:31:15 -04:00
Janakiram Yellapu
98a156311d
feat: Add full names in the description of dynamic events. ( #10251 )
...
* Add full names in the descripiton of dynamic events.
* Initialising dynamic event desc after the check.
* Revert "Initialising dynamic event desc after the check."
This reverts commit ddd89c4e25
.
* Revert "Add full names in the descripiton of dynamic events."
This reverts commit ce232d6256
.
* Added booking title for dynamic events.
* Update apps/web/public/static/locales/en/common.json
* Fix typo.
* Fix lint error.
* Fix redundant booking information.
* Fix type script lint.
* Addressed review suggestions.
---------
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-27 08:52:46 +00:00
Udit Takkar
4f488be654
fix: email update bug ( #10306 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-07-27 10:41:33 +02:00
Hariom Balhara
f1acedff77
fix: Make routing-form a preinstalled app ( #9836 )
...
Co-authored-by: zomars <zomars@me.com>
2023-07-26 16:44:19 +00:00
Leo Giovanetti
bd40dcfa4d
fix: Missing subteam URL [CAL-2240] ( #10399 )
2023-07-26 17:41:38 +02:00
sean-brydon
ad3bdbbda7
fix: Feature flag user cache ( #10359 )
...
Co-authored-by: zomars <zomars@me.com>
2023-07-25 22:00:21 +00:00
mohammed hussam
94b4507901
feat: dynamic group links + flexible schedule ( #9931 )
...
* redirect user to /[user]/[type] for dynamic booking in /[user]
* feat: dynamic group links
* fix: type errors
* fix: more type errors
* Booker components cannot rely on useRouter
* Rename 15min/30/60 to dynamic
* Fixed a blocking test, unclear what it was waiting for
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-07-25 22:48:09 +01:00
Pradumn Kumar
6b9d2331fc
fix: Managed Event Type Webhooks ( #10300 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-07-25 13:05:02 -04:00
Hariom Balhara
47739a7636
Fix booker top margin embed ( #10357 )
2023-07-25 10:58:47 +01:00
Hariom Balhara
35be4182e9
fix: Routing Form and other org related fixes ( #10320 )
...
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-07-25 14:58:57 +05:30
Afrie Irham
f168ec8df6
fix: [CAL-2040] add spinner when bookerState is loading ( #9873 )
2023-07-24 13:20:42 -04:00
Alex van Andel
43e3ef170a
fix: webhook fetch calls should be no-follow ( #10336 )
2023-07-24 07:36:45 -07:00
Hariom Balhara
4e1e586541
fix: `nameless` in sidebar for orgs ( #10318 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-07-24 10:25:55 +00:00
Pradumn Kumar
8de75aebf0
feat: Added feature of embeding availability to emails ( #10183 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-07-24 10:09:03 +00:00
Hariom Balhara
61f1a3b21e
feat: Support adding links to checkbox type question using markdown[Blocked on another PR] ( #8943 )
...
* Support adding links in boolean checkbox
* Fix and comment
* remove textarea, it was accidentally pushed.
2023-07-21 23:30:28 +05:30
Carina Wollendorfer
1aa3077706
test: e2e for workflows ( #9657 )
...
* create test files
* add first e2e test
* finish first e2e test
* code clean up
* fix event type create button data-testid
* enable sandbox mode for non production environments
* comment out code for testing
* Revert "comment out code for testing"
This reverts commit 5553dacce2
.
* clean up comments
* prettier
* use NEXT_PUBLIC_IS_E2E
* use todo fn
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alan <alannnc@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com>
2023-07-21 21:06:39 +05:30
Hariom Balhara
299f74c1fb
name can be undefined for existing `name` type fields ( #10298 )
2023-07-21 15:14:39 +00:00
Hariom Balhara
2a8eca7885
chore: Update version in main for embeds that are already released. ( #9822 )
...
* Release latest embeds
* Release latest embeds
* Ensure that unpublished packages arent imported
* linter is important to catch unexpected imports
* Create new release
* Add a new patch
2023-07-21 16:46:18 +05:30
Nafees Nazik
797d3a7f98
fix: set up organization field validation ( #10154 )
...
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-07-21 08:48:43 +00:00
Ujwal Kumar
c7a276eb1d
fix: remove app dialog while removing installed calendar ( #10234 )
...
* Fix remove app dialog while removing installed calendar
* fix: dialog in webhook, otp
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: more dialogs
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: margin
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 <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-07-21 08:46:16 +00:00
Leo Giovanetti
d1778fdce8
fix: 2FA from CAL to GOOGLE ( #10288 )
...
* Fixing 2FA from CAL to GOOGLE
* Missing change
* Missing logic for converted providers
* Fixing edge case and applying feedback
* Leftovers
2023-07-21 09:32:03 +01:00
Alex van Andel
5b280b2188
fix: team event emails; sending & email subject ( #10289 )
2023-07-20 19:29:08 -04:00
alannnc
cd88b688f4
fix: including parentId when filter by eventTypeId happens ( #10262 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-20 12:19:13 -07:00
Leo Giovanetti
8ba4b4d50e
feat: Pending members selection ( #10168 )
...
* Pending members selection
* Discard changes to .vscode/launch.json
* revert yarn.lock
---------
Co-authored-by: Omar López <zomars@me.com>
2023-07-20 11:23:15 +05:30
Hariom Balhara
f1c981fdcf
feat: firstAndLastName variant for name field ( #8671 )
...
* Add split full name variant
* Share propsType across fieldTypes and components
* Simplify Components
* Add assertions for required field indicator
* Fix test as name cant be used as a custom field right now
* Make it disabled during reschedule
* Fix UI issues in dark mode
* Support adding links in boolean checkbox
* Revert "Support adding links in boolean checkbox"
This reverts commit 31252f8a5f
.
* Make sure getBookingFields isnt import client side
* PR feedback addressed from Carina
* DRY Code
* Fix Dialog
---------
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2023-07-20 07:03:50 +02:00
Anik Dhabal Babu
47f65bb19f
fix: More Brand color for calendar view ( #10252 )
2023-07-20 00:32:25 +02:00
GitStart-Cal.com
587d3c1088
fix: duplicate event-type dialog not using the new dialog footer (CALCOM-10258) ( #10260 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
2023-07-20 00:15:03 +02:00
sean-brydon
610c86837a
feat: orgs - user management v2
...
figma: https://www.figma.com/file/ZJNAFHCAq6rnuGRgUFxjzQ/Organizations----New-features?type=design&node-id=4304-330348&mode=design&t=nKonHZpucwxnqwQI-4 (Not all features are in this PR)
loom: https://www.loom.com/share/30e8ef20a5b34a708dca160d8c04ae6f
shoutout @shadcn for the base of this table <3
Member View:
![CleanShot 2023-07-14 at 14 09 02](https://github.com/calcom/cal.com/assets/55134778/5db6eedb-bece-4955-91f0-9f2b3b042300 )
Admin view:
![CleanShot 2023-07-14 at 14 09 07](https://github.com/calcom/cal.com/assets/55134778/708c624d-1990-4075-8b32-d4587d09deff )
How to test
- Create ORG
- add members
- view settings -> orgs -> members
2023-07-19 12:45:13 -07:00
GitStart-Cal.com
4e0a549a50
fix: Fix bookingPage UI issues in dark mode ( #10203 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-07-19 16:07:07 +00:00
Monto
26e458be6d
feat: dynamic time format rendering in workflows based on user settings ( #10229 )
2023-07-19 10:30:37 -04:00
sean-brydon
628a29e89c
chore: fixing some initial re-renders ( #10185 )
...
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
2023-07-19 09:19:53 +00:00
Hariom Balhara
902bb71273
Prefill logged in info ( #10240 )
2023-07-19 06:44:13 +02:00
Carina Wollendorfer
db021cc696
fix: update list for countries that don't support alphanumeric sender ids ( #10232 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-18 21:31:45 +00:00
Jaideep Guntupalli
a2645c2ed4
feat: replaced slack icon with Discord ( #10193 )
...
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
2023-07-18 21:30:17 +00:00
Leo Giovanetti
09068b39e6
perf: Event-type config page ( #10238 )
2023-07-18 23:18:08 +02:00
zomars
6b5c8935c5
fix: formatting
2023-07-18 13:27:54 -07:00
Carina Wollendorfer
cedb2b72e9
fix: add missing booking paid webhook trigger to dropdwon ( #10237 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-07-18 19:46:53 +00:00
GitStart-Cal.com
39508b3daa
fix: booking page: location icon is not showing up (CALCOM-9951) ( #9993 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-18 15:37:39 +00:00
Mehul
8a1023087f
fix: inconsistent duration labels ( #10223 )
2023-07-18 15:10:28 +01:00
Udit Takkar
47add7e7fc
fix: modals regression ( #10211 )
...
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-07-18 09:53:01 +01:00
Hariom Balhara
6dfc19247e
fix: Embed `theme` not working using Embed API ( #10163 )
...
## What does this PR do?
Fixes #10187
See [Tests Done](https://www.loom.com/share/f03e0191b60143d8b45a505042dbfa11 )
## Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
## How should this be tested?
- [x] Configure embed to use `dark` theme and verify that dark theme is shown on event booking page(when user has light theme set). This is failing in main
- Additional Tests for embed to avoid any new regression
- [x] - Configure "auto" theme using embed API and see it reacts to system theme
- [x] - Don't configure any theme and see that "light" theme is shown even when we switch system theme(Because User has configured light theme in App)
- Tests outside embed to avoid any new regression
- [x] - See that light theme is shown even after switching system theme
- [x] - Now, switch the user theme to dark and see that it reflects the change.
## Mandatory Tasks
[x] Make sure you have self-reviewed the code. A decent size PR without self-review might be rejected.
2023-07-17 18:02:42 -07:00
alannnc
dad4fd17fb
fix: Improve continue button on org-add-team and validations [CAL-2015] ( #10122 )
...
* Improve continue button on team add and validations
* Fix server validations for orgs create team
* Remove unused prop form input
* add comment for context
* Fix duplicatedSlugs not working properly
* Fix continue button disabled state, added more examples for team names
* Fix initial state for inputValues on addTeamForm
* Don't allow whitespaces only inputs on create teams
* Use rhf instead of react useState
---------
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-07-17 17:17:29 -07:00
Carina Wollendorfer
c26efcabe4
fix: customTemplate() function fails when no locale is given ( #10201 )
...
* fallback to en for locale
* remove console.log
* Fix nit changes
---------
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2023-07-17 16:38:37 -07:00
Matthias Gemperli
6a8db56dbb
fix: locales in dates utils ( #10067 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-17 20:19:00 +00:00
Dewansh Chaudhari
6c058d041a
fix: check for single email in TextAreaField ( #10149 )
...
Co-authored-by: Dewansh Chaudhari <codewansh@Dewanshs-MacBook-Pro.local>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-07-17 20:12:12 +00:00
sean-brydon
2ac709630f
feat: Page loading indicator ( #10195 )
2023-07-17 13:00:44 -07:00
Hariom Balhara
9678361f5c
fix: Embed/Show header in weekly view and column view ( #10192 )
2023-07-17 18:58:04 +05:30
sean-brydon
a404ba471d
Move to minmax instead of auto grid ( #10190 )
2023-07-17 12:58:30 +00:00
Satya Nishanth
4c54e9c384
CAL-2126 url layout query param is source of truth for layout ( #10100 )
...
Co-authored-by: Satya Nishanth <satya@Satyas-MacBook-Pro.local>
2023-07-17 14:16:50 +02:00
Peer Richelsen
6076fd7ba0
reduced duplicate event type to 1 min ( #10159 )
...
Co-authored-by: Leo Giovanetti <hello@leog.me>
2023-07-16 23:31:34 +02:00
Leo Giovanetti
d5f3623377
chore: Relying on feature flag ( #10162 )
2023-07-14 22:20:03 -03:00
Udit Takkar
e98bebb9b2
feat: Zapier For Teams ( #9851 )
...
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: zomars <zomars@me.com>
2023-07-14 16:06:57 -07:00
jemiluv8
879bc3f169
fix: minor bug in schedule sms and whatsapp reminders cron job ( #10135 )
2023-07-14 19:02:06 +02:00
alannnc
fb16d8e900
Added distinct clause when getting user list in team ( #10144 )
2023-07-14 00:04:30 +02:00
Carina Wollendorfer
1419c534c8
fix: webhooks for events with seats ( #10143 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2023-07-13 22:40:16 +02:00
Rama Krishna Reddy
c23a2102f4
remove max width from bookings page ( #10126 )
...
Co-authored-by: rkreddy99 <rreddy@e2clouds.com>
2023-07-13 19:17:02 +02:00
Alex van Andel
0bc7d4ceda
feat: Override any day of the week ( #10138 )
...
* feat: Override any day of the week
* Having multiple workingHours would duplicate the default
2023-07-13 15:33:27 +00:00
Hariom Balhara
9444f925e5
fix: Important Booking Page fixes ( #10130 )
2023-07-13 19:38:41 +05:30
Hariom Balhara
2918a34e1a
fix: More instances of Avatar and booker links fixed ( #10083 )
2023-07-13 19:22:21 +05:30
Nafees Nazik
f1ef50e606
fix: upload csv button not clickable ( #9981 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2023-07-13 15:29:29 +02:00
Ansari
98707e66e1
fix: Refresh session ( #10019 )
...
* Refresh session 🔄
* Update apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx
Co-authored-by: Omar López <zomars@me.com>
* Update apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx
Co-authored-by: Omar López <zomars@me.com>
* Update packages/features/auth/lib/next-auth-options.ts
Co-authored-by: Omar López <zomars@me.com>
---------
Co-authored-by: Ansari <thameem.ns@zohocorp.com>
Co-authored-by: Shivam Kalra <shivamkalra98@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2023-07-13 14:21:28 +02:00
Purushottam Khedre
352a9e2fec
fix: incorrect error messsage for invalid login credentials ( #10117 )
...
* fir ErrorCode enum
* update incorrect credentails message
2023-07-13 12:09:19 +00:00