Skip to content

Truncate text properties to 32 characters in table views - #278

Merged
felixevers merged 2 commits into
mainfrom
claude/affectionate-bardeen-7225nn
Jun 19, 2026
Merged

Truncate text properties to 32 characters in table views#278
felixevers merged 2 commits into
mainfrom
claude/affectionate-bardeen-7225nn

Conversation

@felixevers

@felixevers felixevers commented Jun 19, 2026

Copy link
Copy Markdown
Member

Summary

Closes #277

Text (textarea) property values previously rendered in full inside table cells (relying only on CSS truncation). Per the issue, they are now cut at 32 characters with a trailing ... for table views. The complete value is still accessible via the cell's tooltip on hover.

Changes

  • web/components/properties/PropertyCell.tsx: in the FieldTypeText case, truncate the displayed value to a textCellMaxLength (32) constant and append ... when longer. The Tooltip continues to show the full, untruncated text.

This affects both read-only and editable property cells, since EditablePropertyCell renders text through PropertyCell.

Notes

  • Cutoff applies to text properties (FIELD_TYPE_TEXT), which back the textarea inputs.

🤖 Generated with Claude Code

https://claude.ai/code/session_01P1DT2nb74TG1FBfLamaMF1


Generated by Claude Code

claude added 2 commits June 19, 2026 14:01
Text (textarea) property values are now cut at 32 characters with a
trailing "..." in table cells, while the full value remains available
via the cell tooltip.

Closes #277

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P1DT2nb74TG1FBfLamaMF1
The cell tooltip now shows the same 32-character truncated value with a
trailing "..." instead of the full text.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01P1DT2nb74TG1FBfLamaMF1
@felixevers
felixevers merged commit 9c8790d into main Jun 19, 2026
13 checks passed
@felixevers
felixevers deleted the claude/affectionate-bardeen-7225nn branch June 19, 2026 14:23
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.

Cut textarea properties in table views

2 participants