Page MenuHomePhabricator

[native] implement new InlineEngagement design
ClosedPublic

Authored by ginsu on Jan 23 2023, 10:21 AM.
Tags
None
Referenced Files
F2836256: D6351.diff
Sat, Sep 28, 3:46 PM
Unknown Object (File)
Tue, Sep 10, 3:59 PM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:08 AM
Unknown Object (File)
Tue, Sep 10, 11:04 AM
Subscribers

Details

Summary

implemented the new InlineEngagement design. The new design splits the InlineEngagement into two separate parts


Depends on D6350
Linear Task: ENG-2720

Test Plan

Please watch the demo video to see the new InlineEngagement

Diff Detail

Repository
rCOMM Comm
Branch
eng-2465 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, tomek.

address ashoat's comments

atul added inline comments.
native/chat/inline-engagement.react.js
55

Do we really need to introduce a new noThreadInfo variable for this?

57

Can we just do !threadInfo here?

This revision is now accepted and ready to land.Jan 24 2023, 11:05 AM