Closed SebinSong closed 3 weeks ago
Passed #3366
•
644c0bc627 ℹ️: Merge 8829562152a6144a98572b766e0676979a0f1ff8 into a1294ef61d3f284dee5ef03efcea...
Project |
group-income
|
Branch Review |
sebin/task/#2393-same-multiple-dms-issue
|
Run status |
Passed #3366
|
Run duration | 08m 59s |
Commit |
644c0bc627 ℹ️: Merge 8829562152a6144a98572b766e0676979a0f1ff8 into a1294ef61d3f284dee5ef03efcea...
|
Committer | Sebin Song |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
10
|
Skipped |
0
|
Passing |
111
|
View all changes introduced in this branch ↗︎ |
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. https://github.com/okTurtles/group-income/blob/83f11f1ed18c5d3740088cabd97f86e93ff9617e/frontend/views/components/ProfileCard.vue#L171So 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.