-
Notifications
You must be signed in to change notification settings - Fork 79
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
Onboarding flows: SB page improvements, timeouts removal and other minor fixes #17048
Onboarding flows: SB page improvements, timeouts removal and other minor fixes #17048
Conversation
Jenkins Builds
|
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 overall! My only doubt is about those timeouts and the PIN pages still working fine
015bf15
to
a2c3aa3
Compare
@caybro I addressed your comments and added one more commit (externalizing metrics, as you suggested in the comment in code). Please take a look once again. |
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!
"usage_data_shared", | ||
{ placement: Constants.metricsEnablePlacement.onboarding }) | ||
localAppSettings.metricsPopupSeen = true | ||
} |
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.
Good move imo; this is mainly for @jrainville, I guess you'll want to handle this signal yourself from now in main.qml
|
||
readonly property alias stack: stack | ||
|
||
signal shareUsageDataRequested(bool enabled) |
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.
This is the one to hook into @jrainville
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
What does the PR do
Closes: #17030
Closes: #17031
Closes: #17032
Affected areas
Onboarding flows
Architecture compliance
My PR is consistent with this document: Status Desktop Architecture Guide
Screenshot of functionality (including design for comparison)