From b9b9f83c77b124e0878d624361c1d1286cf38525 Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Thu, 2 May 2024 19:50:25 -0700 Subject: [PATCH] prevent showing the section filter button for short queries also prevent the search bar from yelling at me and downgrade "danger" to info and warning --- client/src/components/History/HistoryScrollList.vue | 4 ++-- client/src/components/Panels/ToolBox.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/History/HistoryScrollList.vue b/client/src/components/History/HistoryScrollList.vue index 320fd832d703..e2b4a14dfd94 100644 --- a/client/src/components/History/HistoryScrollList.vue +++ b/client/src/components/History/HistoryScrollList.vue @@ -220,8 +220,8 @@ async function loadMore(noScroll = false) {