Skip to content
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

#2012 - Add "Copy message text" menu to the chat message toast pop-up #2023

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

SebinSong
Copy link
Collaborator

closes #2012

Adding 'Copy message text' menu to the chat message's toast menu.

@SebinSong SebinSong self-assigned this May 27, 2024
@@ -236,14 +237,6 @@ export default ({
reply () {
this.$emit('reply')
},
copyMessageLink () {
Copy link
Collaborator Author

@SebinSong SebinSong May 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This existing 'copy' action can rather be handled inside MessageActions.vue directly (it's not necessary to keep/execute the logic in the parent component, which requires emitting a custom-event from the child). So I thought I would DRY this logic while at this task.

Copy link

cypress bot commented May 27, 2024

Passing run #2328 ↗︎

0 111 8 0 Flakiness 0

Details:

Merge db605f6 into 20cccfd...
Project: group-income Commit: 0a94189739 ℹ️
Status: Passed Duration: 10:35 💡
Started: Jun 4, 2024 1:23 AM Ended: Jun 4, 2024 1:33 AM

Review all test suite changes for PR #2023 ↗︎

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to work well!

@taoeffect taoeffect merged commit 1bf181e into master Jun 4, 2024
4 checks passed
@taoeffect taoeffect deleted the sebin/task/#2012-add-menu-to-copy-message-text branch June 4, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Copy message text" to press & hold chat menu on mobile
2 participants