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:
parent
dbc3effe94
commit
2f5a76db02
|
@ -42,7 +42,7 @@ ListModel {
|
||||||
section: "Views"
|
section: "Views"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
title: "CommunityNewCollectibleView"
|
title: "CommunityNewTokenView"
|
||||||
section: "Views"
|
section: "Views"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
|
|
|
@ -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-501014&t=9dIP8Sji2UlfhsEs-0",
|
||||||
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22647-499051&t=kHAcE8WSCyGqhWSH-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=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=26601%3A518245&t=Qo2FwPRxvSxbluqB-1",
|
||||||
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22721%3A498811&t=Qo2FwPRxvSxbluqB-1",
|
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=22721%3A498811&t=Qo2FwPRxvSxbluqB-1",
|
||||||
|
|
|
@ -24,7 +24,7 @@ SplitView {
|
||||||
SplitView.fillWidth: true
|
SplitView.fillWidth: true
|
||||||
SplitView.fillHeight: true
|
SplitView.fillHeight: true
|
||||||
|
|
||||||
CommunityNewCollectibleView {
|
CommunityNewTokenView {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 50
|
anchors.margins: 50
|
||||||
layer1Networks: NetworksModel.layer1Networks
|
layer1Networks: NetworksModel.layer1Networks
|
||||||
|
@ -35,7 +35,7 @@ SplitView {
|
||||||
accounts: WalletAccountsModel {}
|
accounts: WalletAccountsModel {}
|
||||||
tokensModel: MintedCollectiblesModel.mintedCollectibleModel
|
tokensModel: MintedCollectiblesModel.mintedCollectibleModel
|
||||||
|
|
||||||
onPreviewClicked: logs.logEvent("CommunityNewCollectibleView::previewClicked")
|
onPreviewClicked: logs.logEvent("CommunityNewTokenView::previewClicked")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -224,7 +224,7 @@ SettingsPageLayout {
|
||||||
|
|
||||||
currentIndex: optionsTab.currentItem == collectiblesTab ? 0 : 1
|
currentIndex: optionsTab.currentItem == collectiblesTab ? 0 : 1
|
||||||
|
|
||||||
CommunityNewCollectibleView {
|
CommunityNewTokenView {
|
||||||
viewWidth: root.viewWidth
|
viewWidth: root.viewWidth
|
||||||
layer1Networks: root.layer1Networks
|
layer1Networks: root.layer1Networks
|
||||||
layer2Networks: root.layer2Networks
|
layer2Networks: root.layer2Networks
|
||||||
|
@ -258,7 +258,7 @@ SettingsPageLayout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CommunityNewCollectibleView {
|
CommunityNewTokenView {
|
||||||
viewWidth: root.viewWidth
|
viewWidth: root.viewWidth
|
||||||
layer1Networks: root.layer1Networks
|
layer1Networks: root.layer1Networks
|
||||||
layer2Networks: root.layer2Networks
|
layer2Networks: root.layer2Networks
|
||||||
|
|
|
@ -2,8 +2,8 @@ ChannelsSelectionModel 1.0 ChannelsSelectionModel.qml
|
||||||
CommunityCollectibleView 1.0 CommunityCollectibleView.qml
|
CommunityCollectibleView 1.0 CommunityCollectibleView.qml
|
||||||
CommunityNewAirdropView 1.0 CommunityNewAirdropView.qml
|
CommunityNewAirdropView 1.0 CommunityNewAirdropView.qml
|
||||||
CommunityMintedTokensView 1.0 CommunityMintedTokensView.qml
|
CommunityMintedTokensView 1.0 CommunityMintedTokensView.qml
|
||||||
CommunityNewCollectibleView 1.0 CommunityNewCollectibleView.qml
|
|
||||||
CommunityNewPermissionView 1.0 CommunityNewPermissionView.qml
|
CommunityNewPermissionView 1.0 CommunityNewPermissionView.qml
|
||||||
|
CommunityNewTokenView 1.0 CommunityNewTokenView.qml
|
||||||
CommunityPermissionsView 1.0 CommunityPermissionsView.qml
|
CommunityPermissionsView 1.0 CommunityPermissionsView.qml
|
||||||
CommunityWelcomeSettingsView 1.0 CommunityWelcomeSettingsView.qml
|
CommunityWelcomeSettingsView 1.0 CommunityWelcomeSettingsView.qml
|
||||||
HoldingsSelectionModel 1.0 HoldingsSelectionModel.qml
|
HoldingsSelectionModel 1.0 HoldingsSelectionModel.qml
|
||||||
|
|
Loading…
Reference in New Issue