fix (Bug): Unable to view all taggers of profile tag - #2350
fix (Bug): Unable to view all taggers of profile tag#2350Abhishek7Tech wants to merge 9 commits into
Conversation
Greptile SummaryThis PR fixes profile-tag expansion so the complete set of taggers can be fetched and displayed, while preserving the existing post-taggers path.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains in the current implementation, and the previously reported issues are fixed or were established as invalid.
|
| Filename | Overview |
|---|---|
| src/components/molecules/TaggedList/TaggedList.tsx | Coordinates the mutually exclusive profile and post tagger-fetch paths and keeps local tag state synchronized with incoming props. |
| src/hooks/usePostTaggers/usePostTaggers.ts | Adds profile tagger fetching, deduplication, avatar enrichment, and locally cached user-name resolution. |
| src/core/controllers/user/user.ts | Updates the declared taggers response type to match the application-layer response shapes. |
| src/components/molecules/TaggedItem/TaggedItem.utils.ts | Adds conversion from tagger IDs to avatar-bearing display records. |
| src/hooks/usePostTaggers/usePostTaggers.types.ts | Extends the hook contract with the profile tagger-fetch result type. |
Reviews (2): Last reviewed commit: "push updates" | Re-trigger Greptile
|
@greptileai review |
|
Hey @Abhishek7Tech 👋 Thanks for the interest in Pubky, and for taking the time to open these PRs (the screen recordings are helpful). We appreciate people wanting to contribute. A few notes so this can work well for everyone: We’re a small team, and we review contributions against the existing architecture and conventions. One focused, well-understood change that matches how the codebase already works is much more useful than several PRs in parallel. Volume isn’t something we optimize for. What helps a PR get a real review and a chance of merging:
If you’re up for it, pick the one PR you feel strongest about, make sure it follows the conventions above, and we’ll take a proper look. You’re welcome to close or pause the others in the meantime so we can give that one the attention it deserves. Thanks again. |
Closes #2344
When attempting to view list of all taggers of a profile post, the list is not scrollable as all the taggers profiles doesn't get fetched when user clicks the taggers list buttons.
Screenrecording
Screen.Recording.2026-08-14.181008.mp4