Commit b1e358f
feat(webapp): surface buffered state in admin-only details for run detail panel
Admins triaging a run from the dashboard need a single-glance answer to
"is this row in PG yet or sitting in the mollifier buffer?". The
existing Admin only section already carries Worker queue / Trace ID /
Span ID / Task event store; add a Buffered yes/no field at the top
of the same block. Gates off the `isBuffered` flag already on
SpanRun (`false` on the PG branch, `true` on the buffered synth).
No customer-facing change — only renders when `useHasAdminAccess()` is
true.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8e02aef commit b1e358f
1 file changed
Lines changed: 4 additions & 0 deletions
File tree
- apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
1025 | 1029 | | |
1026 | 1030 | | |
1027 | 1031 | | |
| |||
0 commit comments