feat(dashboard): redesign UI to match production design#3
Merged
Conversation
New molecule components: - AgentFilterChips, AgentListItem, AgentStatusBox, AllAgentsRow - AssigneeDisplay, AttentionList, ConnectionStatus, DeliverableView - FeedEntry, FeedTypeTabs, FilterIndicator, MarkdownViewer - SquadBadge, StatusFilterBar, StatusFilterPill, StatusToggle - SystemMessage, TaskCardCompact Redesigned organisms: - Header: production layout with squad badge, connection status, clock - AgentSidebar: attention-based agent list with status indicators - KanbanColumn: compact task cards with assignee display - TaskCard: redesigned with priority badges and assignees - LiveFeed: feed type tabs with system messages Updated templates: - DashboardLayout: three-column layout matching production - TaskDetailPanel: slide-over modal with deliverable viewer - TaskDetailInlinePanel: inline panel variant with tabs - AgentProfilePanel: updated agent profile display Key fixes: - Fix Supabase client auth (storageKey mismatch causing empty RLS results) - Auto-select single deliverables in task detail view - Add remark-gfm for markdown table rendering New utilities: - useAgentAttention hook for agent attention tracking - formatRelativeTime for human-readable timestamps Includes migration for dashboard UI columns and storageKey solution doc. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8110bdb to
6c123ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Details
75 files changed — all scoped to
apps/web/src/,docs/solutions/, andpackages/database/supabase/migrations/. No infrastructure, Docker, test infra, or.claude/ruleschanges.Patch extracted cleanly from
feat/match-production-uibranch point (2a743db) to avoid reverting any post-branch changes fromfeat/mission-control-implementation.Test plan
pnpm buildpassespnpm testpasses/tasks— task cards, kanban columns, task detail modal/— header, agent sidebar, live feed🤖 Generated with Claude Code