Page MenuHomePhabricator

[web] introduce ReactionPill component
ClosedPublic

Authored by ginsu on Aug 15 2023, 10:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 10:27 PM
Unknown Object (File)
Thu, Nov 7, 3:09 PM
Unknown Object (File)
Tue, Nov 5, 12:06 PM
Unknown Object (File)
Mon, Nov 4, 6:20 AM
Unknown Object (File)
Fri, Nov 1, 1:04 PM
Unknown Object (File)
Mon, Oct 28, 5:39 AM
Unknown Object (File)
Mon, Oct 28, 5:39 AM
Unknown Object (File)
Mon, Oct 28, 5:39 AM
Subscribers

Details

Summary

As I was working on implementing the reaction tooltip I was having to put a ton of reaction specific code into InlineEngagement. This was getting messy really quick so I created and introduced this ReactionPill component to keep the logic organized

Depends on D8810

Test Plan

flow and no regressions with the ReactionPill (The pill looks the same and I can still react/unreact by clicking on the pill)

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

remove accidental reaction-tooltip.react.js file

kamil added inline comments.
web/chat/reaction-pill.react.js
16–18

I think we should avoid passing large objects to child component when possible

This revision is now accepted and ready to land.Aug 16 2023, 2:28 AM

address feedback and rebase before landing

This revision was automatically updated to reflect the committed changes.