-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Remember whether the welcome screen was seen #2375
Conversation
group-income Run #3269
Run Properties:
|
Project |
group-income
|
Run status |
Passed #3269
|
Run duration | 09m 38s |
Commit |
6f3663d496 ℹ️: Merge b828d12b93dab3ed352a344b59f7c0380630cc96 into b64ecda81d1b1c9574b1b4490945...
|
Committer | Ricardo Iván Vieitez Parra |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
10
|
Skipped |
0
|
Passing |
111
|
@@ -52,6 +54,14 @@ export default ({ | |||
toDashboard () { | |||
if (this.isButtonClicked) return | |||
this.isButtonClicked = true | |||
const groupContractID = this.currentGroupId |
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.
I'm wondering whether this should be here, or if instead it should be done on the /dashboard
page on onMounted
. Maybe it doesn't matter.
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.
Pros of doing it here: it's only done once (for users). Pros of doing it in the /dashboard
page: we don't need to change the commands.js
in the tests. Cons of doing it in the /dashboard
page: need to do this check every time.
2ce1c8c
to
83a69ce
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.
Nice work @corrideat! Review ready!
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.
Review ready!
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.
Should be final set of change requests
b1549d9
to
b828d12
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.
Nice!
No description provided.