chore(@desktop/syncing): syncing related qml files move to shared location
This commit is contained in:
parent
3560786e2a
commit
fb78df01e9
|
@ -39,7 +39,7 @@ Item {
|
|||
text: qsTr("Sign in by syncing")
|
||||
}
|
||||
|
||||
DeviceSyncingView {
|
||||
SyncingDeviceView {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
||||
localPairingState: startupStore.localPairingState
|
||||
|
|
|
@ -16,7 +16,6 @@ import utils 1.0
|
|||
import shared.controls 1.0
|
||||
import shared.views 1.0
|
||||
|
||||
import "setupsyncing" as Views
|
||||
import "../stores"
|
||||
|
||||
StatusDialog {
|
||||
|
@ -193,7 +192,7 @@ StatusDialog {
|
|||
localPairingView.implicitHeight,
|
||||
errorView.implicitHeight)
|
||||
|
||||
Views.DisplaySyncCode {
|
||||
SyncingDisplayCode {
|
||||
id: displaySyncCodeView
|
||||
anchors.fill: parent
|
||||
visible: displaySyncCodeState.active
|
||||
|
@ -204,7 +203,7 @@ StatusDialog {
|
|||
}
|
||||
}
|
||||
|
||||
DeviceSyncingView {
|
||||
SyncingDeviceView {
|
||||
id: localPairingView
|
||||
anchors.fill: parent
|
||||
visible: localPairingBaseState.active
|
||||
|
@ -221,7 +220,7 @@ StatusDialog {
|
|||
installationDeviceType: root.devicesStore.localPairingInstallationDeviceType
|
||||
}
|
||||
|
||||
Views.ErrorMessage {
|
||||
SyncingErrorMessage {
|
||||
id: errorView
|
||||
anchors.fill: parent
|
||||
visible: errorState.active
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
AmountToSend 1.0 AmountToSend.qml
|
||||
AssetsView 1.0 AssetsView.qml
|
||||
DeviceSyncingView 1.0 DeviceSyncingView.qml
|
||||
EnsResolver 1.0 EnsResolver.qml
|
||||
ExistingContacts 1.0 ExistingContacts.qml
|
||||
HistoryView 1.0 HistoryView.qml
|
||||
|
@ -13,3 +12,6 @@ TokenListView 1.0 TokenListView.qml
|
|||
TransactionPreview 1.0 TransactionPreview.qml
|
||||
TransactionSigner 1.0 TransactionSigner.qml
|
||||
TransactionStackView 1.0 TransactionStackView.qml
|
||||
SyncingDeviceView 1.0 SyncingDeviceView.qml
|
||||
SyncingDisplayCode 1.0 SyncingDisplayCode.qml
|
||||
SyncingErrorMessage 1.0 SyncingErrorMessage.qml
|
Loading…
Reference in New Issue