UI/feature/enable disable lan (#192)

* ui: skip startup notifications in mocks

* ui: enable-disable lan toggle in ui

* ui: remove this.lanAddress for this.app.lanAddress
This commit is contained in:
Aaron Greenspan
2021-02-12 11:36:53 -07:00
committed by Aiden McClelland
parent a20970fa17
commit 5cf7d1ff88
14 changed files with 194 additions and 57 deletions

View File

@@ -34,6 +34,8 @@ export interface AppAvailableVersionSpecificInfo {
// installed
export interface AppInstalledPreview extends BaseApp {
lanAddress: string
lanEnabled: boolean
torAddress: string
versionInstalled: string
ui: boolean