From 098873eae93a83f7aff7dc46522ea9a300d60396 Mon Sep 17 00:00:00 2001 From: Patrick Stainbrook Date: Fri, 20 Sep 2024 00:33:56 +0200 Subject: [PATCH 1/4] fix: adjust button tooltips to same style Signed-off-by: Patrick Stainbrook --- src/components/panels/HistoryListPanel.vue | 35 ++++++++++++++-------- src/locales/en.json | 1 + 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/src/components/panels/HistoryListPanel.vue b/src/components/panels/HistoryListPanel.vue index 85b2b404f..a534f940d 100644 --- a/src/components/panels/HistoryListPanel.vue +++ b/src/components/panels/HistoryListPanel.vue @@ -14,15 +14,20 @@ dense /> - + + + {{ $t('History.Delete') }} + - {{ $t('History.Settings') }} + Date: Fri, 20 Sep 2024 00:56:38 +0200 Subject: [PATCH 4/4] style: run prettier Signed-off-by: Patrick Stainbrook --- src/components/panels/HistoryListPanel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/panels/HistoryListPanel.vue b/src/components/panels/HistoryListPanel.vue index f1b4567f6..d6badbc85 100644 --- a/src/components/panels/HistoryListPanel.vue +++ b/src/components/panels/HistoryListPanel.vue @@ -16,7 +16,7 @@ +