Skip to content

fix: column visibility UX polish (#778)#798

Merged
datlechin merged 1 commit intomainfrom
fix/column-visibility-ux
Apr 19, 2026
Merged

fix: column visibility UX polish (#778)#798
datlechin merged 1 commit intomainfrom
fix/column-visibility-ux

Conversation

@datlechin
Copy link
Copy Markdown
Collaborator

Closes #778

Summary

UX polish for column visibility popover. The current approach (toggle checkboxes) is correct and matches DataGrip/DBeaver/TablePlus. These changes improve discoverability.

Changes

  • Header shows "5 of 42" when columns are hidden (was just "Columns")
  • Status bar shows "Columns (5/42)" instead of "Columns (37 hidden)"
  • Popover wider (260px, was 220px) for long column names
  • Popover taller (420px, was 350px) for many columns
  • Search field shows for 5+ columns (was 10+)

Test plan

  • Build passes
  • Open table with many columns, verify count badge in header and status bar
  • Toggle columns, verify counts update
  • Search field visible for tables with 5+ columns

@datlechin datlechin merged commit bf11d43 into main Apr 19, 2026
2 checks passed
@datlechin datlechin deleted the fix/column-visibility-ux branch April 19, 2026 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Column visibility UX: should toggle columns to show, not hide-all-first

1 participant