Page MenuHomePhabricator

[web] introduce renderEmojiKeyboard and setRenderEmojiKeyboard to tooltip-provider
ClosedPublic

Authored by ginsu on Jan 26 2023, 11:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 19, 8:47 AM
Unknown Object (File)
Thu, Sep 19, 8:47 AM
Unknown Object (File)
Thu, Sep 19, 8:47 AM
Unknown Object (File)
Thu, Sep 19, 8:47 AM
Unknown Object (File)
Thu, Sep 19, 8:42 AM
Unknown Object (File)
Wed, Aug 28, 12:46 AM
Unknown Object (File)
Aug 11 2024, 6:38 AM
Unknown Object (File)
Aug 11 2024, 6:38 AM
Subscribers

Details

Summary

introduce renderEmojiKeyboard and setRenderEmojiKeyboard to tooltip-provider. renderEmojiKeyboard and setRenderEmojiKeyboard will be used to condionally render the emoji keyboard whenever the user clicks on the react button on the message tooltip. I will be introducing the react button in a subseqent diff.


Depends on D6398
Linear Task: ENG-2776

Test Plan

flow and this diff will be further tested in a subsequent diff

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested changes to this revision.Jan 26 2023, 2:46 PM

Curious why setRenderEmojiKeyboard(...) is optional. Could totally just be missing something.

web/chat/tooltip-provider.js
30 ↗(On Diff #21383)

Why are we making setRenderEmojiKeyboard optional?

This revision now requires changes to proceed.Jan 26 2023, 2:46 PM

made setRenderEmojiKeyboard non optional

Curious why setRenderEmojiKeyboard(...) is optional. Could totally just be missing something.

No you are right, I don't know what I was thinking

This revision is now accepted and ready to land.Jan 26 2023, 3:34 PM