From e77f8be7782ded9bfc9725d962bd60e0440d80a6 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Wed, 8 Sep 2021 21:12:44 -0700
Subject: [PATCH 1/2] Show loading with spinner on document list reloading
---
.../components/document-list/document-list.component.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html
index 1b805bb2e..2da5f6813 100644
--- a/src-ui/src/app/components/document-list/document-list.component.html
+++ b/src-ui/src/app/components/document-list/document-list.component.html
@@ -82,8 +82,14 @@
+
+
+ Loading...
+
0">{list.collectionSize, plural, =1 {Selected {{list.selected.size}} of one document} other {Selected {{list.selected.size}} of {{list.collectionSize || 0}} documents}}
- {list.collectionSize, plural, =1 {One document} other {{{list.collectionSize || 0}} documents}} (filtered)
+
+ {list.collectionSize, plural, =1 {One document} other {{{list.collectionSize || 0}} documents}} (filtered)
+
From 028156d0c8fe513b9108d811ac5c59bbbdb7c07a Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 10 Sep 2021 11:28:49 -0700
Subject: [PATCH 2/2] Add i18n
---
.../app/components/document-list/document-list.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html
index 2da5f6813..c665476f4 100644
--- a/src-ui/src/app/components/document-list/document-list.component.html
+++ b/src-ui/src/app/components/document-list/document-list.component.html
@@ -84,7 +84,7 @@
- Loading...
+ Loading...
0">{list.collectionSize, plural, =1 {Selected {{list.selected.size}} of one document} other {Selected {{list.selected.size}} of {{list.collectionSize || 0}} documents}}