Skip to content

fix: hide bookmarks when switching to scheme mode - #865

Open
sosedoff wants to merge 1 commit into
mainfrom
fix/bookmarks-visibility-mode-switch
Open

fix: hide bookmarks when switching to scheme mode#865
sosedoff wants to merge 1 commit into
mainfrom
fix/bookmarks-visibility-mode-switch

Conversation

@sosedoff

@sosedoff sosedoff commented Jul 3, 2026

Copy link
Copy Markdown
Owner

When switching to Scheme mode in the connection settings, the bookmarks section remained visible. This was introduced in commit 3c11ae5 (PR #716), which extracted bookmarks from inside .connection-standard-group into its own .connection-bookmarks-group sibling, but the mode switch handler was never updated to toggle its visibility.

Changes: Added show()/hide() calls for .connection-bookmarks-group in the mode switch handler at static/js/app.js:1787-1806.

  • Scheme: bookmarks hidden
  • Standard: bookmarks shown
  • SSH: bookmarks shown

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