FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ui(mysql): horizontal scroll for table toolbar under narrow width · Issue #451 · QueryaHub/Querya-Desktop · GitHub

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

Description

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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


    Back | FazBrowse Home | New Git URL