cal.pub0.org/packages/app-store
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
..
_components add invite link to Zapier setup page (#2696) 2022-05-11 04:58:10 +00:00
_example feature/app wipe my cal (#2487) 2022-04-14 20:24:27 -06:00
_pages/setup add invite link to Zapier setup page (#2696) 2022-05-11 04:58:10 +00:00
_utils Fix for undefined keys 2022-05-04 08:13:52 -06:00
applecalendar Update all Yarn dependencies (2022-05-16) (#2769) 2022-05-17 19:31:49 +00:00
caldavcalendar Update all Yarn dependencies (2022-05-16) (#2769) 2022-05-17 19:31:49 +00:00
dailyvideo Fixes daily-video slug 2022-05-05 16:36:30 -06:00
giphy added giphy description (#2730) 2022-05-11 11:46:27 +02:00
googlecalendar Fix deleted event when on different cal (404) (#2882) 2022-05-25 10:40:33 -06:00
googlevideo Fixing ESLint warnings (#2723) 2022-05-14 13:49:39 +00:00
hubspotothercalendar Update all Yarn dependencies (2022-05-16) (#2769) 2022-05-17 19:31:49 +00:00
huddle01video slug fixes 2022-05-04 12:25:07 -06:00
jitsivideo Jitsi slug fixes 2022-05-04 12:25:07 -06:00
metamask Fixing ESLint warnings (#2723) 2022-05-14 13:49:39 +00:00
office365calendar Add 'free' and 'workingElsewhere' as a non-blocking event (#2652) 2022-05-11 20:47:42 +00:00
office365video Populate msteams key in db (#2743) 2022-05-13 14:20:50 +02:00
slackmessaging Fixes missing slack credentials 2022-05-05 16:21:52 -06:00
spacebooking Merge branch 'production' 2022-05-09 13:58:18 -06:00
stripepayment Fixes/app store keys in db (#2651) 2022-05-02 16:21:11 -06:00
tandemvideo App env fixes 2022-05-02 17:59:06 -06:00
vital Vital App - Auto reschedule based on health data (#2500) 2022-05-06 17:21:30 +00:00
wipemycalother Fixing ESLint warnings (#2723) 2022-05-14 13:49:39 +00:00
zapier save additional inputs as json + view details of booking (#2796) 2022-05-18 15:05:49 -06:00
zoomvideo Type fixes 2022-05-02 18:21:29 -06:00
_appRegistry.ts All apps in DB are installed by default 2022-05-05 16:21:52 -06:00
apiHandlers.tsx Vital App - Auto reschedule based on health data (#2500) 2022-05-06 17:21:30 +00:00
components.tsx Vital App - Auto reschedule based on health data (#2500) 2022-05-06 17:21:30 +00:00
index.ts Vital App - Auto reschedule based on health data (#2500) 2022-05-06 17:21:30 +00:00
locations.ts Feat/Display location information publicly (#2752) 2022-05-25 14:34:08 -06:00
metadata.ts Vital App - Auto reschedule based on health data (#2500) 2022-05-06 17:21:30 +00:00
next-auth.d.ts App Store (#1869) 2022-03-23 15:00:30 -07:00
next.d.ts App Store (#1869) 2022-03-23 15:00:30 -07:00
package.json App Store (#1869) 2022-03-23 15:00:30 -07:00
tsconfig.json App Store (#1869) 2022-03-23 15:00:30 -07:00
types.d.ts Type fixes 2022-05-10 21:35:44 -06:00
utils.ts Change location of booking (#2658) 2022-05-27 23:27:41 +00:00