From c42ba39882c8607653a4082ad11344b0f0d06636 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sun, 19 Apr 2026 15:05:20 +0200 Subject: [PATCH] Integrate frontend UI to request Web Push permission and show setting panel --- Web/templates/base.html | 24 ++---------------------- Web/templates/notifications.html | 10 ++++++++++ 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/Web/templates/base.html b/Web/templates/base.html index a89230c..631ba9e 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -1754,27 +1754,7 @@ - - + + diff --git a/Web/templates/notifications.html b/Web/templates/notifications.html index 6abeac2..c693519 100644 --- a/Web/templates/notifications.html +++ b/Web/templates/notifications.html @@ -14,6 +14,8 @@ +
+

Meine Benachrichtigungen

@@ -83,4 +85,12 @@ {% endif %}
+ + {% endblock %}