condenser icon indicating copy to clipboard operation
condenser copied to clipboard

revamp followers

Open roadscape opened this issue 6 years ago • 0 comments

Details TBD. Summary:

  • [ ] Modify account follower/following pages to leverage a new paginated API.
  • [ ] Modify mute loading logic -- use non-paginated API, or implement server-side.
  • [ ] AuthorDropdowns to use existing state returned via API
  • [ ] Remove old follows loading-on-every-request logic.

Current follows usage:

  • UserListRow (muted/following/followers lists) -- leverage new API, lazy-loaded
  • UserProfileHeader (follow/mute buttons on profile page) -- use profile.context
  • AuthorDropdown (profile dropdowns) -- use profile.context
  • Post hiding (PostsList.jsx, Comment.jsx) -- to be done server side?

roadscape avatar Sep 11 '19 16:09 roadscape