feat: add search & filter bar on public profile (#666) - #671
Conversation
|
@Dev1822 is attempting to deploy a commit to the vishnukothakapu's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
Next review available in: 55 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesPublic profile search
Estimated code review effort: 3 (Moderate) | ~15–30 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
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/`[username]/ProfileCard.tsx:
- Around line 97-135: The noLinksFound conditional currently hides
NewsletterSubscribeBlock during empty search results. Move the
user.enableEmailCapture rendering of NewsletterSubscribeBlock outside that
conditional, while keeping search filtering limited to socialLinks and
regularLinks display.
🪄 Autofix
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: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: b64707ea-41c4-4d7a-b80a-d811b98ca967
📒 Files selected for processing (1)
app/[username]/ProfileCard.tsx
|
This pr was done under GSSOC and ELUSOC |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@vishnukothakapu Can you tell me the reason for closing this pr ? Do I need to change anything? |
@Dev1822 I closed this PR because PR #670 already addresses the same issue and has the same title, and that PR has already been merged. So this one was just a duplicate. Nothing needs to be changed on your side. Thanks for the contribution! |
Here is a PR description you can use. You can copy and paste this directly into GitHub:
Description
This PR implements the requested search and filter bar on the public profile to help visitors quickly find specific links.
Resolves #666
✨ Features
ProfileCard.tsx.title(label) andplatformnames without strict casing constraints.📸 UI Changes
lucide-react.🔄 Testing
npm run lintandnpx tsc --noEmitpass for the updated file).Summary by CodeRabbit