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, Dec 19, 2:30 PM
Unknown Object (File)
Sat, Dec 14, 2:34 AM
Unknown Object (File)
Fri, Dec 6, 1:43 PM
Unknown Object (File)
Thu, Dec 5, 5:05 AM
Unknown Object (File)
Nov 25 2024, 9:15 PM
Unknown Object (File)
Nov 22 2024, 3:48 PM
Unknown Object (File)
Nov 22 2024, 11:02 AM
Unknown Object (File)
Nov 22 2024, 10:27 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.