Show table info balloon only when hovering over the table name in Play UI by alexey-milovidov · Pull Request #101118 · ClickHouse/ClickHouse · GitHub
Skip to content

Show table info balloon only when hovering over the table name in Play UI#101118

Merged
alexey-milovidov merged 8 commits into
masterfrom
fix-play-table-balloon-hover
Apr 10, 2026
Merged

Show table info balloon only when hovering over the table name in Play UI#101118
alexey-milovidov merged 8 commits into
masterfrom
fix-play-table-balloon-hover

Conversation

@alexey-milovidov

@alexey-milovidov alexey-milovidov commented Mar 29, 2026

Copy link
Copy Markdown
Member

Previously the balloon with table info (size, rows, engine) appeared when hovering anywhere on the row, including the empty space after the table name. Now it only appears when the pointer is over the table name button itself, using the CSS adjacent sibling combinator (button:hover + .table-addendum). The balloon also stays visible when hovering over it so users can click the elements inside.

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):

Show table info balloon in Play UI only when hovering over the table name, not the entire row.

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

Version info

  • Merged into: 26.4.1.795

@clickhouse-gh

clickhouse-gh Bot commented Mar 29, 2026

Copy link
Copy Markdown
Contributor

@clickhouse-gh clickhouse-gh Bot added the pr-improvement Pull request with some product improvements label Mar 29, 2026
@alexey-milovidov

Copy link
Copy Markdown
Member Author

It works well.

@pamarcos pamarcos self-requested a review March 30, 2026 16:34
@pamarcos pamarcos self-assigned this Mar 30, 2026
@pamarcos

Copy link
Copy Markdown
Member

Verified it works 👌

@alexey-milovidov

Copy link
Copy Markdown
Member Author

The Stress test (arm_msan) failure is fixed by #101239, which should be merged first. After it is merged, please update the branch to include the fix.

@alexey-milovidov

Copy link
Copy Markdown
Member Author

@alexey-milovidov alexey-milovidov merged commit b93f268 into master Apr 10, 2026
162 checks passed
@alexey-milovidov alexey-milovidov deleted the fix-play-table-balloon-hover branch April 10, 2026 10:43
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-improvement Pull request with some product improvements pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants