feat: Add breadcrumbs#696
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request introduces a dynamic, localized breadcrumb system for VitNode plugins using Next.js Parallel Routes, updating layouts, documentation, and template structures accordingly. Feedback on these changes highlights several important issues: a potential runtime crash in resolve-breadcrumb.ts due to unguarded href values, missing default fallback files for the @breadcrumb slot in the create-vitnode-app template, a lack of error handling for the asynchronous fetcher call in breadcrumb-user-admin.tsx, undefined variables (offset and limit) in a documentation example, and a leftover debug navigation item in get-admin-nav.tsx.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Improving Documentation
pnpm lint:fixto fix formatting issues before opening the PR.Description
What?
Why?