Skip to content

Add server name dropdown for saved connections#203

Merged
erikdarlingdata merged 1 commit into
devfrom
feature/183-connection-dropdown
Apr 8, 2026
Merged

Add server name dropdown for saved connections#203
erikdarlingdata merged 1 commit into
devfrom
feature/183-connection-dropdown

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Summary

  • Replaces the AutoCompleteBox with a TextBox + dropdown button + Popup ListBox for the server name field in the connection dialog
  • Users can now click the dropdown arrow to see all previously saved connections, sorted by most recently used
  • Selecting a saved server fills in the name and applies stored settings (auth type, encryption, credentials)
  • Users can still type a new server name directly in the text box

Closes #183

Test plan

  • Open connection dialog, verify dropdown arrow is visible with white border matching other controls
  • Click dropdown arrow, verify all saved connections appear in a popup list
  • Select a saved connection, verify server name is filled and settings (auth, encryption, cert) are applied
  • Type a new server name directly, verify test connection and connect still work
  • Connect to a new server, reopen dialog, verify it appears in the dropdown

🤖 Generated with Claude Code

Replace AutoCompleteBox with TextBox + dropdown button + Popup ListBox
so users can see and pick from all previously saved connections. Saved
connections are sorted by most recently used.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit fcdf20a into dev Apr 8, 2026
2 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/183-connection-dropdown branch April 9, 2026 00:37
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