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:
@ -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>
|
||||
/**
|
||||
|
Reference in New Issue
Block a user