What problem will this feature address?
When setting up a connection to a database, I frequently need to copy the User and Database Name fields. Currently, these fields don't have a copy button, unlike the Password and Internal Host fields which already have one. This forces me to manually select the text each time.
Describe the solution you'd like
Add a copy-to-clipboard button to the User and Database Name fields, consistent with the existing copy buttons already present on the Password and Internal Host fields.
Describe alternatives you've considered
Manually selecting and copying the text from the input field, which is the current workaround.
Additional context
The copy button already exists on the Password and Internal Host fields, so the pattern and component are already established in the codebase. This is a small, consistent change.
Will you send a PR to implement it?
Yes
What problem will this feature address?
When setting up a connection to a database, I frequently need to copy the User and Database Name fields. Currently, these fields don't have a copy button, unlike the Password and Internal Host fields which already have one. This forces me to manually select the text each time.
Describe the solution you'd like
Add a copy-to-clipboard button to the User and Database Name fields, consistent with the existing copy buttons already present on the Password and Internal Host fields.
Describe alternatives you've considered
Manually selecting and copying the text from the input field, which is the current workaround.
Additional context
The copy button already exists on the Password and Internal Host fields, so the pattern and component are already established in the codebase. This is a small, consistent change.
Will you send a PR to implement it?
Yes