You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(data-explorer): make the data source picker a dropdown
Replaces the two-step grid-of-buttons picker with an always-visible Select
at the top of the connection dialog. Creating defaults to the first
registered source so the dialog opens ready to type; editing pins the
source, since changing what kind of database an existing connection points
at was never coherent.
Switching source clears any error and test result from the previous one,
and the adapter form is keyed by adapter id so no field carries over.
Reuses the existing connectionDialog.pickSource label, so no new keys and
no change to the 27-locale parity.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments