From 8ce94b525b3cee2dd7ee4982e2b96c02511444ac Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Mon, 22 Jul 2024 13:02:20 -0500 Subject: [PATCH] add purged/deleted/archived indicators for multiview items --- .../components/History/HistoryScrollList.vue | 19 +++++++++++++++++-- .../History/Multiple/MultipleViewItem.vue | 16 ++++++++++++++-- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/client/src/components/History/HistoryScrollList.vue b/client/src/components/History/HistoryScrollList.vue index dad3c94eb05a..9b83f5df7afc 100644 --- a/client/src/components/History/HistoryScrollList.vue +++ b/client/src/components/History/HistoryScrollList.vue @@ -1,7 +1,7 @@