UI multiple bug fixes (#2072)

* fixes #2071 #2068

* closes #2070

* closes #2046

* fixes #2074

* closes #2045

* closes #2077. Use LAN address instead of IP when opening https
This commit is contained in:
Matt Hill
2022-12-19 13:42:05 -07:00
committed by GitHub
parent 16270cbd1a
commit 6300fc5364
16 changed files with 135 additions and 103 deletions

View File

@@ -587,7 +587,8 @@ export class MockApiService extends ApiService {
path: `/package-data/${params.id}`,
value: {
...Mock.LocalPkgs[params.id],
state: PackageState.Installing,
// state: PackageState.Installing,
state: PackageState.Updating,
'install-progress': { ...PROGRESS },
},
},