From 000f81cc0ff5952d893a92adeb0124d6523b7d49 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Mon, 22 Jul 2024 13:02:20 -0500 Subject: [PATCH] add purged/deleted indicators for multiview items --- .../components/History/HistoryScrollList.vue | 21 +++++++++++++++++-- .../History/Multiple/MultipleViewItem.vue | 14 +++++++++++-- 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..e748504a6a04 100644 --- a/client/src/components/History/HistoryScrollList.vue +++ b/client/src/components/History/HistoryScrollList.vue @@ -1,7 +1,7 @@