feat(notifications): build per-user notification system (email, webhook, in-app)

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-08 21:44:01 +00:00
parent fcefd0978f
commit d48e36813e
2 changed files with 7 additions and 2 deletions
+1 -2
View File
@@ -204,8 +204,7 @@
<i class="fas fa-bell" aria-hidden="true"></i>
<span id="notificationBadge"
class="hidden absolute -top-1 -right-1 h-4 w-4 rounded-full bg-red-500 text-white text-xs flex items-center justify-center font-bold"
aria-live="polite"
aria-label="unread notifications count"></span>
aria-live="polite"></span>
</a>
<!-- Dark mode toggle -->