mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 09:37:59 +00:00
refactor: move TextWithLabel
to ui/shared/panels
This commit is contained in:
parent
ac40022a93
commit
e598df1d1e
@ -7,6 +7,7 @@ import utils 1.0
|
|||||||
import "../../../../shared"
|
import "../../../../shared"
|
||||||
import "../../../../shared/controls"
|
import "../../../../shared/controls"
|
||||||
import "../../../../shared/popups"
|
import "../../../../shared/popups"
|
||||||
|
import "../../../../shared/panels"
|
||||||
import "../../../../shared/status"
|
import "../../../../shared/status"
|
||||||
import "../stores"
|
import "../stores"
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@ import QtQuick.Layouts 1.13
|
|||||||
|
|
||||||
import utils 1.0
|
import utils 1.0
|
||||||
|
|
||||||
import "./controls"
|
import "../controls"
|
||||||
import "./panels"
|
import "./"
|
||||||
|
|
||||||
// TODO: replace with StatusQ components
|
// TODO: replace with StatusQ components
|
||||||
Item {
|
Item {
|
@ -1,10 +1,2 @@
|
|||||||
TextWithLabel 1.0 TextWithLabel.qml
|
|
||||||
Input 1.0 Input.qml
|
|
||||||
Select 1.0 Select.qml
|
|
||||||
Identicon 1.0 Identicon.qml
|
|
||||||
BlockContactConfirmationDialog 1.0 BlockContactConfirmationDialog.qml
|
|
||||||
ConfirmationDialog 1.0 ConfirmationDialog.qml
|
|
||||||
Timer 1.0 Timer.qml
|
Timer 1.0 Timer.qml
|
||||||
TransactionSigner 1.0 TransactionSigner.qml
|
TransactionSigner 1.0 TransactionSigner.qml
|
||||||
GlossaryEntry 1.0 GlossaryEntry.qml
|
|
||||||
GlossaryLetter 1.0 GlossaryLetter.qml
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user