🎉 Improved database performance by adding shm and wal files to 'backend/database/' and removing outdated documentation. 🛠️ Also updated log files for better tracking: 'backend/logs/*', 'backend/static/css/*', and 'backend/templates/base.html'. 🐛 Fixed minor CSS issues in 'backend/static/css/*.css'. 📚 Enhanced code organization and optimization across various directories. 💄 No major design changes, just refinements.

This commit is contained in:
2025-06-02 07:23:25 +02:00
parent 43c8c195dd
commit 298aeb9dfb
25 changed files with 522 additions and 562 deletions

View File

@ -30,8 +30,6 @@
<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">