🎉📚 Optimized logs and CSS for Raspberry Pi performance:

This commit is contained in:
2025-06-02 07:12:50 +02:00
parent a08fe8fec4
commit 43c8c195dd
23 changed files with 1006 additions and 145 deletions

View File

@ -30,6 +30,8 @@
<link href="{{ url_for('static', filename='css/components.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/professional-theme.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename='css/optimization-animations.css') }}" rel="stylesheet">
<!-- Raspberry Pi Performance Optimierungen - MUSS nach anderen CSS-Dateien geladen werden -->
<link href="{{ url_for('static', filename='css/raspberry-pi-optimizations.css') }}" rel="stylesheet">
<!-- Preload critical resources -->
<link rel="preload" href="{{ url_for('static', filename='js/ui-components.js') }}" as="script">