Abdallah Alsamman
91f381bce9
Replace react icons with lucidedev ( #8146 )
...
* migrate from react-icons to lucide-react
* replace react-icon with lucide-dev: Webhook Icon
* add lucide transformer
* Fix LinkIcon import
* Update yarn.lock to include monorepo deps
* Migrated icons in ChargeCardDialog
* Port Storybook to new icons as well
* Adjust Info & Globe icons size to match react-icons size
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-04-12 17:26:31 +02:00
sean-brydon
4b0d22655d
Feat/tokens + darkmode + theme support ( #7876 )
2023-04-05 18:14:46 +00: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
Udit Takkar
bcf5fb18c5
Cal Video (Daily) Recording ( #6039 )
...
* feat: wip
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* feat: add download recording button
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* moved video recording into /ee/, wrapped in LicenseRequired
* fix: security issues in downloading recording
updates designs
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* feat: add upgradation banner
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: remove default room
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: fix type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: add type in get recording
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: add suggestions and zod type for recording
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: add types in getRecordings
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: finally all type errors fixed
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* Server side validation for users in team plans for recordings
* fix: remove any type
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* fix: type error
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>
Co-authored-by: Peer Richelsen <peer@cal.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Alan <alannnc@gmail.com>
2022-12-27 21:03:39 +00:00