Alexander Brown
15655ddb76
Updates: More Modal Modification ( #8256 )
...
Refactors modal dialog layouts for improved flexibility and consistency.
**Changes:**
- Add dedicated slot for left panel header title with dynamic
content/icons
- Consolidate side panel rendering within `BaseModalLayout`
- Remove redundant `PanelHeader` and `RightSidePanel` components
- Apply `select-none` to text elements to prevent accidental selection
---------
Co-authored-by: Amp <amp@ampcode.com >
2026-01-23 20:41:35 -08:00
Alexander Brown
2c26fbb550
Component: Button Migration 3: IconTextButton ( #7603 )
...
## Summary
Replace all the `IconTextButton`s with `Button`
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7603-WIP-Component-Button-Migraion-3-IconTextButton-2cd6d73d365081b7b742fa2172dc2ba8 )
by [Unito](https://www.unito.io )
2025-12-18 16:09:56 -08:00
Alexander Brown
fba580dc7d
Component: Button Migration 2: IconButton ( #7598 )
...
## Summary
Still a work in progress. Buttons with just icons are already in the
stories for button.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7598-WIP-Component-Button-Migration-2-IconButton-2cc6d73d365081c09143c63464ac60b7 )
by [Unito](https://www.unito.io )
2025-12-17 18:11:43 -08:00
Alexander Brown
18b133d22f
Style: Larger Node Text, More Sidebar Alignment ( #7223 )
...
## Summary
See what it looks like. How it feels. What do you think?
- Also was able to unify down to a single SearchBox component.
## Changes
- Bigger widget / slot labels
- Smaller header text
- Unified Searchboxes across sidebar tabs
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7223-Style-prototype-with-larger-node-text-2c36d73d365081f8a371c86f178fa1ff )
by [Unito](https://www.unito.io )
---------
Co-authored-by: github-actions <github-actions@github.com >
2025-12-11 19:47:28 -08:00
Johnpaul Chiwetelu
01b3aeae68
Prune console.log() ( #5867 )
...
Introduce a no-console rule in ESLint configuration and remove existing
console log statements throughout the codebase, replacing some with
warnings or comments.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5867-Prune-console-log-27e6d73d365081bcbad8c36cfb5b258c )
by [Unito](https://www.unito.io )
2025-10-01 18:34:58 -07: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