"feat: Integrate Tailwind CSS

This commit is contained in:
2025-05-29 18:06:30 +02:00
parent 626c7c9c57
commit 43fa61dced
8 changed files with 486 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
{% block content %}
<!-- Moderne Gastaufträge-Verwaltung -->
<div class="min-h-screen bg-gray-50 dark:bg-slate-950">
<div class="min-h-screen">
<!-- Hero Header -->
<div class="relative overflow-hidden bg-gradient-to-r from-slate-900 via-blue-900 to-indigo-900 dark:from-slate-950 dark:via-blue-950 dark:to-indigo-950 text-white rounded-3xl mx-4 mt-4">

View File

@@ -580,6 +580,7 @@
<script src="{{ url_for('static', filename='js/dark-mode-fix.js') }}"></script>
<script src="{{ url_for('static', filename='js/optimization-features.js') }}"></script>
<script src="{{ url_for('static', filename='js/global-refresh-functions.js') }}"></script>
<script src="{{ url_for('static', filename='js/event-handlers.js') }}"></script>
{% if current_user.is_authenticated %}
<script src="{{ url_for('static', filename='js/notifications.js') }}"></script>
{% endif %}