-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: make MessageContextMenu a functional component #16390
Conversation
Jenkins BuildsClick to see older builds (6)
|
refactor: make MessageContextMenu a functional component refactor: make MessageContextMenu a functional component remove root store simplify signals in message context menu abstract copyToClipboard as a signal simplify code fix menu not closing on emoji reaction
800db64
to
182cef3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@glitchminer this emojis thing is a regression in master itself (or at least was yesterday) cc: @anastasiyaig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this emojis thing is a regression in master itself (or at least was yesterday)
OK, I'm seeing that as well now.
What does the PR do
Removes logic and global calls from MessageContextMenu and simplifies some of it
Affected areas
Anything with messages
Impact on end user
Functionality should remain the same
How to test
Right click on a message and test menu options, such as emoji reactions, copy message, reply to message
Risk
message context menu items not working as expected in some particular context