Skip to content

Property Editors: Add value summary extensions for collection views - #22871

Closed
engijlr wants to merge 41 commits into
mainfrom
v17/feature/value-summary-property-editors
Closed

Property Editors: Add value summary extensions for collection views#22871
engijlr wants to merge 41 commits into
mainfrom
v17/feature/value-summary-property-editors

Conversation

@engijlr

@engijlr engijlr commented May 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Implements valueSummary extensions across all remaining property editor types so collection table and card views display meaningful, compact representations instead of raw data or nothing.

  • Pickers (single & multi) — Content Picker, Document Picker, Member Picker, Member Group Picker, User Picker, Media Picker, Multi URL Picker:
    display resolved names. When multiple selections are allowed the text is truncated at 20ch with a title attribute so the full value is visible
    on hover
  • Tags & Checkbox List — shows a uui-tag badge with the total count, keeping the cell compact regardless of how many items are selected
  • Multiple Text String — joined values, truncated at 20ch with title on hover
  • Upload Field & Image Cropper — filename, truncated at 20ch
  • Rich Text (TipTap), Markdown, Code Editor — icon indicator when content is present, nothing when empty
  • Block Single — icon indicator when a block is configured
  • Block List & Block Grid — total content block count with a layout icon

Before

Screenshot 2026-05-18 at 11 17 36

After

Screenshot 2026-05-18 at 11 05 14 Screenshot 2026-05-18 at 10 58 35 Screenshot 2026-05-18 at 10 49 59 Screenshot 2026-05-18 at 10 53 24 Screenshot 2026-05-18 at 09 13 36 Screenshot 2026-05-15 at 14 31 42 Screenshot 2026-05-18 at 09 36 48 Screenshot 2026-05-18 at 10 21 24 Screenshot 2026-05-15 at 15 01 06

@claude

claude Bot commented May 18, 2026

Copy link
Copy Markdown

Claude encountered an error after 0s —— View job


I'll analyze this and get back to you.

@madsrasmussen
madsrasmussen self-requested a review May 18, 2026 13:33
@leekelleher

Copy link
Copy Markdown
Member

@engijlr I haven't reviewed the code, but wondering whether we can have an Element Picker value-summary too? (since this PR is targeting main/v18.1).

@bjarnef

bjarnef commented May 18, 2026

Copy link
Copy Markdown
Contributor

@engijlr in my opinion the icon at Block Single may look like an unselected checkbox and confuse content editors.

Does datetime, time and date only consider back office user locale as we have previously had this need in projects. For now is probably requires a custom UFM filter or component: #21420

engjlr and others added 25 commits May 19, 2026 11:44
Replace the document icon with a check icon in value-summary components to indicate non-empty content. Updated the value-summary element in code-editor, markdown-editor, and tiptap-rte to return <uui-icon name='icon-check'> when a value is present, standardizing the visual cue across these editors.
@madsrasmussen

Copy link
Copy Markdown
Member

We encountered some technical challenges when merging this PR directly (some API errors from GitHub complaining about the base branch). We have squashed all the changes into this PR: #23027, merged it into v18.1, and cherry-picked it to v17.6.

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.

5 participants