Skip to content

feat(people): add Friend Requests page to WebUI#105

Open
64johnlee wants to merge 46 commits into
RetroShare:masterfrom
64johnlee:ralph/RS-001
Open

feat(people): add Friend Requests page to WebUI#105
64johnlee wants to merge 46 commits into
RetroShare:masterfrom
64johnlee:ralph/RS-001

Conversation

@64johnlee
Copy link
Copy Markdown

Summary

Implement Friend Requests Page for RSNewWebUI.

Changes

  • New FriendRequests component at People > Friend Requests sidebar tab
  • Shows pending friend requests with Accept/Decline buttons
  • Uses /rsPeers/getFriendList API
  • Accept calls /rsPeers/acceptFriend, Decline calls /rsPeers/removeFriend
  • CSS styling for friend request list items

Files changed

  • webui-src/app/people/people_friend_requests.js (new)
  • webui-src/app/people/people_resolver.js
  • webui-src/styles.css

Testing

  1. Navigate to People > Friend Requests
  2. Verify UI shows pending requests
  3. Test Accept/Decline buttons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant