2022-03-02 12:54:58 +00:00
|
|
|
import StatusQ.Components 0.1
|
|
|
|
import StatusQ.Core 0.1
|
2022-03-04 09:09:58 +00:00
|
|
|
import StatusQ.Core.Theme 0.1
|
2022-03-02 12:54:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
StatusListItem {
|
|
|
|
property var network
|
|
|
|
title: network.chainName
|
|
|
|
icon.isLetterIdenticon: true
|
|
|
|
width: parent.width
|
|
|
|
leftPadding: 0
|
|
|
|
rightPadding: 0
|
|
|
|
components: [
|
|
|
|
StatusIcon {
|
|
|
|
icon: "chevron-down"
|
|
|
|
rotation: 270
|
|
|
|
color: Theme.palette.baseColor1
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|