feat(web): add <ErrorBanner> to unify error display across event log, transcript, and header #1168
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Depends on
#1164 feat(web): add <AgentMessage> so event summaries render as markdown
charles/agent-hooks
Reference
charles/agent-hooks#1168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a dashboard operator, I want error states rendered the same way in the event timeline, the planner transcript, and the task detail header, so that I immediately recognize an error regardless of which surface I'm looking at.
Acceptance criteria
Component
<ErrorBanner message={string} retryable={boolean} onRetry={() => void} />incomponents/error-banner.tsxAlertCircleicon (matchesStatusPillerror state)retryable={false}: retry button hiddenretryable={true}: "Retry" button visible, triggersonRetrycallbackAdoption
event-log.tsxerror event rows use<ErrorBanner retryable={false}>planner/transcript.tsxstream error replaced with<ErrorBanner retryable={true} onRetry={...}>task-detail.tsxheader shows<ErrorBanner>whentask.status === "failure"(currently shows nothing in header)Quality
just qapassesOut of scope
References
🤖 Auto-assigned to dev (heuristic: area:dashboard + body 1279 bytes (≤ 2 KB) — code role). Reply
/unassignto reroute.