fix: bug: profile page only shows user's 10 most recent pack...#2820
fix: bug: profile page only shows user's 10 most recent pack...#2820gittihub-jpg wants to merge 1 commit into
Conversation
Fixes npmx-dev#2817 Signed-off-by: gittihub-jpg <rico@springer-mail.net>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
Hello! Thank you for opening your first PR to npmx, @gittihub-jpg! 🚀 Here’s what will happen next:
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
👋🏼 Hello @gittihub-jpg! Thank you for the PR. May I ask if you've familiarized yourself with our policy? |
|
Hi, I take it your referring to the misconfigured description. |
Closes #2817
🔗 Linked issue
#2817
🧭 Context
The profile page hardcodes a 10-like limit without pagination or visual indicators, obscuring actual engagement data.
📚 Description
Replaced the hardcoded limit with proper pagination support for ATproto feed requests. Implemented infinite scroll on the profile view and added a total count indicator to the likes component.
📝 Special notes
server/api/social/profile/[identifier]/likes.get.ts— Removed hardcoded limit, added pagination parametersapp/utils/atproto/likes.ts— Updated to handle paginated ATproto requestsapp/pages/profile/[identity]/index.vue— Added infinite scroll implementationapp/components/Package/Likes.vue— Rendered full list with total count indicatorBefore creating the pull request, please make sure you do the following: