Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
10b7949
feat(webapp): runs-list column registry, URL codec, and smart-column …
ericallam Aug 17, 2026
aaa4f28
feat(webapp): derive the runs-list Postgres select from visible columns
ericallam Aug 17, 2026
6a18301
feat(webapp): column display options and smart columns on the runs list
ericallam Aug 17, 2026
76c8303
feat(webapp): keep smart-column values fresh in the runs live poll
ericallam Aug 17, 2026
90d3fbe
docs(webapp): add server-changes note for runs-list column customization
ericallam Aug 17, 2026
efe0ffd
feat(webapp): editable smart columns and display-options polish
ericallam Aug 17, 2026
5b4371f
feat(webapp): stable column toggle and a clearer smart-column icon
ericallam Aug 17, 2026
dcb7287
feat(webapp): use a bolt icon for smart columns and reveal row action…
ericallam Aug 17, 2026
918ef18
feat(webapp): compact column URL state
ericallam Aug 17, 2026
f86fc8d
feat(webapp): redesign the add-smart-column modal
ericallam Aug 17, 2026
55586b5
feat(webapp): syntax-highlight the smart-column sample and cap large …
ericallam Aug 17, 2026
8604a03
feat(webapp): click a key in the smart-column sample to fill the path
ericallam Aug 17, 2026
dd8d3d4
feat(webapp): only leaf values are selectable in the sample tree
ericallam Aug 17, 2026
f943099
feat(webapp): expand the sample tree and let it page through recent runs
ericallam Aug 17, 2026
76ca32b
feat(webapp): trim smart-column sample chrome
ericallam Aug 17, 2026
e40a6fc
feat(webapp): thin scrollbars and inline empty objects in the sample …
ericallam Aug 17, 2026
296dd0f
fix(webapp): stop the smart-column sample showing 'No runs' while loa…
ericallam Aug 17, 2026
af5d330
feat(webapp): sample from any run that has an inline value for the so…
ericallam Aug 17, 2026
9782726
feat(webapp): default smart-column label to the array key, not the index
ericallam Aug 17, 2026
7059969
feat(webapp): show a full multi-row column preview beside the sample
ericallam Aug 17, 2026
14bda31
feat(webapp): support .length in smart-column JSON paths
ericallam Aug 17, 2026
08734eb
polish(webapp): tighten smart-column dialog copy and display popover …
ericallam Aug 17, 2026
20ca1c5
fix(webapp): address PR review on runs-list column customization
ericallam Aug 17, 2026
ed7c928
feat(webapp): move Display control next to pagination and add it to t…
ericallam Aug 18, 2026
c5756f5
feat(webapp): label the runs columns control "Columns"
ericallam Aug 18, 2026
07bf4bd
fix(webapp): preserve columns on clear-filters and read escaped sampl…
ericallam Aug 18, 2026
dfe36b4
perf(webapp): stop hydrating run metadata on the list unless a column…
ericallam Aug 18, 2026
466aff4
fix(webapp): drag-drop index, length-key sample path, live-poll paylo…
ericallam Aug 18, 2026
349a36c
fix(webapp): scope smart-column sample, suppress columns in embedded …
ericallam Aug 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .server-changes/runs-list-column-customization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
area: webapp
type: feature
---

Customize the runs list: show, hide, and reorder columns, and add smart columns that pull a value straight out of a run's payload, metadata, or output. Your column choices are saved in the page URL so you can share or bookmark a view.
Loading
Loading