connections_panel_postgres_connection.dart stores _error = e.toString() but renders only the static text 'Error'.
Impact: Users cannot diagnose why a connection fails to expand in the sidebar.
Expected: Show the actual error message (truncated with tooltip, or expandable).
Acceptance criteria:
connections_panel_postgres_connection.dartstores_error = e.toString()but renders only the static text'Error'.Impact: Users cannot diagnose why a connection fails to expand in the sidebar.
Expected: Show the actual error message (truncated with tooltip, or expandable).
Acceptance criteria:
'Error'with the stored error text, constrained by max lines and tooltip.