Skip to content

chore(web): remove 3 dead components#765

Merged
selfcontained merged 1 commit into
mainfrom
agt_d1dee7c149ce/job-debt-collector-f58d6556
Jul 13, 2026
Merged

chore(web): remove 3 dead components#765
selfcontained merged 1 commit into
mainfrom
agt_d1dee7c149ce/job-debt-collector-f58d6556

Conversation

@selfcontained

Copy link
Copy Markdown
Owner

Summary

  • Removed AppHeader, StatusFooter, and BrainTabContent — three React components that are defined but never imported anywhere in the codebase
  • These were superseded during earlier refactors and are pure dead code (241 lines deleted)
  • All imports used by these components are also used elsewhere, so no cascading orphans

Tech debt context

Identified during a codebase re-audit. The next run will tackle extracting the 673-line registerActivityRoutes() function in apps/server/src/routes/activity.ts.

Test plan

  • pnpm run check — TypeScript passes
  • pnpm run finalize:web — production build passes
  • pnpm run test:e2e — 168/168 passing

🤖 Generated with Claude Code

…abContent)

These components are defined but never imported anywhere in the codebase.
They were likely superseded during earlier refactors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@selfcontained selfcontained merged commit 5e4cf5b into main Jul 13, 2026
1 check passed
@selfcontained selfcontained deleted the agt_d1dee7c149ce/job-debt-collector-f58d6556 branch July 13, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant