From c3e8bba82206fb4e2e3257f6bd0f643d431ea6d1 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 10 Feb 2026 16:04:15 +0000 Subject: [PATCH] Re-add notification indicator --- html/template/sync/component/sidebar.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/html/template/sync/component/sidebar.html b/html/template/sync/component/sidebar.html index 3aa16bbd..548dc111 100644 --- a/html/template/sync/component/sidebar.html +++ b/html/template/sync/component/sidebar.html @@ -16,6 +16,24 @@ Home +
  • + + + {{ if gt (len .Notifications) 0 }} + + {{ if gt (len .Notifications) 99 }} + 99+ + {{ else }} + {{ len .Notifications }} + {{ end }} + unread notifications + + {{ end }} + Notifications + +