address comments and more

This commit is contained in:
Matt Hill
2024-08-15 08:05:37 -06:00
parent a730543c76
commit 015131f198
24 changed files with 316 additions and 396 deletions

View File

@@ -40,7 +40,7 @@ export default class LoadingPage {
filter(Boolean),
take(1),
switchMap(({ guid, progress }) =>
this.api.openProgressWebsocket$(guid).pipe(
this.api.openWebsocket$<T.FullProgress>(guid).pipe(
startWith(progress),
catchError((_, watch$) =>
interval(2000).pipe(