Personal calendar manager https://cal.maronato.dev
Go to file
Carina Wollendorfer 7b01bae829
Change location of booking (#2658)
* add functionality to change location in booking and send out mail

* add i18n

* change location with dropdown like in event-types

* small fixes and code clean up

* clean code

* improve format of current Location string

* clean code

* clear selection when dialog closed

* added mutation and changed props (first working verison)

* clean code

* clean code

* clean code

* clean code

* fix typo

* change maxHeight of select

* use useWatch for selectedLocation

* pass default values with props

* set current location directly in useState

* clear selected values when updating location

* fix trpc query for credentialst

* change icons for editing booking

* improve naming of variables

* remove unnecessary orderBy

* use locationOptionsToString method

* fix current location naming for Cal Video

* add phone input

* save phone number as location of booking

* remove input field for phone number for event-types

* fix redirection issue

* show previous selected location in event-type

* remove attendee number from selection for booking

* make first letter of location lowercase

* remove input field for attendee phone number

* clear Errors when changing location type

* set location details to optional

* clean code

* fixing issue that dropdown doesn't close when dialog opens

* clean code

* make overflow visibile in dialog

* fix existing bug with address not showing in event-type settings

* fix issue with losing focus after validation

* close rejection dialog

* small spelling fixes

* fix issue with LocationChangeEmail

* fix failing E2E test

* fix failing E2E test

* fix E2E test

* bug fix for saving user phone, and other minor changes

* merge main

* improve text

* fix UI of booking list

* Delete admin

* remove selection after update and submit

* add translation for error message

* add default values for checkbox

* add "your phone number" to locations on booking page

* remove duplicate attributes from viewer.bookings

Co-authored-by: Omar López <zomars@me.com>

* check if user is authorized to make changes to booking

* remove location string

* clan code for displayLocaitonPublicly checkbox

* fetch locationOptions on server side

* remove trpc query for credentials

* fix phone number input

* fix labels of host and attendee phone number for booking page

* Migrates edit location to tRPC

* Link elemnt should only be used in `a` tags

* Adds missin router

* Migrates locationOptions to tRPC query

* Type fixes

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Alan <alannnc@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-05-27 23:27:41 +00:00
.github Fix failing builds (#2908) 2022-05-27 11:07:02 -06:00
.husky Migrate website to monorepo (#1962) 2022-02-23 20:35:23 +00:00
.vscode Fix @calcom/embed-react installation with TS project (#2870) 2022-05-27 09:37:02 -06:00
apps Change location of booking (#2658) 2022-05-27 23:27:41 +00:00
packages Change location of booking (#2658) 2022-05-27 23:27:41 +00:00
scripts Adds script to regulate staging deploys (#1979) 2022-02-24 12:17:49 -07:00
tests/config Consolidates test-results 2022-05-18 10:54:36 -06:00
.editorconfig Added .editorconfig file as suggested in #270 2021-07-03 17:02:26 +00:00
.env.appStore.example add invite link to Zapier setup page (#2696) 2022-05-11 04:58:10 +00:00
.env.example License server (#2379) 2022-05-26 11:07:14 -06:00
.eslintrc.js Eslint fixes (#1898) 2022-02-18 16:53:45 +00:00
.gitignore Separates appStore env file 2022-05-04 16:13:28 -06:00
.gitmodules Relocates admin to console 2022-05-20 17:40:51 -06:00
.kodiak.toml Update .kodiak.toml (#2142) 2022-03-14 11:21:16 +00:00
.npmrc chore: add some dx configs (#650) 2021-09-29 09:41:38 +00:00
.nvmrc chore: add some dx configs (#650) 2021-09-29 09:41:38 +00:00
.prettierignore Extract prisma to it's own package (#1823) 2022-02-15 13:30:52 -07:00
.prettierrc.js Linting (#2083) 2022-03-09 17:52:48 +00:00
app.json Feature: Verify login on signup with magic link. (#2122) 2022-04-21 14:32:25 -06:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-04-19 14:27:44 +01:00
CONTRIBUTING.md fix: update contributing (#2084) 2022-03-09 14:47:29 +00:00
crowdin.yml Merge pull request #1792 from calcom/fixes/crowdin 2022-02-10 14:32:00 -07:00
LICENSE Update LICENSE 2022-02-11 10:57:01 +00:00
package.json License server (#2379) 2022-05-26 11:07:14 -06:00
Procfile fix: deployment setup to Heroku (#1834) 2022-02-14 16:29:48 +00:00
README.md fixing the hyperlink for open startup (#2777) 2022-05-17 16:03:05 +00:00
turbo.json Update turbo.json 2022-05-27 13:49:13 -06:00
vercel.sh Update vercel.sh (#1983) 2022-02-25 13:13:56 -07:00
yarn.lock Fix @calcom/embed-react installation with TS project (#2870) 2022-05-27 09:37:02 -06:00