diff --git a/AstraOS/Frontend/HTML/account_disabled.html b/AstraOS/Frontend/HTML/account_disabled.html new file mode 100644 index 0000000..6a6f422 --- /dev/null +++ b/AstraOS/Frontend/HTML/account_disabled.html @@ -0,0 +1,190 @@ + + + + + + AstraOS — Account deaktiviert + + + + + + + + +
+ + + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} +
+ {% for category, message in messages %} +
+

{{ message }}

+
+ {% endfor %} +
+ {% endif %} + {% endwith %} + +
+
+ + +
+ + + +
+ + +

Account deaktiviert

+

+ Dein AstraOS-Account wurde deaktiviert.
+ Du hast aktuell keinen Zugang zum Panel. +

+ + +
+ + +
+ + + Zur Anmeldeseite + +
+ + +
+

Reaktivierung anfragen

+
+ +
+ + +
+
+ + +
+ +
+ Deine Anfrage wird dem Administrator gemeldet und per Discord zugestellt. +
+ +
+ + +
+
+
+ +
+ + +

+ © 2026 AstraOS  |  + Impressum +

+
+ + + + diff --git a/AstraOS/Frontend/HTML/notifications.html b/AstraOS/Frontend/HTML/notifications.html new file mode 100644 index 0000000..2266c87 --- /dev/null +++ b/AstraOS/Frontend/HTML/notifications.html @@ -0,0 +1,288 @@ +{% extends "sidebar.html" %} + +{% block title %}AstraOS — Benachrichtigungen{% endblock %} + +{% block content %} +
+ + + + +
+
+

+ Benachrichtigungen +

+

+ ungelesen · + gesamt +

+
+ +
+ + +
+ + + +
+ + + +
+{% endblock %} diff --git a/AstraOS/Frontend/HTML/sidebar.html b/AstraOS/Frontend/HTML/sidebar.html index 0e60f87..a176c95 100644 --- a/AstraOS/Frontend/HTML/sidebar.html +++ b/AstraOS/Frontend/HTML/sidebar.html @@ -228,12 +228,26 @@ 📜 Logs {% endif %} - - 🔧 Maintenance - + {% if 'maintenance_management' in session.get('permissions', []) %} + + 🔧 Maintenance + + {% endif %} + {% if 'notifications' in session.get('permissions', []) %} + + 🔔 Benachrichtigungen + + + {% endif %} {% endif %} @@ -394,6 +408,26 @@ {% endif %} + {% if 'notifications' in session.get('permissions', []) %} + + {% endif %} +