update disks type, bring back server name, and better gifs for loading and updating

This commit is contained in:
Matt Hill
2021-09-11 06:51:04 -06:00
committed by Aiden McClelland
parent 8c1a01b306
commit b0c78ad1a0
36 changed files with 289 additions and 164 deletions

View File

@@ -7,6 +7,7 @@ export interface DataModel {
}
export interface UIData {
name: string
'welcome-ack': string
'auto-check-updates': boolean
}