From 097fe424c2526370b2fa2da2da0a90c4d32e21c7 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 14d96350c3d5793aa91ea224193ee29b714d7220 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}}