page: welcomepage: display the users avatar when logging in

This commit is contained in:
Torrie Fischer
2022-10-08 22:33:08 +02:00
parent eba6c1faaa
commit 6e20a46525
4 changed files with 73 additions and 6 deletions

View File

@@ -18,16 +18,19 @@ LoginStep {
showBackButton: false
title: i18nc("@title", "Login")
message: i18n("Enter your Matrix ID")
message: i18n("Welcome to NeoChat!")
Component.onCompleted: {
LoginHelper.matrixId = ""
}
QQC2.Label {
text: "To get started, enter your matrix ID:"
}
Kirigami.FormLayout {
QQC2.TextField {
id: matrixIdField
Kirigami.FormData.label: i18n("Matrix ID:")
placeholderText: "@user:matrix.org"
onTextChanged: {
if(acceptableInput) {