feat(GODT-2762): onboarding right pane.

This commit is contained in:
Xavier Michelon
2023-07-26 17:03:54 +02:00
parent 635b2a4891
commit cdc19492ee
7 changed files with 313 additions and 116 deletions

View File

@ -23,7 +23,7 @@ Item {
property ColorScheme colorScheme
function start() {
root.visible = true
root.visible = true;
}
RowLayout {
@ -46,10 +46,9 @@ Item {
width: 444
OnboardingLeftPane {
colorScheme: root.colorScheme
anchors.fill: parent
colorScheme: root.colorScheme
}
}
Image {
id: mailLogoWithWordmark
@ -71,15 +70,19 @@ Item {
Layout.fillWidth: true
color: root.colorScheme.background_weak
Rectangle {
Item {
id: rightContent
anchors.bottom: parent.bottom
anchors.bottomMargin: 96
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
anchors.topMargin: 96
color: "#ff0000"
width: 444
OnboardingRightPane {
anchors.fill: parent
colorScheme: root.colorScheme
}
}
Label {
id: reportProblemLink