From ca5a5e79b676959869b89ad073e53d47e13d6733 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:23:45 -0800 Subject: [PATCH] Revert "Print loading indicator" This reverts commit d3747f40f20a06a9f070365604b8c572abb942bb. --- src-ui/src/app/app.module.ts | 2 -- .../loading-dialog.component.html | 14 ---------- .../loading-dialog.component.scss | 0 .../loading-dialog.component.spec.ts | 21 -------------- .../loading-dialog.component.ts | 20 ------------- .../document-detail.component.html | 5 +--- .../document-detail.component.scss | 4 --- .../document-detail.component.ts | 28 ------------------- 8 files changed, 1 insertion(+), 93 deletions(-) delete mode 100644 src-ui/src/app/components/common/loading-dialog/loading-dialog.component.html delete mode 100644 src-ui/src/app/components/common/loading-dialog/loading-dialog.component.scss delete mode 100644 src-ui/src/app/components/common/loading-dialog/loading-dialog.component.spec.ts delete mode 100644 src-ui/src/app/components/common/loading-dialog/loading-dialog.component.ts diff --git a/src-ui/src/app/app.module.ts b/src-ui/src/app/app.module.ts index c35e4f6ea..87d97c01a 100644 --- a/src-ui/src/app/app.module.ts +++ b/src-ui/src/app/app.module.ts @@ -135,7 +135,6 @@ import localeSv from '@angular/common/locales/sv' import localeTr from '@angular/common/locales/tr' import localeUk from '@angular/common/locales/uk' import localeZh from '@angular/common/locales/zh' -import { LoadingDialogComponent } from './components/common/loading-dialog/loading-dialog.component' registerLocaleData(localeAf) registerLocaleData(localeAr) @@ -257,7 +256,6 @@ function initializeApp(settings: SettingsService) { CustomFieldsComponent, CustomFieldEditDialogComponent, CustomFieldsDropdownComponent, - LoadingDialogComponent, ], imports: [ BrowserModule, diff --git a/src-ui/src/app/components/common/loading-dialog/loading-dialog.component.html b/src-ui/src/app/components/common/loading-dialog/loading-dialog.component.html deleted file mode 100644 index 1247452e4..000000000 --- a/src-ui/src/app/components/common/loading-dialog/loading-dialog.component.html +++ /dev/null @@ -1,14 +0,0 @@ -