From 88499822f45f3577188b5620313f4ada3e1f6360 Mon Sep 17 00:00:00 2001 From: Kai Wagner Date: Thu, 5 Feb 2026 22:49:34 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20the=20=E2=80=9CMark=20=E2=80=A6=20awa?= =?UTF-8?q?re=E2=80=9D=20buttons=20to=20icon=20+=20short=20label=20with=20?= =?UTF-8?q?tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kai Wagner --- app/views/topics/_sidebar.html.slim | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/topics/_sidebar.html.slim b/app/views/topics/_sidebar.html.slim index 00de185..65f9bd1 100644 --- a/app/views/topics/_sidebar.html.slim +++ b/app/views/topics/_sidebar.html.slim @@ -6,8 +6,12 @@ .sidebar-section .sidebar-content .topics-actions data-controller="topics-aware" data-topics-aware-aware-url-value=aware_bulk_topics_path data-topics-aware-aware-all-url-value=aware_all_topics_path data-topics-aware-confirm-visible-value="Mark the displayed threads as aware?" data-topics-aware-confirm-all-value="Mark ALL threads as aware up to now? This will clear the 'New' status everywhere." - button.mark-aware-button data-action="click->topics-aware#markVisibleAware" Mark displayed threads aware - button.mark-aware-button.secondary data-action="click->topics-aware#markAllAware" Mark everything up to now aware + button.mark-aware-button data-action="click->topics-aware#markVisibleAware" title="Mark the displayed threads as aware" aria-label="Mark displayed threads aware" + i.fa-regular.fa-eye aria-hidden="true" + span Mark visible + button.mark-aware-button.secondary data-action="click->topics-aware#markAllAware" title="Mark ALL threads as aware up to now. This clears the New status everywhere." aria-label="Mark all threads aware" + i.fa-regular.fa-circle-check aria-hidden="true" + span Mark all .sidebar-section#search data-controller="search-focus" data-search-focus-target="section" .sidebar-search.sidebar-content