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

#2393 - Add ButtonSubmit.vue for 'Send message' button #2402

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SebinSong
Copy link
Collaborator

@SebinSong SebinSong commented Oct 29, 2024

closes #2393

Apparently, the tooltip is dismissed immediately after the 'Send message' button when this.createDirectMessage(this.contractID) triggered by it is a series of async operation.

this.createDirectMessage(this.contractID)

So replaced the button with ButtonSubmit.vue as the visual indicator so that it gets dismissed after the DM is created.

Hope it sounds good and let me know if there is addition al thing needed along with this.

@SebinSong SebinSong self-assigned this Oct 29, 2024
Copy link

cypress bot commented Oct 29, 2024

group-income    Run #3361

Run Properties:  status check passed Passed #3361  •  git commit 5e40b4722a ℹ️: Merge a7dfabc9a4d536e181be40b01e9fbe9fd4e281ff into 83f11f1ed18c5d3740088cabd97f...
Project group-income
Branch Review sebin/task/#2393-same-multiple-dms-issue
Run status status check passed Passed #3361
Run duration 09m 12s
Commit git commit 5e40b4722a ℹ️: Merge a7dfabc9a4d536e181be40b01e9fbe9fd4e281ff into 83f11f1ed18c5d3740088cabd97f...
Committer Sebin Song
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 10
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 111
View all changes introduced in this branch ↗︎

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.

Multiple DMs to the same user can be created by accident
1 participant