mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
update todos
This commit is contained in:
@@ -714,7 +714,7 @@ export module Mock {
|
||||
value: 'https://guessagain.com',
|
||||
},
|
||||
},
|
||||
} as any // @TODO why is this necessary?
|
||||
}
|
||||
|
||||
export const ConfigSpec: RR.GetPackageConfigRes['spec'] = {
|
||||
bitcoin: {
|
||||
@@ -1419,7 +1419,7 @@ export module Mock {
|
||||
health: {},
|
||||
},
|
||||
},
|
||||
actions: {}, // @TODO need mocks
|
||||
actions: {},
|
||||
serviceInterfaces: {
|
||||
ui: {
|
||||
id: 'ui',
|
||||
@@ -1618,7 +1618,7 @@ export module Mock {
|
||||
icon: 'assets/img/service-icons/btc-rpc-proxy.png',
|
||||
kind: 'exists',
|
||||
registryUrl: 'https://community-registry.start9.com',
|
||||
versionSpec: '>2.0.0', // @TODO
|
||||
versionSpec: '>2.0.0',
|
||||
configSatisfied: false,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -127,7 +127,7 @@ export const mockPatchData: DataModel = {
|
||||
},
|
||||
},
|
||||
},
|
||||
actions: {}, // @TODO
|
||||
actions: {},
|
||||
serviceInterfaces: {
|
||||
ui: {
|
||||
id: 'ui',
|
||||
|
||||
@@ -41,6 +41,7 @@ export class PatchDbSource extends Observable<Update<DataModel>[]> {
|
||||
catchError((_, original$) => {
|
||||
this.state.retrigger()
|
||||
|
||||
// @TODO this is returning right away, but we need to wait until state emits again from the retrigger() above.
|
||||
return this.state.pipe(
|
||||
filter(current => current === 'running'),
|
||||
take(1),
|
||||
|
||||
Reference in New Issue
Block a user