Parent
Part of #445
Severity
Medium
Problem
MySQL table toolbar is a fixed-height Row of actions/pager with no horizontal scroll. Postgres/extension toolbars already use SingleChildScrollView + layout overflow tests. Narrow split / high text scale → RenderFlex overflow.
Evidence
lib/features/mysql/mysql_table_view.dart toolbar (~422–497)
- Good pattern: Postgres table toolbar +
postgres_table_toolbar_layout_test.dart
Acceptance
Suggested fix
Reuse Postgres/extension scrollable toolbar pattern (or extract shared strip).
Parent
Part of #445
Severity
Medium
Problem
MySQL table toolbar is a fixed-height
Rowof actions/pager with no horizontal scroll. Postgres/extension toolbars already useSingleChildScrollView+ layout overflow tests. Narrow split / high text scale → RenderFlex overflow.Evidence
lib/features/mysql/mysql_table_view.darttoolbar (~422–497)postgres_table_toolbar_layout_test.dartAcceptance
Suggested fix
Reuse Postgres/extension scrollable toolbar pattern (or extract shared strip).