mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
refactor(CommunityWelcomeBanner): use StatusQ StatusButton and others
This commit is contained in:
parent
f86a55f0b1
commit
414a933263
@ -2,7 +2,10 @@ import QtQuick 2.13
|
||||
import QtQuick.Controls 2.13
|
||||
import QtGraphicalEffects 1.13
|
||||
|
||||
import "../../../../../shared"
|
||||
import StatusQ.Core 0.1
|
||||
import StatusQ.Core.Theme 0.1
|
||||
import StatusQ.Controls 0.1 as StatusQControls
|
||||
|
||||
import "../../../../../shared/panels"
|
||||
import "../../../../../shared/status"
|
||||
|
||||
@ -57,7 +60,7 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
StyledText {
|
||||
StatusBaseText {
|
||||
id: welcomeText
|
||||
//% "Welcome to your community!"
|
||||
text: qsTrId("welcome-to-your-community-")
|
||||
@ -65,6 +68,7 @@ Rectangle {
|
||||
anchors.topMargin: 60
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
font.pixelSize: 15
|
||||
color: Theme.palette.directColor1
|
||||
wrapMode: Text.WordWrap
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: Style.current.xlPadding
|
||||
@ -72,7 +76,7 @@ Rectangle {
|
||||
anchors.leftMargin: Style.current.xlPadding
|
||||
}
|
||||
|
||||
StatusButton {
|
||||
StatusQControls.StatusButton {
|
||||
id: addMembersBtn
|
||||
//% "Add members"
|
||||
text: qsTrId("add-members")
|
||||
@ -84,11 +88,10 @@ Rectangle {
|
||||
})
|
||||
}
|
||||
|
||||
StatusButton {
|
||||
StatusQControls.StatusFlatButton {
|
||||
id: manageBtn
|
||||
//% "Manage community"
|
||||
text: qsTrId("manage-community")
|
||||
type: "secondary"
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: Style.current.padding
|
||||
|
Loading…
x
Reference in New Issue
Block a user