-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection manager polish #76
Connection manager polish #76
Conversation
* Added form validation for patient contexts * Added sorting of connections alphabetically * Added confirmation messaging for deleting connections * Added ability to import/export connections * Added connection manager functions to commands palette
Pending changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good! A few things:
- If possible, replace or update the "Press 'Enter' to confirm your input" to something specific to the context.
- Hitting "Enter" after that dialog without entering anything, brings up an unpopulated "Edit Connection" dialog, or a "Delete Connection" dialog that does nothing.
- Local connection should be pinned to the top when sorting, as JP suggested.
I'm super impressed by this! Great choice of additions, and great execution as well.
* Update sorting to always show Local Connection at the top * Refactored edit/delete connections commands to show quick pick options * More styling updates to buttons
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New changes look great, excellent work!
…ode-cql into connection-manager-finalize
[Connection Manager Polish]