Add notification support with enable/disable functionality and sound effects for new messages.

This commit is contained in:
2026-07-19 18:39:24 +02:00
parent a3cb1247af
commit b415d2968d
9 changed files with 157 additions and 6 deletions
@@ -14,3 +14,11 @@
font-weight: bold;
padding-left: 10px;
}
.notification-icon {
cursor: pointer;
width: 20px;
height: 20px;
margin-left: auto;
margin-right: 10px;
}