Alex van Andel and GitHub
b9128a7a0b
chore: Add ./components/[name]/index.ts map to package.json ( #17319 )
...
* chore: Add ./components/[name]/index.ts map to package.json
* fix: Clarify Popover exports
* fix: re-add dropdown to calcom/ui barrel
* chore: Add icon barrel file re-export
* Fix all calcom/ui imports of its own barrel
* Never say 'fix all remaining..' it's never true
* Some type fixeS
* Linking fixes
* Rename sheet.tsx to Sheet.tsx
Done through UI, console does NOT like this.
* Fixed some test failures
2024-10-25 23:05:29 +01:00
0b03bcb90e
feat: CalendarSettings atom ( #16120 )
...
* dumb components for calendar settings
* shadcn switch
* update exports
* update packages
* add calendar settings atom to examples app
* init calendar settings atom
* refactors
* fix import path
* export type for calendar switch props
* invalidate queries on deleting calendar credentials
* replace calendars list with calendar settings wrapper
* cleanup
* update styling
* refactors
* cleanup
* fix: missing key prop CalendarSettingsPlatformWrapper
* Label as client components
* Address client component build errors
* Move QueryCell out of packages/lib
* PR feedback
* more feedback
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com >
Co-authored-by: Morgan Vernay <morgan@cal.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
2024-08-13 21:51:29 +05:30
3f02de8214
chore: icon cleanup ( #13770 )
...
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-04-03 23:23:57 +00:00
4db0da5da4
feat: smooth transitions to interactive elements ( #11983 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-12 17:45:44 +00:00
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 and GitHub
4b0d22655d
Feat/tokens + darkmode + theme support ( #7876 )
2023-04-05 18:14:46 +00:00
Nafees Nazik and GitHub
602c813928
fix: remove styled jsx ( #7133 )
2023-02-17 19:32:29 +00:00
Omar López and GitHub
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
Omar López and GitHub
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
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 and GitHub
f663774fee
feat: add most popular section in apps ( #6539 )
...
* feat: add most popular section in apps
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* chore: remove margin
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: merge conflict
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-01-18 11:48:10 -07:00
Nafees Nazik and GitHub
34a61214d3
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
2023-01-14 20:11:28 +01:00
Jeroen Reumkens and GitHub
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
sean-brydon and GitHub
b02c7e01d5
Move Apps to ui/components ( #6245 )
...
* Move Apps to components
* Update packages/features/ee/sso/page/teams-sso-view.tsx
2023-01-04 11:00:01 +00:00