delete unused

This commit is contained in:
Matt Hill
2021-10-11 11:26:24 -06:00
committed by Aiden McClelland
parent e864d0eb64
commit 64865a2da2
8 changed files with 1 additions and 14 deletions

View File

@@ -53,12 +53,6 @@
<!-- 3rd party components -->
<qr-code value="hello"></qr-code>
<img src="assets/img/success-bulb.png"/>
<img src="assets/img/danger-bulb.png"/>
<img src="assets/img/warning-bulb.png"/>
<img src="assets/img/off-bulb.png"/>
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">
<!-- Ionicons -->
<ion-icon name="add"></ion-icon>
<ion-icon name="alert-outline"></ion-icon>

View File

@@ -264,14 +264,7 @@ export class AppComponent {
.pipe(
filter(progress => !!progress),
takeWhile(progress => progress.downloaded < progress.size),
// @TODO will there be a maintenance page while server is updating to new version?
finalize(async () => {
// const maintenance = '/maintenance'
// const route = this.router.url
// if (!route.startsWith(maintenance)) {
// this.showMenu = false
// this.router.navigate([maintenance], { replaceUrl: true })
// }
if (this.osUpdateProgress) this.osUpdateProgress.downloaded = this.osUpdateProgress.size
await pauseFor(200)
this.osUpdateProgress = undefined

View File

@@ -63,7 +63,7 @@ export class AppListPage {
}
})
// add unknown packages to end and set order in UI DB
// unshift unknown packages and set order in UI DB
if (!isEmptyObject(pkgs)) {
Object.values(pkgs).forEach(pkg => {
this.pkgs.unshift(this.buildPkg(pkg))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 946 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1016 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 948 B