Display relationship tab in thread settings modal if there are some relationship actions available.
It modifies size of the modal so it has now the same size in every tab - as we discussed it already with Ashoat.
Details
Details
In personal threads additional tab "Relationship" should appear in thread settings modal. The actions should be exactly the same as in mobile app.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Adding @ashoat because this diff adds new UI (and a tiny bit of copy).
web/modals/threads/settings/thread-settings-modal.react.js | ||
---|---|---|
35 ↗ | (On Diff #15092) | How does it look like when all four tabs are available? |
179 ↗ | (On Diff #15092) | I guess that && otherUserInfo was added to satisfy Flow, because availableRelationshipActions is always empty when !otherUserInfo. |