Skip to content

fix(ui): persist sidebar width and dropdown exit (#354) - #355

Merged
ZhuchkaTriplesix merged 2 commits into
devfrom
issue/354-sidebar-persist-dropdown-exit
Jul 26, 2026
Merged

fix(ui): persist sidebar width and dropdown exit (#354)#355
ZhuchkaTriplesix merged 2 commits into
devfrom
issue/354-sidebar-persist-dropdown-exit

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Summary

  • Persist connections sidebar width on keyboard/semantics resize (debounced) and flush dirty width on dispose mid-settle
  • Delay MenuController.close after item pick / trigger toggle so dropdown fade-slide exit can run (closeOnActivate: false); outside-tap remains snap
  • Tests for ConnectionsPanelWidthPersist, onDiscreteResize, and delayed dropdown exit

Closes #354

Test plan

  • flutter test test/features/main_screen/connections_panel_width_persist_test.dart test/core/layout/querya_split_handle_test.dart test/shared/querya_dropdown_test.dart
  • flutter analyze on touched lib files
  • Manual: arrow-resize connections panel → restart → width restored
  • Manual: pick dropdown item → brief exit fade (not instant snap)
  • Manual: outside-tap dropdown still closes immediately (documented snap)

Made with Cursor

…exit

Keyboard/semantics split resize and dispose mid-settle no longer drop the
connections panel width; item-pick closes menus after fade-slide exit.

Closes #354

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions github-actions Bot added bug Something isn't working ui User interface components and widgets labels Jul 26, 2026
@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit 3beb122 into dev Jul 26, 2026
4 checks passed
ZhuchkaTriplesix added a commit that referenced this pull request Jul 27, 2026
…down-exit

fix(ui): persist sidebar width and dropdown exit (#354)
@ZhuchkaTriplesix ZhuchkaTriplesix self-assigned this Jul 27, 2026
@ZhuchkaTriplesix
ZhuchkaTriplesix deleted the issue/354-sidebar-persist-dropdown-exit branch July 27, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ui User interface components and widgets

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant