Page MenuHomePhabricator

[web] introduce friend list panel
ClosedPublic

Authored by ginsu on Jan 11 2024, 4:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 24, 12:18 AM
Unknown Object (File)
Sun, Jun 23, 11:25 PM
Unknown Object (File)
Thu, Jun 20, 1:19 AM
Unknown Object (File)
Tue, Jun 11, 10:08 AM
Unknown Object (File)
Tue, Jun 11, 10:08 AM
Unknown Object (File)
Tue, Jun 11, 10:08 AM
Unknown Object (File)
Mon, Jun 10, 8:42 PM
Unknown Object (File)
Apr 8 2024, 6:55 AM
Subscribers

Details

Summary

This diff introduces the friend list panel. This component will replace the friends list modal.

Linear task: https://linear.app/comm/issue/ENG-5955/flatten-friends-block-list-modals

Depends on D10614

Test Plan

Please see the demo video below

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, inka.
web/settings/relationship/friend-list-panel.react.js
16 ↗(On Diff #35568)

Most of this logic is taken from FriendListModal. I intentionally decided to not delete the code in FriendListModal because I want to make sure that I can land this diff as is w/o worrying about creating regressions/breaking changes.

To make it easy to review tho, I will point out where the duplicated logic is.

https://linear.app/comm/issue/ENG-6442/remove-friends-list-modal tracks removing the FriendListModal

17–35 ↗(On Diff #35568)
42–45 ↗(On Diff #35568)
ginsu requested review of this revision.Jan 11 2024, 4:46 PM

Thanks for linking the Linear task!

This revision is now accepted and ready to land.Jan 12 2024, 1:44 PM
This revision was automatically updated to reflect the committed changes.