-
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
feat(Post Onboarding): Introduce yourself popup #17044
Conversation
658f794
to
4b27cfb
Compare
Jenkins BuildsClick to see older builds (14)
|
df4f12e
to
5842678
Compare
- popup displayed only ever once - triggered when section is switched to anything else than wallet (default for new users) or settings (profile visible first anyway) - add the popup to SB Fixes #17027
5842678
to
dd37efd
Compare
onCurrentIndexChanged: { | ||
const sectionType = appMain.rootStore.mainModuleInst.activeSection.sectionType | ||
if (sectionType !== Constants.appSection.profile && sectionType !== Constants.appSection.wallet) { | ||
d.maybeDisplayIntroduceYourselfPopup() |
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.
Since maybeDisplayIntroduceYourselfPopup
is only used once, I'd feel fine moving its code here
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.
LGTM!
import QtQuick 2.15 | ||
import QtQuick.Controls 2.15 | ||
|
||
import Storybook 1.0 |
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.
not used
IntroduceYourselfPopup { | ||
id: popup | ||
visible: true | ||
closePolicy: Popup.NoAutoClose |
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.
for consistency: anchors.centerIn: parent
What does the PR do
Fixes #17027
Affected areas
AppMain
Architecture compliance
My PR is consistent with this document: Status Desktop Architecture Guide
Screenshot of functionality (including design for comparison)
Zaznam.obrazovky.z.2025-01-09.20-38-36.mp4