chore: use the "next" icon consistently
instead of variations of "chevron-*" and rotation
This commit is contained in:
parent
bdaf122ec7
commit
e170af5115
|
@ -21,11 +21,8 @@ StatusListItem {
|
|||
border.color: color
|
||||
},
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -68,8 +68,7 @@ StatusListItem {
|
|||
StatusIcon {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
visible: root.enabled
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
|
|
@ -14,8 +14,7 @@ StatusListItem {
|
|||
rightPadding: Style.current.padding
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
|
|
@ -143,8 +143,7 @@ Item {
|
|||
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
|
|
@ -341,8 +341,7 @@ SettingsContentBase {
|
|||
label: root.messagingStore.getMailserverNameForNodeAddress(root.messagingStore.activeMailserver)
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
@ -363,8 +362,7 @@ SettingsContentBase {
|
|||
visible: root.advancedStore.isWakuV2
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
|
|
@ -99,7 +99,7 @@ ColumnLayout {
|
|||
: qsTr("Migrate an existing account from Status Desktop to Keycard")
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "tiny/chevron-right"
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
@ -120,7 +120,7 @@ ColumnLayout {
|
|||
title: qsTr("Create a new Keycard account with a new seed phrase")
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "tiny/chevron-right"
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
@ -134,7 +134,7 @@ ColumnLayout {
|
|||
title: qsTr("Import or restore via a seed phrase")
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "tiny/chevron-right"
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
@ -148,7 +148,7 @@ ColumnLayout {
|
|||
title: qsTr("Import from Keycard to Status Desktop")
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "tiny/chevron-right"
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
@ -169,7 +169,7 @@ ColumnLayout {
|
|||
title: qsTr("Check what’s on a Keycard")
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "tiny/chevron-right"
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
@ -183,7 +183,7 @@ ColumnLayout {
|
|||
title: qsTr("Factory reset a Keycard")
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "tiny/chevron-right"
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
|
|
@ -39,8 +39,7 @@ Column {
|
|||
label: qsTr("%n DApp(s) connected", "", root.walletStore.dappList.count)
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
@ -58,8 +57,7 @@ Column {
|
|||
onClicked: goToNetworksView()
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
@ -121,9 +119,10 @@ Column {
|
|||
}
|
||||
|
||||
Repeater {
|
||||
width: parent.width
|
||||
model: importedAccounts
|
||||
delegate: WalletAccountDelegate {
|
||||
width: ListView.view.width
|
||||
width: parent.width
|
||||
account: model
|
||||
onGoToAccountView: {
|
||||
root.goToAccountView(model)
|
||||
|
@ -149,9 +148,10 @@ Column {
|
|||
}
|
||||
|
||||
Repeater {
|
||||
width: parent.width
|
||||
model: watchOnlyAccounts
|
||||
delegate: WalletAccountDelegate {
|
||||
width: ListView.view.width
|
||||
width: parent.width
|
||||
account: model
|
||||
onGoToAccountView: {
|
||||
root.goToAccountView(model)
|
||||
|
|
|
@ -60,8 +60,7 @@ StatusModal {
|
|||
statusListItemSubTitle.maximumLineCount: 1
|
||||
components: [
|
||||
StatusIcon {
|
||||
icon: "chevron-down"
|
||||
rotation: 270
|
||||
icon: "next"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
]
|
||||
|
|
|
@ -6,6 +6,7 @@ import ".."
|
|||
import "../panels"
|
||||
|
||||
import StatusQ.Controls 0.1 as StatusQControls
|
||||
import StatusQ.Core 0.1 as StatusQCore
|
||||
|
||||
Rectangle {
|
||||
property string text
|
||||
|
@ -100,21 +101,14 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
SVGImage {
|
||||
StatusQCore.StatusIcon {
|
||||
id: caret
|
||||
visible: !root.isSwitch
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: Style.current.padding
|
||||
anchors.verticalCenter: textItem.verticalCenter
|
||||
source: Style.svg("caret")
|
||||
width: 13
|
||||
height: 7
|
||||
rotation: -90
|
||||
ColorOverlay {
|
||||
anchors.fill: caret
|
||||
source: caret
|
||||
color: Style.current.secondaryText
|
||||
}
|
||||
icon: "next"
|
||||
color: Style.current.secondaryText
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
|
Loading…
Reference in New Issue