parent
f98d1acf08
commit
c96ac76103
|
@ -163,6 +163,7 @@ StackView {
|
|||
isOwner: root.isOwner
|
||||
isAdmin: root.isAdmin
|
||||
communityName: root.communityName
|
||||
communityId: root.communityId
|
||||
anyPrivilegedTokenFailed: root.anyPrivilegedTokenFailed
|
||||
|
||||
onItemClicked: root.push(tokenViewComponent, { tokenKey }, StackView.Immediate)
|
||||
|
|
|
@ -26,6 +26,7 @@ StatusScrollView {
|
|||
property int viewWidth: 560 // by design
|
||||
property var model
|
||||
property string communityName
|
||||
property string communityId
|
||||
property bool anyPrivilegedTokenFailed: false
|
||||
readonly property int count: assetsModel.count + collectiblesModel.count
|
||||
|
||||
|
@ -247,6 +248,7 @@ StatusScrollView {
|
|||
navigationIconVisible: false
|
||||
privilegesLevel: model.privilegesLevel
|
||||
ornamentColor: model.color
|
||||
communityId: root.communityId
|
||||
|
||||
onClicked: root.itemClicked(model.contractUniqueKey,
|
||||
model.chainId, model.chainName,
|
||||
|
|
Loading…
Reference in New Issue