Skip to content

Commit

Permalink
fix(TokenUI): Hide explicitly ManageTokensCommunityTag in community s…
Browse files Browse the repository at this point in the history
…ettings page according to collectibles cells sizing
  • Loading branch information
Seitseman committed Apr 23, 2024
1 parent 8be1453 commit 11f95ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/AppLayouts/Communities/views/MintedTokensView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ StatusScrollView {
privilegesLevel: model.privilegesLevel
ornamentColor: model.color
communityId: root.communityId
tokenCommunityTagVisibility: false
onClicked: root.itemClicked(model.contractUniqueKey,
model.chainId, model.chainName,
model.accountName, model.address)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Control {
property string title: ""
property string subTitle: ""
property alias subTitleColor: subTitleItem.customColor
property alias tokenCommunityTagVisibility : manageTokenCommunityTag.visible
property string backgroundColor: "transparent"
property url mediaUrl : ""
property string mediaType: ""
Expand Down Expand Up @@ -178,6 +179,7 @@ Control {
}

ManageTokensCommunityTag {
id: manageTokenCommunityTag
Layout.topMargin: Style.current.halfPadding
Layout.leftMargin: Style.current.halfPadding
Layout.rightMargin: Style.current.halfPadding
Expand Down

0 comments on commit 11f95ac

Please sign in to comment.