Skip to content

Fix resize styling and transition issues in WorkspaceLayout*, UnifiedSearch and Navigator#159

Merged
AlexeyMz merged 3 commits into
masterfrom
fix-resizing-style-issues
May 29, 2026
Merged

Fix resize styling and transition issues in WorkspaceLayout*, UnifiedSearch and Navigator#159
AlexeyMz merged 3 commits into
masterfrom
fix-resizing-style-issues

Conversation

@AlexeyMz
Copy link
Copy Markdown
Member

  • Improve WorkspaceLayout* item resize handing:
    • Enable size transition on expand/collapse WorkspaceLayoutRow items;
    • Set a default minimum size on item width via --reactodia-accordion-item-min-width;
    • Auto-collapse items after resize if the final size is less than minSize for that item;
    • Prevent toggle buttons on WorkspaceLayoutRow children from being partially hidden when corresponding item is collapsed.
  • Fix small input width overflow in UnifiedSearch when resized to the minimum size.
  • Fix Navigator to avoid animating expand/collapse transition on the initial mount.

AlexeyMz added 3 commits May 29, 2026 01:22
* Enable size transition on expand/collapse `WorkspaceLayoutRow` items;
* Set a default minimum size on item width via `--reactodia-accordion-item-min-width`;
* Auto-collapse items after resize if the final size is less than `minSize` for that item;
* Prevent toggle buttons on `WorkspaceLayoutRow` children from being partially hidden when corresponding item is collapsed.
@AlexeyMz AlexeyMz merged commit caf77ec into master May 29, 2026
4 checks passed
@AlexeyMz AlexeyMz deleted the fix-resizing-style-issues branch May 29, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant