feat: package page to compare page carry the name#3030
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughDesktop navigation now passes link names to ChangesPackage-aware compare links
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 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. Comment |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@app/components/Link/Base.vue`:
- Around line 39-40: Add a JSDoc comment describing the `name` prop in the
component props definition, and update the `NuxtLink` template using
`v-bind="props"` so `name` is explicitly overridden or omitted after the spread,
preventing it from being rendered as an `<a>` attribute.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: aeeb1ecc-2d7f-4d85-b0a1-97fa8adf26c1
📒 Files selected for processing (2)
app/components/AppHeader.vueapp/components/Link/Base.vue
🔗 Linked issue
/
🧭 Context
Based on the current structure, if a user is on the package page and then clicks to jump to the compare page, I think it would be reasonable to compare the current package. Therefore, it would be more convenient to directly carry over the package name.
📚 Description