freefeed-react-client
freefeed-react-client copied to clipboard
feat(posts): allow user to pin own posts to top of profile feed
- Adds Pin/Unpin for own posts in the post “More” menu
- New client API calls: POST /v2/posts/:postId/pin and /unpin
- Lifts pinned posts to the top of user feeds (stable within pinned/non-pinned)
- Shows a thumbtack icon on pinned posts
- Notes: server must expose the new endpoints and emit post.isPinned