This diff makes the user username in the message thread a touchable that will navigate to the user profile whenever onPress is triggered
Depends on D9385
Differential D9386 Authored by ginsu on Oct 6 2023, 4:00 AM.
Details Summary This diff makes the user username in the message thread a touchable that will navigate to the user profile whenever onPress is triggered Depends on D9385 Test Plan Please see the demo video below
Diff Detail
Event TimelineHerald added subscribers: will, tomek, ashoat. · View Herald TranscriptOct 6 2023, 4:00 AM2023-10-06 04:00:34 (UTC-7) ginsu edited the summary of this revision. (Show Details)Oct 6 2023, 4:02 AM2023-10-06 04:02:04 (UTC-7) ginsu attached a referenced file: F794211: Screen Recording 2023-10-06 at 7.01.13 AM.mov. (Show Details) ginsu added a child revision: D9387: [native] simplify ThreadSettingsMember jsx.Oct 6 2023, 4:05 AM2023-10-06 04:05:50 (UTC-7) Harbormaster completed remote builds in B23044: Diff 31733.Oct 6 2023, 4:17 AM2023-10-06 04:17:40 (UTC-7) This revision is now accepted and ready to land.Oct 6 2023, 1:29 PM2023-10-06 13:29:52 (UTC-7) Harbormaster completed remote builds in B23160: Diff 31891.Oct 11 2023, 1:50 AM2023-10-11 01:50:26 (UTC-7) Closed by commit rCOMMcaacb9fa5c95: [native] make user profile accessible from message author name (authored by ginsu). · Explain WhyOct 11 2023, 2:39 AM2023-10-11 02:39:08 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31891 native/chat/message-header.react.js
|
How is application going to function if this error occurs? In most places we the runtime error to kill the app if database operation fails since application is not going to work correctly. I just want to know whether it is also the case here.