-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Improve Home Screen for returning users #589
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
github-actions bot
pushed a commit
that referenced
this issue
Nov 3, 2021
# [2.21.0](v2.20.0...v2.21.0) (2021-11-03) ### Features * manage multiple edge devices in PWA ([#757](#757)) ([72f72ba](72f72ba)), closes [#758](#758) [#753](#753) [#741](#741) [#711](#711) [#705](#705) [#660](#660) [#659](#659) [#601](#601) [#595](#595) [#589](#589) [#563](#563) [#408](#408) [#370](#370) [#329](#329) [#327](#327) [#302](#302) [#299](#299)
🎉 This issue has been resolved in version 2.21.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the Home Screen for returning users displays momentarily a welcome page with a continue button and then instantly switches to timeline vue.
The flash display of the welcome page does not add any value to UX. It may be even a little confusing.
Let’s move the routing logic that decides which Home Screen should be shows depending on whether it’s a new or returning user before rendering any page.
The text was updated successfully, but these errors were encountered: