feat(web): add global approval banner so blocked tasks are visible without scrolling #1167
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
1 participant
Notifications
Due date
No due date set.
Depends on
Reference
charles/agent-hooks#1167
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 to be notified immediately when any running task requires my approval, so that I don't miss a blocked task that is silently waiting deep in the event log.
Acceptance criteria
Banner component
<GlobalApprovalBanner>sticky component rendered in the root layout when ≥1 task has a pendingapproval_pendingeventrole="alert"on the banner elementRouting
/board,/workspace,/agents/live,/agents/rosterData
ui_status === "waiting"with latest event typeapproval_pending)Quality
just qapassesOut of scope
<ApprovalCard>)References