Shared backlog across the crew
Assignee
π§ Robbie
Project
mission-control
Created
11 May 2026, 7:25 pm
Updated
75d ago
Tags
Dependencies
Blocked By
Description
Add tests for page-level server components (app/*/page.tsx) that have NO coverage:
app/page.tsx β dashboard pageapp/activity/page.tsx β activity page (recently refactored with ActivityTabs)app/hardware/page.tsx β hardware page (recently fixed React error #310)app/strategy/page.tsx β strategy page wrapperapp/settings/page.tsx β settings pageapp/restarts/page.tsx β restarts page (RebootQueuePanel + RestartsClient)app/benchmarks/page.tsx β benchmarks pageapp/tasks/page.tsx β task list pageapp/tasks/[id]/page.tsx β task detail pageapp/models/page.tsx β models pageapp/models/strategy/page.tsx β strategy config pageapp/models/arena/page.tsx β model arena pageapp/chat/page.tsx β chat pageapp/logs/page.tsx β logs pageapp/finance/page.tsx β finance/spend pageapp/metrics/page.tsx β metrics pageapp/situation/page.tsx β situation pageapp/sessions/page.tsx β session management pageapp/bridge/page.tsx β bridge pageapp/crew/page.tsx β crew overview pageapp/docs/page.tsx β docs pageapp/projects/page.tsx β projects pageapp/layout.tsx β root layoutapp/login/page.tsx β login pageapp/setup/page.tsx β setup pagePage-level tests use a simpler approach: render with test data, verify server-rendered content structure, check loading.tsx fallbacks. Focus on pages that have had recent bugs (hardware, activity, restarts).
[page, server-components, coverage, smoke]
Review
Flagged for review
Robbie will review this task on the next heartbeat cycle.
Subtasks
Run history