feat(MintTokens): Renamed new collectible view to token generic naming

`CommunityNewCollectibleView` is now renamed to `CommunityNewTokenView` since it manages collectibles and assets.
This commit is contained in:
Noelia 2023-05-23 18:34:16 +02:00 committed by Noelia
parent dbc3effe94
commit 2f5a76db02
6 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@ ListModel {
section: "Views"
}
ListElement {
title: "CommunityNewCollectibleView"
title: "CommunityNewTokenView"
section: "Views"
}
ListElement {

View File

@ -53,7 +53,7 @@
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-501014&t=9dIP8Sji2UlfhsEs-0",
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-499051&t=kHAcE8WSCyGqhWSH-0"
],
"CommunityNewCollectibleView": [
"CommunityNewTokenView": [
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A480877&t=Qo2FwPRxvSxbluqB-1",
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=26601%3A518245&t=Qo2FwPRxvSxbluqB-1",
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22721%3A498811&t=Qo2FwPRxvSxbluqB-1",

View File

@ -24,7 +24,7 @@ SplitView {
SplitView.fillWidth: true
SplitView.fillHeight: true
CommunityNewCollectibleView {
CommunityNewTokenView {
anchors.fill: parent
anchors.margins: 50
layer1Networks: NetworksModel.layer1Networks
@ -35,7 +35,7 @@ SplitView {
accounts: WalletAccountsModel {}
tokensModel: MintedCollectiblesModel.mintedCollectibleModel
onPreviewClicked: logs.logEvent("CommunityNewCollectibleView::previewClicked")
onPreviewClicked: logs.logEvent("CommunityNewTokenView::previewClicked")
}
}

View File

@ -224,7 +224,7 @@ SettingsPageLayout {
currentIndex: optionsTab.currentItem == collectiblesTab ? 0 : 1
CommunityNewCollectibleView {
CommunityNewTokenView {
viewWidth: root.viewWidth
layer1Networks: root.layer1Networks
layer2Networks: root.layer2Networks
@ -258,7 +258,7 @@ SettingsPageLayout {
}
}
CommunityNewCollectibleView {
CommunityNewTokenView {
viewWidth: root.viewWidth
layer1Networks: root.layer1Networks
layer2Networks: root.layer2Networks

View File

@ -2,8 +2,8 @@ ChannelsSelectionModel 1.0 ChannelsSelectionModel.qml
CommunityCollectibleView 1.0 CommunityCollectibleView.qml
CommunityNewAirdropView 1.0 CommunityNewAirdropView.qml
CommunityMintedTokensView 1.0 CommunityMintedTokensView.qml
CommunityNewCollectibleView 1.0 CommunityNewCollectibleView.qml
CommunityNewPermissionView 1.0 CommunityNewPermissionView.qml
CommunityNewTokenView 1.0 CommunityNewTokenView.qml
CommunityPermissionsView 1.0 CommunityPermissionsView.qml
CommunityWelcomeSettingsView 1.0 CommunityWelcomeSettingsView.qml
HoldingsSelectionModel 1.0 HoldingsSelectionModel.qml