You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webapp): truncate long smart column values and polish the header
- Widen the smart column dialog by 70px (860 -> 930).
- Use the bolt icon for the "Add smart column" menu item.
- Fix long text escaping above the preview panel's header. The rows are
h-8 with items-center, so wrapped text taller than the row was centred and
half of it overflowed upwards past scroll-top, where it was unreachable and
clipped, losing the start of the string. Rows are now single-line, so
content starts under the header and flows down; the panel still scrolls
horizontally.
- Say "sample payload" rather than "sample" in the intro.
- Middle-truncate long text cells at 600px via the existing MiddleTruncate,
with the full value in a tooltip. MiddleTruncate gains an optional
tooltipDelay (it defaulted to opening instantly, which fires while merely
scanning rows) and the runs table passes 500ms. The dialog preview opts out
and keeps scrolling instead.
- Move the smart column's bolt to the right of the header label at size-4, and
give the header a tooltip naming the path, source and display type.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments