Skip to content

refactor: continue frontend react doctor cleanup#128

Open
markokraemer wants to merge 5 commits intomainfrom
react-doctor-frontend
Open

refactor: continue frontend react doctor cleanup#128
markokraemer wants to merge 5 commits intomainfrom
react-doctor-frontend

Conversation

@markokraemer
Copy link
Contributor

Summary

  • split large route pages into dedicated page-client and layout files to simplify the frontend app structure
  • remove dead or legacy frontend modules and restore required public barrels/hooks where build verification found missing imports
  • clean up React Doctor findings across auth, onboarding, dashboard, preview, and landing page flows while keeping lint and build green

Verification

  • pnpm lint
  • pnpm build
  • npx -y react-doctor@latest . --verbose

Split route client code into dedicated page-client/layout files, remove dead frontend modules, and address a batch of React Doctor findings while keeping lint and build green.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
@vercel
Copy link

vercel bot commented Mar 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
computer-frontend Ready Ready Preview, Comment Mar 9, 2026 7:10pm

Request Review

Resolve frontend branch conflicts by keeping the page-client extraction and React Doctor cleanup structure where needed while preserving newer main-branch behavior in shared auth, billing, settings, and model/provider flows.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Resolve the remaining sidebar sync conflict while keeping the branch's React Doctor cleanup behavior and the latest main-branch legacy-thread/sidebar updates.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
# Conflicts:
#	apps/frontend/src/app/(home)/about/page.tsx
#	apps/frontend/src/app/(home)/page.tsx
#	apps/frontend/src/app/auth/page.tsx
#	apps/frontend/src/app/onboarding/page.tsx
#	apps/frontend/src/components/home/hero-section.tsx
#	apps/frontend/src/components/home/navbar.tsx
#	apps/frontend/src/components/scheduled-tasks/task-detail-panel.tsx
# Conflicts:
#	apps/frontend/src/app/auth/page.tsx
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