refactor: rename dashboard references to workspace terminology#484
Conversation
Co-authored-by: capy-ai[bot] <230910855+capy-ai[bot]@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRemoves the legacy Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Greptile SummaryThis PR renames all
Confidence Score: 3/5Not safe to merge without adding Next.js redirects for removed A P1 finding is present: the client-side redirects for
Important Files Changed
|
| // Main page component | ||
| // Main page component | ||
| // Main page component (wrapper) |
There was a problem hiding this comment.
Lines 371–372 are identical left-over duplicates of the original // Main page component comment — the rename pass introduced a third copy instead of collapsing them. Only one comment (the descriptive (wrapper) variant) is needed here.
| // Main page component | |
| // Main page component | |
| // Main page component (wrapper) | |
| // Main page component (wrapper) | |
| export function WorkspacePage() { |
Co-authored-by: capy-ai[bot] <230910855+capy-ai[bot]@users.noreply.github.com>
This PR renames all dashboard-related components to workspace terminology and removes legacy /dashboard routes entirely.
DashboardLayouttoWorkspaceLayoutinsrc/components/layoutsrc/app/dashboard/page.tsxtosrc/components/workspace/WorkspaceShell.tsxsrc/app/workspace/[slug]/page.tsxto import from new component locationsrc/app/dashboard/directory (legacy redirect routes)/dashboard/pathname fallback inWorkspaceContext.tsx/dashboard/fromrobots.txtdisallow listdashboardkeyword fromhome/layout.tsxSEO metadataSummary by CodeRabbit
Refactor
Other