From ba3a87cb5cef0ca85bf83c74798b90fa7a2de4c3 Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Mon, 17 Jul 2023 10:40:19 +0200 Subject: [PATCH] add support for auto deleting the history (#1778) --- src/components/HistoryPage.vue | 74 +++++++++++++++++++++++++--------- src/locales/en.json | 9 ++++- 2 files changed, 63 insertions(+), 20 deletions(-) diff --git a/src/components/HistoryPage.vue b/src/components/HistoryPage.vue index 598cc9e0..6241ed56 100644 --- a/src/components/HistoryPage.vue +++ b/src/components/HistoryPage.vue @@ -1,13 +1,32 @@