Johnpaul
e43a2fcc3e
fix: add flex-wrap to bottom-right slot for stacking square chips
2025-09-23 20:28:07 +01:00
Johnpaul
b6b4a562b9
fix: refactor containerClasses and containerStyle to use cn() and prevent undefined behaviour
2025-09-23 06:30:07 +01:00
Johnpaul
578bb54437
fix: enhance CardContainer and MultiSelect components with improved props handling and filtering logic
2025-09-13 02:35:36 +01:00
Johnpaul
406a53a14e
Merge branch 'main' into feat/new-workflow-templates
2025-09-12 20:25:18 +01:00
Jin Yi
e70ddea684
fix: Add dropdown size control to Select components and improve UI ( #5290 )
...
* feature: size adjust
* feature: design adjust
* fix: popover width, height added
* fix: li style override
* refactor: improve component readability and
maintainability per PR feedback
- Replace CardGridList component with
createGridStyle utility function
- Add runtime validation for grid column values
- Remove !important usage in MultiSelect, use cn()
function instead
- Extract popover sizing logic into
usePopoverSizing composable
- Improve class string readability by splitting
into logical groups
- Use Tailwind size utilities (size-8, size-10)
instead of separate width/height
- Remove magic numbers in SearchBox, align with
button sizes
- Rename BaseWidgetLayout to BaseModalLayout for
clarity
- Enhance SearchBox click area to cover entire
component
- Refactor long class strings using cn() utility
across components
* fix: BaseWidgetLayout => BaseModalLayout
* fix: CardGrid deleted
* fix: unused exported types
* Update test expectations [skip ci]
* chore: code review
* Update test expectations [skip ci]
* chore: restore screenshot
---------
Co-authored-by: github-actions <github-actions@github.com >
2025-09-11 03:01:06 -07:00
Jin Yi
5b834acc86
feat(tailwind): add lucide icon support via iconify plugin ( #5453 )
2025-09-10 01:20:25 +00:00
Johnpaul
4d70fed532
Add props to CatdBottom and CardContainer
2025-09-08 17:45:03 +01:00
Alexander Brown
85017dbba0
Upgrade: Tailwind v4 ( #5246 )
...
* temp: move tailwind calls out of the layer
* temp: ts tailwind config
* upgrade: Tailwind v4
This got a little out of hand.
Had to add a relative reference to the stylesheet in any component that uses @apply instead of the utility classes directly.
* upgrade: bg-opacity is now a modifier
* fix: Classic menu buttons assume a border
* Update test expectations [skip ci]
* fix: New preflight removal pattern
* fix: Skeletons don't have skin
* Update test expectations [skip ci]
* fix: Missing @reference
* [auto-fix] Apply ESLint and Prettier fixes
---------
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: GitHub Action <action@github.com >
2025-09-03 12:37:43 -07:00
Jin Yi
11f5439d29
[feat] Add comprehensive Storybook stories for custom UI components ( #5098 )
2025-08-21 08:41:54 +09:00
Jin Yi
727a3494e0
Modal Component & Custom UI Components ( #4908 )
2025-08-19 11:56:17 +09:00