feat(MintTokens): Renamed preview collectible view to token generic naming
`CommunityCollectibleView` is now renamed to `CommunityTokenView` since it will manage collectibles but also assets.
This commit is contained in:
parent
9262943176
commit
992e1e6b13
|
@ -46,7 +46,7 @@ ListModel {
|
|||
section: "Views"
|
||||
}
|
||||
ListElement {
|
||||
title: "CommunityCollectibleView"
|
||||
title: "CommunityTokenView"
|
||||
section: "Views"
|
||||
}
|
||||
ListElement {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=8159%3A415655",
|
||||
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=8159%3A415935"
|
||||
],
|
||||
"CommunityCollectibleView": [
|
||||
"CommunityTokenView": [
|
||||
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A481005&t=Qo2FwPRxvSxbluqB-1",
|
||||
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A479431&t=Qo2FwPRxvSxbluqB-1",
|
||||
"https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A479570&t=Qo2FwPRxvSxbluqB-1"
|
||||
|
|
|
@ -21,7 +21,7 @@ SplitView {
|
|||
SplitView.fillWidth: true
|
||||
SplitView.fillHeight: true
|
||||
|
||||
CommunityCollectibleView {
|
||||
CommunityTokenView {
|
||||
id: view
|
||||
|
||||
anchors.fill: parent
|
||||
|
@ -43,7 +43,7 @@ SplitView {
|
|||
chainIcon: ModelsData.networks.ethereum
|
||||
accountName: "helloworld"
|
||||
|
||||
onMintCollectible: logs.logEvent("CommunityCollectibleView::mintCollectible: \n"
|
||||
onMintCollectible: logs.logEvent("CommunityTokenView::mintCollectible: \n"
|
||||
+ "artworkSource: " + artworkSource + "\n"
|
||||
+ "name: " + name + "\n"
|
||||
+ "symbol: " + symbol + "\n"
|
|
@ -278,7 +278,7 @@ SettingsPageLayout {
|
|||
Component {
|
||||
id: previewCollectibleView
|
||||
|
||||
CommunityCollectibleView {
|
||||
CommunityTokenView {
|
||||
id: preview
|
||||
|
||||
function signMintTransaction() {
|
||||
|
@ -458,7 +458,7 @@ SettingsPageLayout {
|
|||
Component {
|
||||
id: collectibleView
|
||||
|
||||
CommunityCollectibleView {
|
||||
CommunityTokenView {
|
||||
id: view
|
||||
|
||||
property int index // TODO: Update it to key when model has role key implemented
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
ChannelsSelectionModel 1.0 ChannelsSelectionModel.qml
|
||||
CommunityCollectibleView 1.0 CommunityCollectibleView.qml
|
||||
CommunityNewAirdropView 1.0 CommunityNewAirdropView.qml
|
||||
CommunityMintedTokensView 1.0 CommunityMintedTokensView.qml
|
||||
CommunityNewPermissionView 1.0 CommunityNewPermissionView.qml
|
||||
CommunityNewTokenView 1.0 CommunityNewTokenView.qml
|
||||
CommunityPermissionsView 1.0 CommunityPermissionsView.qml
|
||||
CommunityTokenView 1.0 CommunityTokenView.qml
|
||||
CommunityWelcomeSettingsView 1.0 CommunityWelcomeSettingsView.qml
|
||||
HoldingsSelectionModel 1.0 HoldingsSelectionModel.qml
|
||||
JoinCommunityView 1.0 JoinCommunityView.qml
|
||||
|
|
Loading…
Reference in New Issue