From 9de0ee28cf1a3758fb778a0d800709ac854f5485 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Thu, 25 Jul 2024 11:44:59 -0500 Subject: [PATCH] add `HistoryIndicators` component --- .../History/CurrentHistory/HistoryDetails.vue | 26 +---------- .../components/History/HistoryIndicators.vue | 45 +++++++++++++++++++ .../components/History/HistoryScrollList.vue | 36 ++------------- 3 files changed, 51 insertions(+), 56 deletions(-) create mode 100644 client/src/components/History/HistoryIndicators.vue diff --git a/client/src/components/History/CurrentHistory/HistoryDetails.vue b/client/src/components/History/CurrentHistory/HistoryDetails.vue index 3255b56cae91..0fa1c0d90f7e 100644 --- a/client/src/components/History/CurrentHistory/HistoryDetails.vue +++ b/client/src/components/History/CurrentHistory/HistoryDetails.vue @@ -1,19 +1,12 @@ + + diff --git a/client/src/components/History/HistoryScrollList.vue b/client/src/components/History/HistoryScrollList.vue index a53b7a42913d..56bb35773595 100644 --- a/client/src/components/History/HistoryScrollList.vue +++ b/client/src/components/History/HistoryScrollList.vue @@ -1,7 +1,7 @@