Skip to content

Commit

Permalink
add some icons
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 11, 2023
1 parent e7fe7cf commit 0154883
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
5 changes: 5 additions & 0 deletions app/icons/Briefcase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/icons/Mouth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/icons/Other.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/icons/Social media.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions app/icons/Terms.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions app/qml/onboarding/MMCreateWorkspace.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Page {
}

Label {
text: qsTr("Workspace is a place to store your projects. Colleagues can be invited to your workspace to collaborate on projects.")
font: __style.p5
color: __style.forestColor
text: qsTr("Workspace is a place to store your projects. Colleagues can be invited to your workspace to collaborate on projects.")
font: __style.p5
color: __style.forestColor
}

MMInput {
Expand All @@ -38,11 +38,11 @@ Page {
}

MMTextBubble {
title: qsTr("Workspace is a place to store your projects. Colleagues can be invited to your workspace to collaborate on projects.")
description: qsTr("A good candidate for a workspace name is the name of your team or organisation.")
title: qsTr("Workspace is a place to store your projects. Colleagues can be invited to your workspace to collaborate on projects.")
description: qsTr("A good candidate for a workspace name is the name of your team or organisation.")
}

ToolButton {
MMButton {
onClicked: root.continueClicked()
text: qsTr("Create workspace")
}
Expand Down
4 changes: 2 additions & 2 deletions app/qml/onboarding/MMHowYouFoundUs.qml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Page {

Column {
MMHeader {
headerTitle: qsTr("HowYouFoundUs")
headerTitle: qsTr("How did you learn about us")
step: 2

onBackClicked: root.backClicked()
}

ToolButton {
MMButton {
onClicked: root.continueClicked()
text: qsTr("Continue")
}
Expand Down

0 comments on commit 0154883

Please sign in to comment.