b09b32b121
fix: scheduleId not unset properly bug ( #15993 )
...
* fix: scheduleId not unset properly bug
* Refactor almost complete, couple of tests needed
* More testid fixes
* Add migration to fixup schedule id bug
* Remove migration
* fix: Refactor useLockedFieldManager for correct useState use
---------
Co-authored-by: zomars <zomars@me.com >
2024-08-13 16:44:16 +01:00
24936d8b7b
refactor: improve Card component hover effect ( #16161 )
...
Simplify the hover effect on the Card component by adding a transition to the transform property. This improves the user experience and makes the hover effect smoother.
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2024-08-12 11:01:48 +00:00
c870df7027
chore: Add transition effects in UI components ( #15841 )
...
* chore: Add transition to hover effects in UI components
* chore: Add transition to hover effects in UI components
* Update ToggleGroup component transition
---------
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com >
2024-07-22 11:50:44 +02:00
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
b3f4cfab32
feat: new org onboarding wizard ( #13139 )
...
* added layouts for moving teams step
* added admin section for org creation step
* extended org creation to also move existing teams
* wip
* wip
* wip
* further changes
* Add checkout for org in onboarding
* Fix ts errors
* Self review feedback
* Self review addressed
* Fix unit tests
* Fix ts error
* Seans feedback addressed
* feat: fix correct accounts pending
* fix: unit tests for new invite member permissions
* tests: org admin onboarding tests for existing user
* tests: Inital user self serve flow
* chore: update teamAndUserFixture to create X amount of teams
* chore: add testId to card actionButton
* test: add test-Id to continue or checkout button
* tests: add tests for migrating existing teams
* feat: match new designs
* fix: isAdminCheck
* chore: fix pricing copy
* fix: flacky tests
* Fix tests?
* More test fixes
* Check all checkboxes
* Fix type error
* Fix failing test and typescript issues
* Fix unpaid org allowing auto-add users
* Add self-serve flag
* Skip tests
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Hariom <hariombalhara@gmail.com >
Co-authored-by: sean-brydon <sean@cal.com >
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: Omar López <zomars@me.com >
2024-04-03 18:53:02 +05:30
c34fdab5af
test: Create unit tests for react components in packages/ui/components/card (CALCOM-617) ( #10257 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
2023-07-20 07:06:15 +02:00
Omar López and GitHub
2d6eebcd8a
chore: Sync packages mismatches ( #9725 )
2023-06-22 15:25:37 -07:00
Ayush Mainali and GitHub
d2a12ea834
refactor: Convert card to cva ( #9651 )
2023-06-20 19:54:08 +02:00
4631805924
fix: render action button in the card only when actionButton.child is present ( #9064 )
...
Co-authored-by: Praveen Kumar <praveenkumar@Praveens-MacBook-Pro.local >
2023-05-25 14:58: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
5b6f007d8f
fix: flickering of tips card rendering while changing routes ( #8065 )
...
* feat: optimize tips component
* fix: use dynamic rendering
* fix: remove unnecessary memo
* fix: prefetch warning
* fix: use reverse list
2023-04-03 19:25:45 +02:00
Richard Poelderl and GitHub
2cc937ba87
chore: Deactivate automatic link prefetching for /blog links ( #7751 )
...
* disable prefetch on the `Tips` cards
2023-03-15 21:08:29 +01: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
Peer Richelsen and GitHub
9b26c7aee6
lots of small changes by me and ciaran ( #6871 )
2023-02-03 16:49:33 +00:00
ef78db7856
/teams improvements ( #6831 )
...
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-02-01 20:41:47 +00:00
Alex van Andel and GitHub
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
62713940b0
Chor/v2 more tidyup - Card - link icon button - tooltip ( #6312 )
...
* Card
* Step card
* Already in components
* Link Icon Button
* Tooltip
* Fix types
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-01-09 19:22:04 -07:00