Omar López
7c749299bb
Enforces explicit type imports ( #7158 )
...
* Enforces explicit type imports
* Upgrades typescript-eslint
* Upgrades eslint related dependencies
* Update config
* Sync packages mismatches
* Syncs prettier version
* Linting
* Relocks node version
* Fixes
* Locks @vitejs/plugin-react to 1.3.2
* Linting
2023-02-16 15:39:57 -07:00
Joe Au-Yeung
d1a877e70d
Add additional guests ( #6419 )
...
* Add additional guests
* WIP
* WIP
* Type fix
* WIP
* Add validation for already invited attendees
* Revert type to email
* remove controlled fields
* disables signups via env variable (#6212 )
* disables signups via env variable
* Apply suggestions from code review
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
* Reusable Upgrade component for teams only features (#6473 )
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
* i18n udpate
* fix: darkmode in booking/[id] page (#6458 )
* fix: text-area style
* fix: border styles
* fix: german translation for reschedule booking email subject (#6483 )
* fix: german translation for reschedule subject
* fix: add a full stop
* fix: app store spacing issues (#6481 )
* feat: add equal spacing with gap
* fix: title style
* fix: title style
* fix: remove margin
* fix: remove margin
* fix: sub header spacing and slider button
* fix: category card text
* fix: app store spacing issues
* fix: tab in tablet
* fix: shell
* fix: styling of dropdown component (#6440 )
* fix: styling of dropdown component
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Apply suggestions from code review
* fix: use dropdown item in all pages
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: undo
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
* readding sidebar tips for everyone, added 3 more features to teams empty screen (#6475 )
* readding sidebar tips for everyone
* added 3 more features to teams plan
* responsive fixes
* responsive fixes
* small responsive fix
* CTA alignment fixed
* Minor alignment fixes to Shell for event-types/[type]
Co-authored-by: Alex van Andel <me@alexvanandel.com>
* fix: wrong i18n placeholder in many locales (#6496 )
* fix: czech translation
* fix: spanish translation
* fix: italian translation
* fix: japanese translation
* fix: korean translation
* fix: dutch translation
* fix: norwegian translation
* fix: polish translation
* fix: portuguese translation
* fix: portuguese translation
* fix: romanian translation
* fix: russian translation
* fix: serbian translation
* fix: swedish translation
* fix: turkish translation
* fix: ukrainian translation
* fix: vietnamese translation
* fix: chinese simplified translation
* fix: chinese traditional translation
* Disable redirect for cancellation page (#6498 )
* [CAL-677] /event-type : Event Setup sidebar item doesn't reflect multiple durations (#6390 )
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
* Added fallback to hostsFixed too which is used in COLLECTIVE (#6500 )
* Don't update the field when changing the select (#6486 )
* Don't update the field when changing the select
* Fixing missing label
* Applied the correct y-8 vertical margin
* Changed the description vertical offset from title a bit more
* Add Trash icon on Availability list dropdown
* fix: tablet sidebar profile being too wide and not centered (#6490 )
* feat: updated app list items styling issues inside settings/conferencing
* feat: fixed tablet sidebar width and not centered issue
* fix: removed un-related changes from this pr
* deleted .env
* fix: added the accidentaly deleted .env file
* fix: removed unwanted .env file from the pr
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
* Bring back PublicShell (#6505 )
* Add red text to error message
* WIP
* Rearrange guest input
* Fix validate unique guests logic
* Allow guests on reschedule
* Lint fix
* More lint fixes
* Lint fixes
* More lint fixes
* Fix remove guest button margin
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Jeff Loiselle <jeff@loiselles.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: Nafees Nazik <84864519+G3root@users.noreply.github.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: GitStart-Cal.com <121884634+gitstart-calcom@users.noreply.github.com>
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
Co-authored-by: Ronit Panda <72537293+rtpa25@users.noreply.github.com>
Co-authored-by: Alan <alannnc@gmail.com>
2023-01-31 17:36:38 +00:00
Omar López
cf33106d8b
WIP: SIU: Maximum call stack size exceeded fix? ( #6740 )
...
* Maximum call stack size exceeded fix?
# Conflicts:
# packages/prisma/index.ts
* Prisma client extensions is too much for our TS
* Removed unused Icons
* Type fixes
2023-01-26 17:51:03 -05:00
Jeroen Reumkens
cfa8fd8b67
Reduce bundle size by importing single icons at a time ( #6644 )
...
* Removed barrel import for icons to reduce bundle size.
* Fixed replacement mistakes
* Reverted unneccesary yarn.lock updates
* Added some missed Icon. import conversions
* Remove merge artifact import in @calcom/ui
* Don't import Icon in pages/[user]
* Update packages/ui/package.json
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Omar López <zomars@me.com>
2023-01-23 23:08:01 +00:00
Alex van Andel
fa984e1568
Changed a neutral- classes to gray ( #6603 )
...
* Changed a neutral- classes to gray
* Changed all border-1 to border
2023-01-20 23:04:58 +01:00
Jeroen Reumkens
37159914cf
🧹 Removed old root UI components. ( #6249 )
...
* Removed old root UI components.
* Fixed import path
* Changed icon to not import from root, since it somehow creates a recursive import
* Removed irrelevant todo
* Fixed merge issues.
* Fixed shell export
2023-01-04 14:05:00 +01:00
Om Ray
0fa7982084
Guests will be able to add their own location for in person meetings ( #5282 )
...
* Guests will be able to add their own location or in person meetings
* fix type error
* fixed issue with attendees location not showing on success page
* google meet booking will now go through, removed unnecessary change
* filter out attendee address when editing location
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-11-05 20:10:10 +00:00