paperclip/ui/src/components
Forgotten 0b9bea667c Improve issue and approvals UI: parent chain, project names, approval details
shared:
- Add IssueAncestor type and ancestors?: IssueAncestor[] to Issue interface

IssueDetail:
- Show clickable parent chain breadcrumb above issue title when issue has parents
- Ancestors rendered root-first (reversed from API order) with chevron separators

IssueProperties:
- Project field now shows project name with a link instead of raw UUID
- Assignee field now links to agent detail page
- Parent field shows immediate parent title (from ancestors[0]) with link
- Show request depth when > 0

Approvals:
- Pending/All filter tabs with pending count badge
- HireAgentPayload renders name, role, title, capabilities, adapter type
- CeoStrategyPayload renders plan/description text in a monospace block
- Decision note shown when present
- Requester agent name shown in header
- Approve button uses green styling; empty state with icon

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-17 20:16:57 -06:00
..
ui Polish UI: enhance dialogs, command palette, and page layouts 2026-02-17 10:53:20 -06:00
agent-config-primitives.tsx Extract AgentConfigForm and agent-config-primitives components 2026-02-17 20:07:26 -06:00
AgentConfigForm.tsx Extract AgentConfigForm and agent-config-primitives components 2026-02-17 20:07:26 -06:00
AgentProperties.tsx Build out agent management UI: detail page, create dialog, list view 2026-02-17 12:33:04 -06:00
BreadcrumbBar.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
CommandPalette.tsx UI polish: sidebar nav, Companies/Issues layout, assignee in issue defaults 2026-02-17 20:07:49 -06:00
CommentThread.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
CompanySwitcher.tsx Polish UI: enhance dialogs, command palette, and page layouts 2026-02-17 10:53:20 -06:00
EmptyState.tsx Polish UI: enhance dialogs, command palette, and page layouts 2026-02-17 10:53:20 -06:00
EntityRow.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
FilterBar.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
GoalProperties.tsx Add detail pages, property panels, and restyle list pages 2026-02-17 09:57:06 -06:00
GoalTree.tsx Add detail pages, property panels, and restyle list pages 2026-02-17 09:57:06 -06:00
InlineEditor.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
IssueProperties.tsx Improve issue and approvals UI: parent chain, project names, approval details 2026-02-17 20:16:57 -06:00
Layout.tsx Add onboarding wizard and revamp agent creation flow 2026-02-17 13:24:33 -06:00
MetricCard.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
NewAgentDialog.tsx Refactor NewAgentDialog and AgentDetail to use AgentConfigForm 2026-02-17 20:07:30 -06:00
NewIssueDialog.tsx UI polish: sidebar nav, Companies/Issues layout, assignee in issue defaults 2026-02-17 20:07:49 -06:00
NewProjectDialog.tsx Adopt React Query and live updates across all UI pages 2026-02-17 12:24:48 -06:00
OnboardingWizard.tsx Improve OnboardingWizard: model picker and styled working directory input 2026-02-17 20:07:41 -06:00
PageSkeleton.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
PriorityIcon.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
ProjectProperties.tsx Add detail pages, property panels, and restyle list pages 2026-02-17 09:57:06 -06:00
PropertiesPanel.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
Sidebar.tsx UI polish: sidebar nav, Companies/Issues layout, assignee in issue defaults 2026-02-17 20:07:49 -06:00
SidebarNavItem.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
SidebarSection.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
StatusBadge.tsx Overhaul UI with shadcn components and new pages 2026-02-17 09:07:32 -06:00
StatusIcon.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00