-
Notifications
You must be signed in to change notification settings - Fork 82
feat: Make onboarding and login possible on portrait mode #18014
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
base: feat/basic-portrait-layout
Are you sure you want to change the base?
feat: Make onboarding and login possible on portrait mode #18014
Conversation
Jenkins BuildsClick to see older builds (14)
|
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.
Should go to the parent PR?
@@ -211,12 +211,12 @@ SplitView { | |||
anchors.bottomMargin: footerSlot.visible ? 8 : 0 | |||
target: root.centerPanel | |||
} | |||
Item { | |||
LayoutItemProxy { |
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.
Where is this type coming from? :)
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.
Same here, parent PR?
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.
And here
8d6b4e9
to
ebbaec6
Compare
Adapting critical flows to portrait mode Does not preserve landscape layout
f900c9c
to
4d87453
Compare
desktop app is crashing in this PR . I see the PR is still in draft, so just saying
|
WIP
What does the PR do
Updating the login screen and the welcome view so that we can use it on phones.
Changes:
Affected areas
Login view
Welcome view
Architecture compliance
My PR is consistent with this document: Status Desktop Architecture Guide
Screenshot of functionality (including design for comparison)
Screen.Recording.2025-05-29.at.14.25.59.mov
Screen.Recording.2025-05-29.at.14.27.30.mov