sean-brydon
a9b79eafb6
Add automanimate page transitions ( #4368 )
2022-09-11 21:54:05 +02:00
Udit Takkar
63aae60af4
fix: add checked tranform for switch ( #4357 )
2022-09-10 17:52:35 +00:00
Udit Takkar
c215f7de03
fix: toggle alligment ( #4361 )
2022-09-10 19:34:38 +02:00
Syed Ali Shahbaz
20e9e9763a
HOTFIX: Removes disabled state from reminder phone input (reschedule) ( #4322 )
...
* removes disabled state from reminder phone
* prefill phone number for sms reminder
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
2022-09-09 15:01:37 -04:00
Peer Richelsen
5cd2ce9246
a ton of mobile improvements to save space ( #4336 )
...
* made /booking more responsive friendly
* hiding headline and description on mobile, moving CTA to bottom right fixed on mobile
* more padding on full screen mode on iPhone
* nit fixes to wipemycal
* nit fixes to wipemycal
* lint fix
* Update apps/web/styles/globals.css
Massive nit, lol.
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-09-09 15:02:31 +00:00
Alex van Andel
770c35039d
Feature/add availability tab ( #4314 )
...
* Add Availability Tab
* Some i18n fixups
* Update apps/web/components/v2/eventtype/AvailabilityTab.tsx
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
* Update apps/web/components/v2/eventtype/AvailabilityTab.tsx
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
* Update apps/web/components/v2/eventtype/AvailabilityTab.tsx
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
* Update apps/web/components/v2/eventtype/AvailabilityTab.tsx
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
* Fixed lint
* Oops
* Use classnames for SkeletonText instead of width,height
* Ditches QueryCell
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-09 15:47:17 +01:00
Joe Au-Yeung
0cab371db4
Replace AdminLayout with SettingsLayout ( #4311 )
...
* Replace AdminLayout with SettingsLayout
* Revert "Replace AdminLayout with SettingsLayout"
This reverts commit cc30ddcb6a
.
* Revert to changes
* Add back changes
* Few nits + translate language to each local language
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-09-09 12:57:31 +00:00
Alex van Andel
15a0216cc5
Removed deprecations ( #4335 )
2022-09-09 12:24:26 +00:00
Peer Richelsen
a385a4bb38
minor changes to routing forms ( #4333 )
...
* added new combined buttons on all pages
* fixed required label in routing forms
* i18n for routing forms, minor changes to mobile routing forms action items
* full width for routing forms descriptin on mobile
* i18n fixes
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2022-09-09 11:45:20 +00:00
Alex van Andel
5965129851
Checking if serial fixes the issue (not conflicting with any others) ( #4331 )
...
* Checking if serial fixes the issue (not conflicting with any others)
* Remove redundant check
2022-09-09 11:31:55 +00:00
sean-brydon
3e92571078
Add rounded-none to combined buttons by default ( #4330 )
...
* Add rounded-none to combined buttons by default
* Remove combined
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-09 11:18:15 +00:00
Peer Richelsen
83f0ba7ba4
added new combined buttons on all pages ( #4328 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2022-09-09 10:53:02 +00:00
alannnc
b0de653166
fix/onboarding-no-more-flaky-tests ( #4254 )
...
* Change expects to don't wait for plain text
* Fix change password test flakiness
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-09 08:54:10 +00:00
Syed Ali Shahbaz
1c46370572
dynamic link description on availability page ( #4323 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-09 08:40:58 +00:00
Omar López
99f11dcc5c
Removes dynamic dimensions for V2 Skeletons in favor of classnames ( #4263 )
...
* WIP
* Removes dynamic width in favor of classnames
* Update useLocale.ts
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
2022-09-09 08:22:39 +00:00
Peer Richelsen
342c281f3c
fix color for calcom logo on /video ( #4326 )
...
* fixed daily video logo
* nit
2022-09-09 09:44:25 +02:00
Noah
79fd1bd76f
Move hidden label to toggle on events page ( #4320 )
2022-09-08 16:26:51 -06:00
Peer Richelsen
4162d403e1
fixed dark mode team page ( #4315 )
2022-09-08 21:33:19 +00:00
Carina Wollendorfer
bb24539731
Improves Zapier response and payload ( #3892 )
...
* improve listBookings API call
* improve payload for zapier call
* use more readable location for integrations
* remove cancellation reason
* convert location to readbale string
* code clean up
* code clean up
* updated expected webhook response for e2e tests
* fix failing e2e
* revert webhook response
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-08 13:18:00 -06:00
sean-brydon
0b8eb3b8ec
Modal updates ( #4289 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-08 19:40:09 +02:00
Nafees Nazik
4aa9c830c1
feat: add a link tag ( #4292 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-08 19:38:36 +02:00
Udit Takkar
0c2a25fb78
fix: toggle alignment, spacing, square btn ( #4282 )
...
* fix: toggle alignment, spacing, square btn
* fix: toggle alignment
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-08 19:38:11 +02:00
Nafees Nazik
dce7973825
Fix UI issues ( #4300 )
...
* fix: increase font size to 14 px
* fix: double border issue
* fix: destructive button looks off from figma
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-08 19:37:26 +02:00
Peer Richelsen
bb7087640d
removed <hr> from event type apps ( #4297 )
...
* removed <hr> from event type apps, app settings need to be extracted into /packages/app-store/
* nit
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-08 19:34:49 +02:00
Peer Richelsen
f1b95cd28d
added n8n to app store ( #4291 )
...
* added n8n app to app store, gave padding to sticky app store header
* nit
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-08 18:34:01 +02:00
alannnc
6ee878aab0
fix cookie name ( #4294 )
2022-09-08 10:12:56 -06:00
sean-brydon
1bb987556d
Impersonate UI ( #4243 )
...
* Impersonate UI
* Depracates Old admin required
* Move permission container to features
* Remove logic from dumb components
* Fix export from v2
* Fix type cast - add tab filter
* Redirect on authed pages
* Add key back
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-09-08 15:35:31 +00:00
github-actions[bot]
306a1212cf
New Crowdin translations by Github Action ( #4279 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-08 16:58:08 +02:00
Peer Richelsen
f7119849db
addded padding to sticky nav, temp removed TODAY from /booking ( #4278 )
2022-09-08 14:34:37 +00:00
Alex van Andel
a8c1851c04
Fixes button styles on /event-types and /availability ( #4281 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-08 14:21:46 +00:00
github-actions[bot]
6958c710cf
New Crowdin translations by Github Action ( #4264 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-08 11:46:52 +02:00
Agusti Fernandez Pardo
38bd111260
fixes toggle ( #4253 )
...
* fixes toggle
* fix: remove absolute from recurring event div
Co-authored-by: Agusti Fernandez Pardo <git@agusti.me>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-08 11:42:46 +02:00
github-actions[bot]
290fb8db55
New Crowdin translations by Github Action ( #4235 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2022-09-08 10:53:11 +02:00
zomars
3e0f14ea29
Removed disconnected calendar notice
2022-09-07 19:10:24 -06:00
zomars
984281963e
v1.9.4
2022-09-07 19:03:31 -06:00
zomars
8996a2aa8e
Adds opt-in banner to mobile "more" menu
2022-09-07 19:02:24 -06:00
Hariom Balhara
4856ed9977
Signup Flow improvements ( #4012 )
...
* Get login working
* Update website
* Fixes
* Save
* svae
* Save
* Change translation key
* Various fixes after testing
* Update website
* Add TS Tests
* Upate website
* Fix tests
* Fix linting and other issues
* Fix linting and other issues
* Fix bugs found during recording of demos
* Revert default coookie change
* Self review fixe
* Link fixes
* Removed inline styles, cleanup
* Various fixes
* Added new envs to e2e
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-09-07 18:38:37 -06:00
Alex van Andel
d36d925788
Feature/goal reduce flaky tests ( #4247 )
...
* Wait for current_password input to be visible
* Login flow remove duplication + small fix change-password
* Made hash-my-url more robust
* Wait until locale is ready to resolve test flackiness
* Added waitForSelector before trying to fill inputs
2022-09-07 17:29:24 -06:00
Noah
de54d75cd3
Add delete tooltip to event detail ( #4259 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-09-07 23:20:08 +00:00
Noah
70ac949bea
Move hidden label to toggle on events page ( #4261 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-09-07 22:40:50 +00:00
Omar López
34408c5593
Add calendar source to busy blocks ( #3074 )
...
* Add calendar source to busy blocks
* Update troubleshoot.tsx
* Type fixes
* Adds sources to availablity
# Conflicts:
# apps/web/pages/availability/troubleshoot.tsx
* Update troubleshoot v1 and v2 with source element
* Type fixes
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Alan <alannnc@gmail.com>
2022-09-07 13:28:43 -06:00
sean-brydon
46e46bc1de
Fixing spacing on event details ( #4238 )
...
* Fixing spacing on event details
* Shell pb 40px
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-07 16:28:58 +00:00
Peer Richelsen
b4d1cb0988
added desktop app layout for v2.0, changed 2.0 banner ( #4242 )
2022-09-07 09:01:33 -06:00
Peer Richelsen
e9b6e5144a
temp disabled onboarding test due to flakiness ( #4236 )
2022-09-07 13:25:11 +00:00
github-actions[bot]
0c6c23e1b0
New Crowdin translations by Github Action ( #4225 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-09-07 14:49:53 +02:00
Peer Richelsen
458406feaf
fixed booking navbar, fixed bookings buttons, fixed /success dark mode ( #4230 )
2022-09-07 14:49:30 +02:00
Syed Ali Shahbaz
f1436da96c
fixes overflow rounded border ( #4227 )
2022-09-07 09:26:22 +02:00
Peer Richelsen
30f8d12563
added /more page for mobile ( #4219 )
...
* added /more page for mobile
* i18n
* Navigation improvements
* Reverting unused exports
* Improved performance for getting mobile/desktop items
* I take your forEach and up it with reduce
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: Alan <alannnc@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-09-06 22:13:31 -06:00
zomars
1561224dbb
Type fixes
2022-09-06 21:25:17 -06:00
alannnc
f3bedabf92
Fix/styles getting started v2 ( #4224 )
...
* Fixes spacings style
* Fix spacings
* Update test
* Fix router push when image upload is success, also typo
* Fix styles for mobile
* Sumodule sync
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>
2022-09-06 19:34:33 -06:00