mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
follow sideload progress (#2718)
* follow sideload progress * small bugfix * shareReplay with no refcount false * don't wrap sideload progress in RPCResult * dont present toast --------- Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -5,6 +5,7 @@ import { SideloadPage } from './sideload.page'
|
||||
import { Routes, RouterModule } from '@angular/router'
|
||||
import { ExverPipesModule, SharedPipesModule } from '@start9labs/shared'
|
||||
import { DragNDropDirective } from './dnd.directive'
|
||||
import { InstallingProgressPipeModule } from 'src/app/pipes/install-progress/install-progress.module'
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
@@ -20,6 +21,7 @@ const routes: Routes = [
|
||||
RouterModule.forChild(routes),
|
||||
SharedPipesModule,
|
||||
ExverPipesModule,
|
||||
InstallingProgressPipeModule,
|
||||
],
|
||||
declarations: [SideloadPage, DragNDropDirective],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user