Skip to content

feat(databases): add copy button to User and Database Name fields#4735

Merged
Siumauricio merged 2 commits into
canaryfrom
feat/copy-button-database-credentials
Jul 5, 2026
Merged

feat(databases): add copy button to User and Database Name fields#4735
Siumauricio merged 2 commits into
canaryfrom
feat/copy-button-database-credentials

Conversation

@Siumauricio

Copy link
Copy Markdown
Contributor

Summary

  • Add enableCopyButton prop to the base Input component, rendering a copy-to-clipboard button next to the field
  • Use it on the User, Database Name, and Internal Host fields across Postgres, MySQL, MariaDB, MongoDB, Redis, and Libsql credential views, matching the existing copy pattern on Password/Internal Connection URL

Closes #4495

Adds an enableCopyButton prop to the Input component and uses it on
the User, Database Name, and Internal Host fields across Postgres,
MySQL, MariaDB, MongoDB, Redis, and Libsql credential views.

Closes #4495
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Jul 5, 2026
@Siumauricio Siumauricio merged commit cb23d72 into canary Jul 5, 2026
1 of 4 checks passed
@Siumauricio Siumauricio deleted the feat/copy-button-database-credentials branch July 5, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add copy button to User and Database Name in database credentials

1 participant