start adding welcome OS screen

This commit is contained in:
Matt Hill
2021-01-14 13:39:04 -07:00
committed by Aiden McClelland
parent 29d5e3b36e
commit 778d22ab2b
8 changed files with 79 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ export class ServerModel {
wifi: { ssids: [], current: undefined },
ssh: [],
notifications: [],
welcomeSeen: true,
})
}
}
@@ -122,6 +123,7 @@ export interface S9Server {
wifi: { ssids: string[], current: string }
ssh: SSHFingerprint[]
notifications: S9Notification[]
welcomeSeen: boolean
}
export interface S9Notification {