nexus/ui/src/components
Forgotten 3717bab673 fix(ui): prevent top bar and header rows from overflowing on mobile
- BreadcrumbBar: add min-w-0/overflow-hidden to container, truncate last breadcrumb item
- IssueDetail: add flex-wrap and min-w-0 to header row, shrink-0 on buttons, truncate project name
- Companies: add flex-wrap and tighter gap on stats row for mobile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 17:40:13 -06:00
..
ui UI: mobile responsive layout, streamline agent budget display, and xs avatar size 2026-02-20 11:29:13 -06:00
ActiveAgentsPanel.tsx Support issue identifiers (PAP-39) in URLs and prefer them throughout 2026-02-20 16:04:05 -06:00
ActivityRow.tsx feat(ui): show issue title alongside identifier in activity feed 2026-02-23 20:06:16 -06:00
agent-config-defaults.ts fix: move defaultCreateValues to separate file to fix HMR 2026-02-20 12:28:42 -06:00
agent-config-primitives.tsx feat: resolve agent workspace from session/project/fallback 2026-02-25 08:38:58 -06:00
AgentConfigForm.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
AgentIconPicker.tsx feat: enforce agent icon enum and expose via LLM endpoint 2026-02-25 08:39:11 -06:00
AgentProperties.tsx fix: consistent label spacing in all properties panes 2026-02-20 15:10:29 -06:00
ApprovalCard.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
ApprovalPayload.tsx feat: enforce agent icon enum and expose via LLM endpoint 2026-02-25 08:39:11 -06:00
BreadcrumbBar.tsx fix(ui): prevent top bar and header rows from overflowing on mobile 2026-02-25 17:40:13 -06:00
CommandPalette.tsx Support issue identifiers (PAP-39) in URLs and prefer them throughout 2026-02-20 16:04:05 -06:00
CommentThread.tsx feat(ui): org chart page, issue detail tabs, and UX improvements 2026-02-25 08:39:31 -06:00
CompanyRail.tsx fix: re-sync company sidebar order from localStorage on data load 2026-02-23 14:43:35 -06:00
CompanySwitcher.tsx fix: convert navigate() calls to Link components for cmd-click support 2026-02-23 14:50:20 -06:00
CopyText.tsx UI: Identity component, LiveRunWidget, issue identifiers, and UX improvements 2026-02-19 09:10:07 -06:00
EmptyState.tsx Polish UI components and rework AgentConfigForm 2026-02-18 10:43:25 -06:00
EntityRow.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
FilterBar.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
GoalProperties.tsx fix: consistent label spacing in all properties panes 2026-02-20 15:10:29 -06:00
GoalTree.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
Identity.tsx Fix xs avatar alignment and dashboard task row layout 2026-02-20 11:35:59 -06:00
InlineEditor.tsx feat(ui): org chart page, issue detail tabs, and UX improvements 2026-02-25 08:39:31 -06:00
IssueProperties.tsx feat(ui): org chart page, issue detail tabs, and UX improvements 2026-02-25 08:39:31 -06:00
IssuesList.tsx feat(ui): org chart page, issue detail tabs, and UX improvements 2026-02-25 08:39:31 -06:00
KanbanBoard.tsx feat(ui): add kanban board view toggle to Issues page 2026-02-23 19:47:34 -06:00
Layout.tsx fix(ui): add safe-area-inset-top for iPhone notch/dynamic island 2026-02-23 17:17:31 -06:00
LiveRunWidget.tsx UI: Identity component, LiveRunWidget, issue identifiers, and UX improvements 2026-02-19 09:10:07 -06:00
MarkdownBody.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
MarkdownEditor.tsx Fix @-mention tab completion cursor positioning 2026-02-20 16:07:37 -06:00
MetricCard.tsx fix(ui): ensure dashboard metric cards have equal height 2026-02-25 15:06:03 -06:00
MobileBottomNav.tsx feat(ui): add mobile bottom navigation bar with scroll-hide 2026-02-23 16:08:24 -06:00
NewAgentDialog.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
NewGoalDialog.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
NewIssueDialog.tsx refactor(ui): standardize status/priority colors and improve text legibility 2026-02-23 19:52:43 -06:00
NewProjectDialog.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
OnboardingWizard.tsx Support concurrent heartbeat runs with maxConcurrentRuns policy 2026-02-20 12:50:34 -06:00
PageSkeleton.tsx Add shared UI primitives, contexts, and reusable components 2026-02-17 09:57:00 -06:00
PageTabBar.tsx UI: mobile responsive layout, streamline agent budget display, and xs avatar size 2026-02-20 11:29:13 -06:00
PriorityIcon.tsx refactor(ui): standardize status/priority colors and improve text legibility 2026-02-23 19:52:43 -06:00
ProjectProperties.tsx feat: add project workspaces (DB, API, service, and UI) 2026-02-25 08:38:46 -06:00
PropertiesPanel.tsx feat(ui): active agents panel, sidebar context, and page enhancements 2026-02-20 10:32:32 -06:00
Sidebar.tsx feat(ui): org chart page, issue detail tabs, and UX improvements 2026-02-25 08:39:31 -06:00
SidebarAgents.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
SidebarNavItem.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
SidebarProjects.tsx feat(ui): add auth pages, company rail, inbox redesign, and page improvements 2026-02-23 14:41:21 -06:00
SidebarSection.tsx Remove collapsible behavior from sidebar Work and Company sections 2026-02-20 15:08:03 -06:00
StatusBadge.tsx fix(ui): prevent status badge pills from wrapping text 2026-02-23 20:16:17 -06:00
StatusIcon.tsx refactor(ui): standardize status/priority colors and improve text legibility 2026-02-23 19:52:43 -06:00
ToastViewport.tsx feat: toast UI improvements — bottom-left, animated, blur glass, richer messages 2026-02-20 14:03:43 -06:00