It appears that you've made several updates to your project's codebase and logs. Here's a summary of the changes:

This commit is contained in:
2025-06-12 10:16:58 +02:00
parent 2bf4e0e6c0
commit 07e9a7607d
1131 changed files with 3958 additions and 1 deletions

View File

@ -27,7 +27,8 @@
<!-- CSS - Performance Optimized -->
<link href="{{ url_for('static', filename='css/tailwind.min.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/glassmorphism.min.css') }}" rel="stylesheet">
<!-- Verbesserte Navbar CSS ersetzt die alten Glassmorphism-Styles -->
<link href="{{ url_for('static', filename='css/navbar-improved.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/performance-optimized.min.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/components.min.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/professional-theme.min.css') }}" rel="stylesheet">
@ -783,6 +784,9 @@
<!-- Glassmorphism Notification System - Modernisiert -->
<script src="{{ url_for('static', filename='js/glassmorphism-notifications.min.js') }}"></script>
<!-- Mobile Navigation Handler -->
<script src="{{ url_for('static', filename='js/navbar-mobile.js') }}"></script>
<!-- Additional JavaScript Functions -->
<script>
/**