cal.pub0.org/apps/web
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
..
@types App Store (#1869) 2022-03-23 15:00:30 -07:00
components Change location of booking (#2658) 2022-05-27 23:27:41 +00:00
contexts fix: update eslint config to test .ts and .js separately (#2805) 2022-05-18 10:05:25 -06:00
docs update SAML setup links for readme files (#2159) 2022-03-16 11:40:58 +00:00
ee Fix @calcom/embed-react installation with TS project (#2870) 2022-05-27 09:37:02 -06:00
lib Change location of booking (#2658) 2022-05-27 23:27:41 +00:00
pages Change location of booking (#2658) 2022-05-27 23:27:41 +00:00
playwright Change location of booking (#2658) 2022-05-27 23:27:41 +00:00
public Change location of booking (#2658) 2022-05-27 23:27:41 +00:00
scripts Eslint fixes (#1898) 2022-02-18 16:53:45 +00:00
server Change location of booking (#2658) 2022-05-27 23:27:41 +00:00
styles Recurring Events (#2562) 2022-05-05 18:16:25 -03:00
test/lib Fixes/app store keys in db (#2651) 2022-05-02 16:21:11 -06:00
web3 Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
.eslintignore Fixes for lint 2022-02-10 14:22:45 -07:00
.gitignore Embed Code Generator: Fix Preview HTML and Embed Lib path for production (#2688) 2022-05-06 15:56:26 +00:00
.nvmrc Re-adds .nvmrc 2022-02-10 14:22:45 -07:00
calendso.yaml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
jest.config.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
next-env.d.ts Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
next-i18next.config.js Vital App - Auto reschedule based on health data (#2500) 2022-05-06 17:21:30 +00:00
next.config.js Embed Snippet Generator (#2597) 2022-05-05 08:29:49 -06:00
package.json Fix @calcom/embed-react installation with TS project (#2870) 2022-05-27 09:37:02 -06:00
postcss.config.js Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
project.toml Migrated cal.com to apps/web 2022-02-10 14:22:45 -07:00
tailwind.config.js add invite link to Zapier setup page (#2696) 2022-05-11 04:58:10 +00:00
tsconfig.json The Dotenv Refactor (#2275) 2022-03-25 17:39:38 -07:00