Details
Details
- Reviewers
atul tomek rohan - Commits
- rCOMM50cad2810848: [web] introduce reactions to inline sidebar
Please see the screenshot to see what "message likes" look like:
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/chat/inline-sidebar.react.js | ||
---|---|---|
19 ↗ | (On Diff #19155) | At some point we should rename this to InlineEngagement to better reflect that it includes reactions |
web/chat/inline-sidebar.react.js | ||
---|---|---|
17 ↗ | (On Diff #19300) | $ReadOnlyMap |
39–47 ↗ | (On Diff #19300) | Just like in D5813 we will need to take care about sorting and spaces between reactions |
49–51 ↗ | (On Diff #19300) | What's the reason behind having one div in another. Can we merge these? Or maybe, each reaction could be its own div, just like it was in the original version. |
Comment Actions
Let's pull out the common logic and put it in lib somewhere
web/chat/inline-sidebar.react.js | ||
---|---|---|
38–52 ↗ | (On Diff #19337) | Is this the same logic as in native? We should just pull it out and put it in lib. |