📚 Improved log file structure & organization in backend 🛠️

This commit is contained in:
2025-06-01 15:11:23 +02:00
parent 5287dbd1eb
commit 9e980cc01a
25 changed files with 920 additions and 169 deletions

View File

@ -338,14 +338,14 @@
{% endblock %}
{% block content %}
<div class="mb-page-background">
<div>
<!-- Header -->
<div class="mb-header-gradient sticky top-0 z-40">
<div class="mb-header-gradient sticky top-0 z-40 rounded-t-3xl rounded-b-3xl">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
<div class="flex items-center justify-between">
<div class="flex items-center space-x-4">
<a href="{{ url_for('admin_page') }}" class="p-3 hover:bg-black/5 dark:hover:bg-white/5 rounded-xl transition-all duration-300 group">
<a href="{{ url_for('admin_page') }}" class="p-3 hover:bg-black/5 dark:hover:bg-white/5 rounded-2xl transition-all duration-300 group">
<svg class="w-6 h-6 text-slate-600 dark:text-slate-400 group-hover:text-slate-900 dark:group-hover:text-white transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"/>
</svg>
@ -359,7 +359,7 @@
</div>
<!-- Status Indicator -->
<div class="mb-status-indicator">
<div class="mb-status-indicator rounded-2xl">
<div class="mb-status-dot"></div>
<span class="text-green-700 dark:text-green-400 font-semibold">System Online</span>
</div>