calcom/pages
Alex van Andel 8664d217c9
Feature/availability page revamp (#1032)
* Refactored Schedule component

* Merge branch 'main' into feature/availability-page-revamp

* wip

* Turned value into number, many other TS tweaks

* NodeJS 16x works 100% on my local, but out of scope for this already massive PR

* Fixed TS errors in viewer.tsx and schedule/index.ts

* Reverted next.config.js

* Fixed minor remnant from moving types to @lib/types

* schema comment

* some changes to form handling

* add comments

* Turned ConfigType into number; which seems to be the value preferred by tRPC

* Fixed localized time display during onboarding

* Update components/ui/form/Schedule.tsx

Co-authored-by: Alex Johansson <alexander@n1s.se>

* Added showToast to indicate save success

* Converted number to Date, and also always establish time based on current date

* prevent height flickering of availability

by removing mb-2 of input field

* availabilty: re-added mb-2 but added min-height

* Quite a few bugs discovered, but this seems functional

Co-authored-by: KATT <alexander@n1s.se>
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2021-11-10 11:16:32 +00:00
..
[user] Feature/availability page revamp (#1032) 2021-11-10 11:16:32 +00:00
api Feature/availability page revamp (#1032) 2021-11-10 11:16:32 +00:00
auth replaced black color with new brand variable to make styling easier (#1125) 2021-11-04 14:30:37 +00:00
availability Feature/availability page revamp (#1032) 2021-11-10 11:16:32 +00:00
bookings fix loading flicker on /bookings (#1062) 2021-10-28 16:12:30 +00:00
call Add Modals for Daily Video Calls and updates to Video Call colors (#1027) 2021-10-26 14:10:55 +01:00
cancel Ends the war between tRPC and next-i18next (#939) 2021-10-14 13:57:49 +03:00
event-types Feature/availability page revamp (#1032) 2021-11-10 11:16:32 +00:00
integrations removed api docs button from integrations (#1149) 2021-11-09 10:07:02 +00:00
payment Suggestion: let prettier sort imports order (#673) 2021-09-22 13:52:38 -06:00
reschedule Fixes Apple Calendar onboarding and type fixes (#988) 2021-10-20 15:42:40 +00:00
sandbox /integrations facelift (#858) 2021-10-12 11:35:44 +02:00
settings Fixed invalid types of i18n locales (string[]) (#1068) 2021-10-28 22:45:58 +00:00
team Feature/availability page revamp (#1032) 2021-11-10 11:16:32 +00:00
404.tsx i18n: continued (#949) 2021-10-14 14:24:21 +00:00
[user].tsx fixed dark mode for booking (#1150) 2021-11-08 21:57:32 +00:00
_app.tsx added missing roboto weights (#1130) 2021-11-04 13:56:02 +00:00
_document.tsx feat: add better error handling (#605) 2021-09-09 16:51:06 +03:00
_error.tsx Fixes Apple Calendar onboarding and type fixes (#988) 2021-10-20 15:42:40 +00:00
getting-started.tsx Feature/availability page revamp (#1032) 2021-11-10 11:16:32 +00:00
index.tsx Setup i18n and locale detection (#712) 2021-09-23 09:49:17 +01:00
success.tsx updated event title message (#1132) 2021-11-08 16:34:12 +05:30