feat(GODT-2772): removed warning and outlook selector setup wizard pages.

This commit is contained in:
Xavier Michelon
2023-08-18 13:00:52 +02:00
parent 43f7a989be
commit 65846ff40f
6 changed files with 4 additions and 227 deletions

View File

@ -30,8 +30,6 @@ Item {
Onboarding,
Login,
ClientConfigSelector,
ClientConfigOutlookSelector,
ClientConfigWarning,
ClientConfigAppleMail
}
enum RootStack {
@ -97,11 +95,6 @@ Item {
function showClientParams() {
rootStackLayout.currentIndex = SetupWizard.RootStack.ClientConfigParameters;
}
function showClientWarning() {
rootStackLayout.currentIndex = SetupWizard.RootStack.TwoPanesView;
leftContent.showClientConfigWarning();
rightContent.currentIndex = SetupWizard.ContentStack.ClientConfigWarning;
}
function showLogin(username = "") {
rootStackLayout.currentIndex = SetupWizard.RootStack.TwoPanesView;
root.address = "";
@ -216,20 +209,6 @@ Item {
wizard: root
}
// rightContent stack index 3
ClientConfigOutlookSelector {
id: clientConfigOutlookSelector
Layout.fillHeight: true
Layout.fillWidth: true
wizard: root
}
// rightContent stack index 4
ClientConfigWarning {
id: clientConfigWarning
Layout.fillHeight: true
Layout.fillWidth: true
wizard: root
}
// rightContent stack index 5
ClientConfigAppleMail {
id: clientConfigAppleMail
Layout.fillHeight: true