mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-19 01:58:52 +00:00
Missing review amendments for #17205
This commit is contained in:
parent
0f81f7922f
commit
0c19a44471
@ -31,8 +31,6 @@ KeycardBasePage {
|
||||
}
|
||||
|
||||
StateGroup {
|
||||
//state: "entering"
|
||||
|
||||
states: [
|
||||
State {
|
||||
name: "entering"
|
||||
|
@ -74,33 +74,4 @@ OnboardingPage {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: loadingIndicator
|
||||
Rectangle {
|
||||
color: Theme.palette.baseColor2
|
||||
radius: width/2
|
||||
StatusDotsLoadingIndicator {
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: successIcon
|
||||
StatusRoundIcon {
|
||||
asset.name: "check-circle"
|
||||
asset.color: Theme.palette.successColor1
|
||||
asset.bgColor: Theme.palette.successColor2
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: failedIcon
|
||||
StatusRoundIcon {
|
||||
asset.name: "close-circle"
|
||||
asset.color: Theme.palette.dangerColor1
|
||||
asset.bgColor: Theme.palette.dangerColor3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ QtObject {
|
||||
}
|
||||
|
||||
readonly property int addKeyPairState: d.onboardingModuleInst.addKeyPairState // cf. enum Onboarding.ProgressState
|
||||
function loadMnemonic(mnemonic) { // -> void
|
||||
function loadMnemonic(mnemonic: string) { // -> void
|
||||
d.onboardingModuleInst.loadMnemonic(mnemonic)
|
||||
}
|
||||
function exportRecoverKeys() { // -> void
|
||||
|
Loading…
x
Reference in New Issue
Block a user