-
Notifications
You must be signed in to change notification settings - Fork 0
207 Welcome Wizard for a first-time user #213
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
Conversation
|
From testing:
|
| } | ||
| } | ||
| " | ||
| class="tag-checkbox" |
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.
fix the warning here
|
still seeing some bugs, I suspect some may be due to changes in the database that haven't persisted across all users. You added that field for whether a user has seen the welcome wizard yet (the 0) but we need to do some more digging to see what happens to old users that don't have this field. I'm occasionally seeing existing users also get the welcome wizard which shouldn't happen. I also see that some of the buttons aren't very reactive, I sent a video to you on Slack of what I saw happening. Let's take a look at that logic again as well. |
arath7
left a comment
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.
looks good, merging

Tests: