Skip to content

ui(mysql): horizontal scroll for table toolbar under narrow width #451

Description

@ZhuchkaTriplesix

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

  • Narrow viewport does not overflow (layout overflow harness)
  • All toolbar actions remain reachable via horizontal scroll
  • Layout test parity with Postgres toolbar

Suggested fix

Reuse Postgres/extension scrollable toolbar pattern (or extract shared strip).

Metadata

Metadata

Labels

bugSomething isn't workingmysqlMySQL database driver and workspaceuiUser interface components and widgets

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions