refactor app wizards completely (#1537)

* refactor app wizards completely

* display new and new options in config

Co-authored-by: Matt Hill <matthill@Matt-M1.start9.dev>
This commit is contained in:
Matt Hill
2022-06-14 18:25:43 -06:00
committed by Lucy C
parent 8e9d2b5314
commit 4ad9886517
52 changed files with 850 additions and 1126 deletions

View File

@@ -11,7 +11,7 @@ import {
export const mockPatchData: DataModel = {
ui: {
name: `Matt's Embassy`,
'auto-check-updates': false,
'auto-check-updates': true,
'pkg-order': [],
'ack-welcome': '1.0.0',
},
@@ -67,8 +67,7 @@ export const mockPatchData: DataModel = {
uninstall:
'Chain state will be lost, as will any funds stored on your Bitcoin Core waller that have not been backed up.',
restore: null,
start: null,
stop: 'Stopping Bitcoin is bad for your health.',
start: 'Starting Bitcoin is good for your health.',
},
main: {
type: 'docker',
@@ -449,7 +448,6 @@ export const mockPatchData: DataModel = {
restore:
'If this is a duplicate instance of the same LND node, you may loose your funds.',
start: 'Starting LND is good for your health.',
stop: null,
},
main: {
type: 'docker',