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

Remember whether the welcome screen was seen #2375

Merged
merged 6 commits into from
Oct 15, 2024
Merged

Conversation

corrideat
Copy link
Member

No description provided.

@corrideat corrideat requested a review from taoeffect October 12, 2024 17:53
Copy link

cypress bot commented Oct 12, 2024

group-income    Run #3269

Run Properties:  status check passed Passed #3269  •  git commit 6f3663d496 ℹ️: Merge b828d12b93dab3ed352a344b59f7c0380630cc96 into b64ecda81d1b1c9574b1b4490945...
Project group-income
Run status status check passed Passed #3269
Run duration 09m 38s
Commit git commit 6f3663d496 ℹ️: Merge b828d12b93dab3ed352a344b59f7c0380630cc96 into b64ecda81d1b1c9574b1b4490945...
Committer Ricardo Iván Vieitez Parra
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

@@ -52,6 +54,14 @@ export default ({
toDashboard () {
if (this.isButtonClicked) return
this.isButtonClicked = true
const groupContractID = this.currentGroupId
Copy link
Member Author

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.

Copy link
Member Author

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.

@corrideat corrideat marked this pull request as draft October 12, 2024 20:36
@corrideat corrideat self-assigned this Oct 12, 2024
@corrideat corrideat marked this pull request as ready for review October 12, 2024 22:33
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.

Nice work @corrideat! Review ready!

frontend/model/contracts/identity.js Show resolved Hide resolved
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.

Review ready!

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.

Should be final set of change requests

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.

Nice!

@taoeffect taoeffect merged commit 01e9169 into master Oct 15, 2024
4 checks passed
@taoeffect taoeffect deleted the welcome-page-vuex branch October 15, 2024 18:08
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.

2 participants