Skip to content

feat: add expand button for truncated cell values in result tables - #97

Merged
aalvaropc merged 1 commit into
mainfrom
feat/expand-truncated
Apr 11, 2026
Merged

feat: add expand button for truncated cell values in result tables#97
aalvaropc merged 1 commit into
mainfrom
feat/expand-truncated

Conversation

@aalvaropc

@aalvaropc aalvaropc commented Apr 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • Cells with text >500 chars now show an expand icon (↗) next to the truncated value
  • Clicking the expand icon opens a modal with the full, untruncated cell content
  • Modal uses monospace font with word-wrap for readability
  • Non-truncated cells are unaffected — click-to-copy still works as before
  • New view_cell / close_cell_view events and viewing_cell assign

Test plan

  • mix precommit — 631 tests, 0 failures
  • Manual: run a query returning long text (e.g., SELECT repeat('x', 1000)), verify expand button appears and modal shows full text

@aalvaropc
aalvaropc merged commit e204f5a into main Apr 11, 2026
2 checks passed
@aalvaropc
aalvaropc deleted the feat/expand-truncated branch April 11, 2026 13:02
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.

1 participant