sean-brydon
587526186f
Updates build DIR/command ( #3550 )
2022-07-27 12:02:20 +01:00
sean-brydon
7582d93d6a
Fix chormatic Action ( #3548 )
2022-07-27 11:33:10 +01:00
Peer Richelsen
b9645b4de5
feather icons and inter ( #3366 )
2022-07-26 20:24:00 -06:00
zomars
a1fcdcae44
v1.8.3
2022-07-26 18:46:14 -06:00
zomars
cf5912335e
hotfix: bookings and availability pages
...
commit 36e1c9272f
Author: zomars <zomars@me.com>
Date: Tue Jul 26 18:27:57 2022 -0600
Update [schedule].tsx
commit f39535feea
Author: zomars <zomars@me.com>
Date: Tue Jul 26 18:07:30 2022 -0600
Update [status].tsx
commit c3ac1bcc8c
Author: zomars <zomars@me.com>
Date: Tue Jul 26 17:53:43 2022 -0600
Update [schedule].tsx
commit 39364d8476
Author: zomars <zomars@me.com>
Date: Tue Jul 26 17:43:13 2022 -0600
Debugging prod
commit 4b428d22de
Author: zomars <zomars@me.com>
Date: Tue Jul 26 17:20:44 2022 -0600
Update checkLicense.ts
commit 4212e6d619
Author: zomars <zomars@me.com>
Date: Tue Jul 26 17:11:37 2022 -0600
Booking fixes attempt
commit e3160027ea
Author: zomars <zomars@me.com>
Date: Tue Jul 26 13:52:35 2022 -0600
migration conflict fixes
2022-07-26 18:45:10 -06:00
zomars
5ad25a692f
v1.8.2
2022-07-26 13:03:19 -06:00
sean-brydon
3bdf4a84f8
Prevent team members from creating events ( #3498 )
...
* Delete CreateEventTypeBtn.tsx
* Adding Permission to creation router
* Disable button if membership role is member
* Fix linting error
* Update explicit role selection
Co-authored-by: Omar López <zomars@me.com>
* Type fix
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
2022-07-26 18:25:42 +00:00
Joe Au-Yeung
7a306900ab
Fix input on trial accounts ( #3522 )
...
* Fix input on trial accounts
* Refactor conditional
2022-07-26 12:04:20 -06:00
Joe Au-Yeung
35259b75f6
Display correct time format on availability page ( #3441 )
...
* Pass time format
* Write 24hr time format
* Remove console.log
* Change regex
* Add console.log
* Remove console.log
* Remove console.log
* Update TimeOptions.tsx
* Write time format to localstorage on user create / edit
* Grab and set from local storage
* On user create grab timeformat from browser
* Update timeFormat in DB
* Fix typo
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-07-26 12:02:44 -06:00
zomars
538c5dff43
Playwright should not live on deps
2022-07-26 10:54:25 -06:00
zomars
590ec3bf23
Update check-if-ui-has-changed.yml
2022-07-26 10:19:53 -06:00
zomars
53befd7c5c
Build fixes
...
handleErrorsJson signature changed which triggered errors here
2022-07-26 10:00:59 -06:00
Alex van Andel
047d4a0773
Some optimisations to the storybook ( #3526 )
...
* Some optimisations to the storybook
* Fixed merge artifact
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2022-07-26 15:05:11 +01:00
Nafees Nazik
ef6ed6050b
Feat: Add next-themes for theme handling ( #3263 )
...
* chore: add next-themes
* feat: add next theme provider
* fix: modify useTheme hook to use next-themes
* fix: use the new hook for theming
* remove conditional rendering with isReady boolean flag
* remove Theme component returned from useTheme hook
* Update missing useTheme usage
* Fix theme switching as per system. Also, ensure that booking and non booking pages can maintain their own requirements of theme simulatenously
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-07-26 08:27:57 +00:00
Carina Wollendorfer
2b5759e8bb
fix translation key ( #3527 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2022-07-25 19:38:04 -06:00
Carina Wollendorfer
33e79c8ad5
Improve phone number input ( #3472 )
...
* add country code once country selected
* add changes also for when editing workflows
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-25 19:37:32 -06:00
GitStart
629131b7f9
Disallow search engine indexing of hidden event types ( #3478 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-07-26 00:17:15 +00:00
Alex van Andel
a156a784a1
Fixes Atlantic/Azores blank results ( #3516 )
2022-07-25 15:45:34 -06:00
Carina Wollendorfer
d8b2fc94b6
fix cron job for reminders ( #3488 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2022-07-25 15:04:08 -06:00
Leo Giovanetti
e21e622096
Storybook router issue fix ( #3525 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2022-07-25 22:02:33 +01:00
Omar López
160ccc3502
Fixes/bookings 500 ( #3523 )
...
* Fixes an annoying 500 error in bookings
* Fixes back to bookings link
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-25 20:22:56 +00:00
Leo Giovanetti
82d8db5f70
HubSpot app improvement: create contacts ( #3502 )
...
* WIP
* Last changes
* Create non-existing contacts from attendees
* Adding list of features
* Removing unneeded code
* Missing error when creating contacts
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-25 16:13:52 -03:00
sean-brydon
43a6e3f5ce
Fix V1 Colors ( #3520 )
2022-07-25 12:57:16 +01:00
Omar López
c03ca5549f
Wipe my cal e2e fixes ( #3509 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-24 20:18:36 +00:00
Leo Giovanetti
e395c9297d
Fixing already installed apps & link to them ( #3500 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-07-23 00:59:30 +00:00
sean-brydon
277b0c4c92
Feat/design system ( #3051 )
...
* Storybook Boilerplate setup
* Inital Setup
* First story
* Color Design System
* Badge Story + Comp
* Checkbox UI + Stories
* Update Red colors + Button Group
* Switch+Stories / Default brand color
* Update Version + Button Group combined
* Compact Butotn Group
* Tidy up Selectors
* Adds Tooltip to Button
* TextInput
* Update SB
* Prefix Input
* Match text area styles
* Prefix Controls
* Update spacing on text area
* Text Input Suffix
* Color Picker
* Update storybook
* Icon Suffix/Prefix
* Datepicker + move components to monorepo
* Text color on labels
* Move Radio over to monorepo
* Move CustomBranding to calcom/ib
* Radio
* IconBadge Component
* Update radio indicator background
* Disabled radio state
* Delete yarn.lock
* Revert "Delete yarn.lock"
This reverts commit 9b99d244b7
.
* Fix webhook test
* Replace old toast location
* Update radio path
* Empty State
* Update Badge.tsx
* Update Badge.tsx
* Banner Component+story
* Creation Modal
* Creation Dialog updated
* Button hover dialog
* Confirmation Modal
* Datepicker (Booking)
* PageHeader
* Fix border width
* PageHeader update search bar
* Fix input height
* Fix button group size
* Add spacing between badges - font smoothing
* Update button position on banner
* Banner update
* Fixing focus state on suffix/prefix inputs
* Implement A11y addon
* Add aria label
* error && "text-red-800"
* Fix button hover
* Change colors
* Generate snapshot tests for on hover button
* Revert colors to demo
* Change colors
* Fix Linear Issues
* Form Stepper component
* Add padding back to input
* Move ui to UI_V2
* Use V2
* Update imports for v1
* Update imports for v1
* Upgrade to nextjs in storybook root
* Update website submodule
* Avatar Groups
* Fix webpack again
* Vertical Tab Item
[WIP] - active state on small item is not working currently
* Vertical Tab Group
* Add Github action
* Fix website submodule
* Fix GH action
* Rename Workflow
* Adds lint report for CI
* Lint report fixes
* NavigationItem comments
* VerticalTabItem type fixes
* Fix avatar blur
* Fix comments
* Adding isEmbed to window object
* Disable components that use router mock.
* Load inter via google fonts
* Started select
* Adding base Breadcrumb
* Update readme
* Formatting
* Fixes
* Dependencies matching
* Linting
* Update FormStep.stories.tsx
* Linting
* Update MultiSelectCheckboxes.tsx
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-07-22 18:39:50 -06:00
zomars
dd9adff32a
Adds missing migration
2022-07-22 18:25:46 -06:00
github-actions[bot]
b8a807da59
New Crowdin translations by Github Action ( #3501 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-22 23:05:42 +02:00
Pavel Shapel
342efaed31
Refactor: use EditableHeading in event-types/[type].tsx ( #3468 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-07-22 20:51:38 +00:00
Joe Au-Yeung
982ca3a783
Add verification json ( #3505 )
2022-07-22 21:25:55 +02:00
Omar López
9447f16b82
Migrates all tRPC code to a monorepo package ( #3484 )
...
* WIP
* WIP
* Type and migration fixes
* Adds missing default import
* Fixes import
* Fixes tRPC imports in App Store
* Migrate stripe helpers
* WIP
* Type fixes
* Type fix?
* Test fixes
* Adds missing stripe packages
* Moved queries to lib instead
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-22 11:27:06 -06:00
noobyogi0010
e82bcb6dba
fixes #3336 - Avatar on New Event Type ( #3465 )
...
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-07-22 10:04:40 -06:00
Hariom Balhara
c0c0bbccf7
Add session info to Beacon ( #3497 )
2022-07-22 14:38:02 +00:00
Hariom Balhara
e04cb8fc61
Riverside,whereby doesnt have videoApi handle that ( #3494 )
2022-07-22 11:52:17 +00:00
Hariom Balhara
9b5d311136
Hotfix: Embed ModalBox - Hidden Content ( #3491 )
2022-07-22 12:59:13 +05:30
github-actions[bot]
c2d6c30221
New Crowdin translations by Github Action ( #3483 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-21 18:00:21 -06:00
Carina Wollendorfer
9709ee4e71
fix reschedule translation ( #3487 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
2022-07-21 16:39:39 -06:00
zomars
da29b8893a
Adds missing migration
2022-07-21 16:12:10 -06:00
zomars
b94f78f6e1
Update labeler.yml
2022-07-21 16:12:01 -06:00
Omar López
0a125b6900
Revert "Self-hosted onboarding first admin wizard ( #3393 )" ( #3485 )
...
This reverts commit ee14423f4c
.
2022-07-21 15:05:52 -06:00
Leo Giovanetti
ee14423f4c
Self-hosted onboarding first admin wizard ( #3393 )
...
* WIP
* API and step done fallback
* Finishing up tweaks
* Inline comment
* Translations
2022-07-21 19:29:24 +00:00
Carina Wollendorfer
c93e238e15
Fixes bug that new line is not working in workflow reminder emails ( #3452 )
...
* add html format to email template
* remove workflow reminder email
* fix that text was used instead of html
* fixes that email subject was used instead of body
* remove \n\n from text template
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-21 18:56:20 +00:00
sean-brydon
d3fcb8bf7d
Team Impersonation ( #3450 )
...
* Team Impersonation
* Refactor - Disable Imeprsonate button
* Change copy
* Add .env toggle
* Fix eslint
* Update role selection
Co-authored-by: Omar López <zomars@me.com>
* New 'admin' seed user, improve flow ImpersonationProvider
* Fix impersonation string
* Adds fullstop
Co-authored-by: Sean Brydon <seanbrydon.me@gmail.ocm>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-07-21 17:02:20 +00:00
Hariom Balhara
471420c1d4
Add getSchedule tests ( #3233 )
...
* Add getSchedule tests
* Add first integration test
* Update turbo.json
* Make sure unit tests run asap
* Worker threads
* Improve team event test
* Remove unrelated changes
* Improve tests readability
* Update CalendarManager.ts
* Add README
* Debug tests
* Temporarily disabled build errors
* Fix failing tests
* Remove unncessary logs
Co-authored-by: zomars <zomars@me.com>
2022-07-21 10:44:23 -06:00
GitStart
2eedf74eb7
Apply suggestions from code review ( #3480 )
...
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
2022-07-21 16:05:13 +00:00
github-actions[bot]
5a9ca309d3
New Crowdin translations by Github Action ( #3461 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-07-21 17:41:57 +02:00
sean-brydon
12c33ea88e
Hide button if readonly ( #3471 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-07-21 15:25:10 +02:00
Hariom Balhara
faac59fb8e
Fix TS errors and weird instances of undefined error due to prisma upgrade and turbo cache ( #3475 )
...
* Fix TS errors
* Always reexecute prisma postinstall as prisma version might change after yarn
2022-07-21 09:59:37 +00:00
Carina Wollendorfer
c500952dca
show error message when wrong workflow id ( #3474 )
2022-07-20 18:33:35 -06:00
Carina Wollendorfer
0a336df162
fix setting away status ( #3473 )
2022-07-20 18:32:46 -06:00