Skip to content
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 visual #2960

Merged
merged 6 commits into from
Dec 13, 2023
Merged

Onboarding visual #2960

merged 6 commits into from
Dec 13, 2023

Conversation

iiLubos
Copy link
Contributor

@iiLubos iiLubos commented Dec 12, 2023

image

  MMLogin {
    anchors.fill: parent
    onSignInClicked: console.log("Sign in clicked")
    onSignUpClicked: console.log("Sign up clicked")
    onChangeServerClicked: console.log("Change server clicked")
    onBackClicked: visible = false
  }

  MMSignUp {
    anchors.fill: parent
    onSignInClicked: console.log("Sign in clicked")
    onSignUpClicked: console.log("Sign up clicked")
    onBackClicked: visible = false
  }

@iiLubos iiLubos requested a review from tomasMizera December 12, 2023 14:08
@PeterPetrik PeterPetrik merged commit af0dd94 into dev-redesign Dec 13, 2023
10 of 11 checks passed
@PeterPetrik PeterPetrik deleted the onboarding_visual branch December 13, 2023 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants