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