Page MenuHomePhabricator

[native] render thread avatars for parent/child threads in thread settings
ClosedPublic

Authored by ginsu on Mar 21 2023, 10:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 7, 4:52 AM
Unknown Object (File)
Sat, Apr 6, 12:34 PM
Unknown Object (File)
Thu, Mar 28, 8:30 AM
Unknown Object (File)
Mar 8 2024, 1:37 AM
Unknown Object (File)
Mar 8 2024, 1:37 AM
Unknown Object (File)
Mar 7 2024, 9:01 PM
Unknown Object (File)
Feb 27 2024, 12:15 PM
Unknown Object (File)
Feb 27 2024, 12:15 PM
Subscribers

Details

Summary

rendered thread avatars for both parent and child threads in thread settings


Test Plan

Please check out these screenshots to see the changes I made:

staff user:

Screenshot 2023-03-22 at 3.55.48 AM.png (1×1 px, 862 KB)

non staff user:

Screenshot 2023-03-22 at 3.56.31 AM.png (1×1 px, 776 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat requested changes to this revision.Mar 22 2023, 1:51 PM
ashoat added inline comments.
native/chat/settings/thread-settings-child-thread.react.js
34 ↗(On Diff #23968)

Why do we need to use useResolvedThreadInfo?

This revision now requires changes to proceed.Mar 22 2023, 1:51 PM
native/chat/settings/thread-settings-parent.react.js
19 ↗(On Diff #24145)

I created this component here so that I could pass in the parentThreadInfo as ThreadInfo instead of ?ThreadInfo into the useGetAvatarForThread hook, I figured since this is such a small component and is used just here for now, we could keep the component in this file; however, if we should keep this in a separate file, lmk and I will quickly do that

Accepting to unblock but the pattern of copy-paste is concerning

native/chat/settings/thread-settings-child-thread.react.js
33–45 ↗(On Diff #24145)

This is basically copy-pasted from D7136, with a different size. Why don't we extract this into a component?

native/chat/settings/thread-settings-parent.react.js
31–41 ↗(On Diff #24145)

Seems like more copy-paste. As I've mentioned before: when you copy-paste code, an alarm should be ringing through your head. You shouldn't wait until you get comments from a reviewer to address it

This revision is now accepted and ready to land.Mar 26 2023, 6:03 AM

Accepting to unblock but the pattern of copy-paste is concerning

native/chat/settings/thread-settings-child-thread.react.js
33–45 ↗(On Diff #24145)

Created a task to track this concern and should offer more context on why we didn't extract from the beginning.

https://linear.app/comm/issue/ENG-3413/factor-out-copy-pasted-feature-flag-logic-code

native/chat/settings/thread-settings-parent.react.js
31–41 ↗(On Diff #24145)
ginsu edited the summary of this revision. (Show Details)

rebase before landing/updated order in stack so I can unblock landing this diff