mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
Missing review amendments for #17205
This commit is contained in:
parent
0f81f7922f
commit
0c19a44471
@ -31,8 +31,6 @@ KeycardBasePage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
StateGroup {
|
StateGroup {
|
||||||
//state: "entering"
|
|
||||||
|
|
||||||
states: [
|
states: [
|
||||||
State {
|
State {
|
||||||
name: "entering"
|
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
|
readonly property int addKeyPairState: d.onboardingModuleInst.addKeyPairState // cf. enum Onboarding.ProgressState
|
||||||
function loadMnemonic(mnemonic) { // -> void
|
function loadMnemonic(mnemonic: string) { // -> void
|
||||||
d.onboardingModuleInst.loadMnemonic(mnemonic)
|
d.onboardingModuleInst.loadMnemonic(mnemonic)
|
||||||
}
|
}
|
||||||
function exportRecoverKeys() { // -> void
|
function exportRecoverKeys() { // -> void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user