🎉 Refactor: Cleaned up files and templates, improved documentation structure. 🛠️ Removed legacy installer scripts. 📚 Updated database schema in 'myp.db' and 'myp.db-wal'. 🖥️ Refactored frontend Docker images. 🔍 Fixed common errors in documentation. 💄 No changes to README or IHK documentation for now.

This commit is contained in:
2025-05-31 23:01:53 +02:00
parent fae594014d
commit d53ce33bab
6 changed files with 516 additions and 792 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,13 +2,16 @@
<html lang="de" class="scroll-smooth"> <html lang="de" class="scroll-smooth">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=yes">
<meta name="description" content="MYP Platform - Mercedes-Benz 3D Druck Management System"> <meta name="description" content="MYP Platform - Mercedes-Benz 3D Druck Management System">
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<!-- Dynamic theme-color meta tags for browser UI --> <!-- Enhanced mobile browser UI -->
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff"> <meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000000"> <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000000">
<meta name="theme-color" id="metaThemeColor" content="#000000"> <meta name="theme-color" id="metaThemeColor" content="#000000">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="format-detection" content="telephone=no">
<!-- CSRF-Token für Formulare --> <!-- CSRF-Token für Formulare -->
<meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="csrf-token" content="{{ csrf_token() }}">
@ -93,20 +96,27 @@
}); });
</script> </script>
<!-- Disable Transitions Styling --> <!-- Enhanced Responsive Styles -->
<style> <style>
.disable-transitions, .disable-transitions,
.disable-transitions * { .disable-transitions * {
transition: none !important; transition: none !important;
} }
/* ===== ULTRA-DEZENTE SCROLLBALKEN ===== */ /* ===== RESPONSIVE SCROLLBARS ===== */
/* Webkit-Browser (Chrome, Safari, Edge) */ /* Webkit-Browser - Responsive */
::-webkit-scrollbar {
width: 4px;
height: 4px;
}
@media (min-width: 768px) {
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 6px; width: 6px;
height: 6px; height: 6px;
} }
}
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background: transparent; background: transparent;
@ -151,37 +161,66 @@
scrollbar-color: rgba(255, 255, 255, 0.03) transparent; scrollbar-color: rgba(255, 255, 255, 0.03) transparent;
} }
/* Spezielle Container die scrollbar brauchen */ /* ===== RESPONSIVE SAFE AREAS ===== */
.modal-content::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar { /* iOS Safe Area Support */
width: 4px; .safe-area-top {
padding-top: env(safe-area-inset-top);
} }
.modal-content::-webkit-scrollbar-thumb, .safe-area-bottom {
.dropdown-menu::-webkit-scrollbar-thumb { padding-bottom: env(safe-area-inset-bottom);
background: rgba(0, 0, 0, 0.1);
} }
.dark .modal-content::-webkit-scrollbar-thumb, .safe-area-left {
.dark .dropdown-menu::-webkit-scrollbar-thumb { padding-left: env(safe-area-inset-left);
background: rgba(255, 255, 255, 0.1); }
.safe-area-right {
padding-right: env(safe-area-inset-right);
}
/* ===== TOUCH OPTIMIZATIONS ===== */
/* Touch-friendly targets */
.touch-target {
min-height: 44px;
min-width: 44px;
}
@media (pointer: coarse) {
.touch-target {
min-height: 48px;
min-width: 48px;
}
}
/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
} }
</style> </style>
{% block head %}{% endblock %} {% block head %}{% endblock %}
</head> </head>
<body class="min-h-screen flex flex-col bg-white text-slate-900 dark:bg-black dark:text-white transition-colors duration-300 text-base mercedes-background"> <body class="min-h-screen flex flex-col bg-white text-slate-900 dark:bg-black dark:text-white transition-colors duration-300 text-responsive mercedes-background safe-area-top safe-area-bottom">
<!-- Navigation --> <!-- Navigation - Responsive Enhanced -->
<nav class="navbar"> <nav class="navbar">
<div class="max-w-7xl mx-auto px-3 sm:px-4 lg:px-6"> <div class="responsive-container">
<div class="flex items-center justify-between h-16 sm:h-18 lg:h-20"> <div class="flex items-center justify-between h-14 sm:h-16 md:h-18 lg:h-20">
<!-- Brand Section --> <!-- Brand Section - Responsive -->
<div class="flex-shrink-0"> <div class="flex-shrink-0">
<a href="{{ url_for('dashboard') }}" class="navbar-brand group" aria-label="Zur Startseite"> <a href="{{ url_for('dashboard') }}" class="navbar-brand group" aria-label="Zur Startseite">
<!-- Mercedes-Benz Logo --> <!-- Mercedes-Benz Logo - Responsive sizes -->
<div class="w-5 h-5 sm:w-6 sm:h-6 lg:w-7 lg:h-7 transition-all duration-300 group-hover:rotate-180"> <div class="w-4 h-4 sm:w-5 sm:h-5 md:w-6 md:h-6 lg:w-7 lg:h-7 transition-all duration-300 group-hover:rotate-180">
<svg class="w-full h-full text-slate-900 dark:text-white transition-colors duration-300" fill="currentColor" viewBox="0 0 80 80" aria-hidden="true"> <svg class="w-full h-full text-slate-900 dark:text-white transition-colors duration-300" fill="currentColor" viewBox="0 0 80 80" aria-hidden="true">
<path d="M58.6,4.5C53,1.6,46.7,0,40,0c-6.7,0-13,1.6-18.6,4.5v0C8.7,11.2,0,24.6,0,40c0,15.4,8.7,28.8,21.5,35.5 <path d="M58.6,4.5C53,1.6,46.7,0,40,0c-6.7,0-13,1.6-18.6,4.5v0C8.7,11.2,0,24.6,0,40c0,15.4,8.7,28.8,21.5,35.5
C27,78.3,33.3,80,40,80c6.7,0,12.9-1.7,18.5-4.6C71.3,68.8,80,55.4,80,40C80,24.6,71.3,11.2,58.6,4.5z M4,40 C27,78.3,33.3,80,40,80c6.7,0,12.9-1.7,18.5-4.6C71.3,68.8,80,55.4,80,40C80,24.6,71.3,11.2,58.6,4.5z M4,40
@ -191,101 +230,101 @@
c0,6.2-1.5,12-4.3,17.1L58.6,46.8z"/> c0,6.2-1.5,12-4.3,17.1L58.6,46.8z"/>
</svg> </svg>
</div> </div>
<!-- Brand Text --> <!-- Brand Text - Responsive -->
<div class="flex flex-col ml-3"> <div class="flex flex-col ml-2 sm:ml-3">
<span class="text-sm lg:text-base font-bold text-slate-900 dark:text-white transition-colors duration-300 tracking-tight">Mercedes-Benz</span> <span class="text-xs sm:text-sm lg:text-base font-bold text-slate-900 dark:text-white transition-colors duration-300 tracking-tight">Mercedes-Benz</span>
<span class="text-xs font-medium text-slate-600 dark:text-slate-400 transition-colors duration-300">MYP 3D-Druck Platform -</span> <span class="text-xs font-medium text-slate-600 dark:text-slate-400 transition-colors duration-300 hidden sm:inline">MYP 3D-Druck Platform</span>
</div> </div>
</a> </a>
</div> </div>
<!-- Desktop Navigation Menu - überarbeitetes Design --> <!-- Desktop Navigation Menu - Responsive -->
<div class="hidden lg:flex flex-1 justify-center"> <div class="hidden lg:flex flex-1 justify-center">
<nav class="navbar-menu-new" role="navigation" aria-label="Hauptnavigation"> <nav class="navbar-menu-new" role="navigation" aria-label="Hauptnavigation">
<a href="{{ url_for('dashboard') }}" <a href="{{ url_for('dashboard') }}"
class="nav-item {{ 'active' if request.endpoint == 'dashboard' else '' }}"> class="nav-item {{ 'active' if request.endpoint == 'dashboard' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 lg:w-5 lg:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2H5a2 2 0 00-2-2z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2H5a2 2 0 00-2-2z"/>
</svg> </svg>
<span>Dashboard</span> <span class="hidden xl:inline">Dashboard</span>
</a> </a>
<a href="{{ url_for('printers_page') }}" <a href="{{ url_for('printers_page') }}"
class="nav-item {{ 'active' if request.endpoint == 'printers_page' else '' }}"> class="nav-item {{ 'active' if request.endpoint == 'printers_page' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 lg:w-5 lg:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z"/>
</svg> </svg>
<span>3D-Drucker</span> <span class="hidden xl:inline">3D-Drucker</span>
</a> </a>
<a href="{{ url_for('jobs_page') }}" <a href="{{ url_for('jobs_page') }}"
class="nav-item {{ 'active' if request.endpoint == 'jobs_page' else '' }}"> class="nav-item {{ 'active' if request.endpoint == 'jobs_page' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 lg:w-5 lg:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"/>
</svg> </svg>
<span>Druckaufträge</span> <span class="hidden xl:inline">Druckaufträge</span>
</a> </a>
<a href="{{ url_for('stats_page') }}" <a href="{{ url_for('stats_page') }}"
class="nav-item {{ 'active' if request.endpoint == 'stats_page' else '' }}"> class="nav-item {{ 'active' if request.endpoint == 'stats_page' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 lg:w-5 lg:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/>
</svg> </svg>
<span>Statistiken</span> <span class="hidden xl:inline">Statistiken</span>
</a> </a>
<a href="{{ url_for('calendar.calendar_view') }}" <a href="{{ url_for('calendar.calendar_view') }}"
class="nav-item {{ 'active' if request.endpoint == 'calendar.calendar_view' else '' }}"> class="nav-item {{ 'active' if request.endpoint == 'calendar.calendar_view' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 lg:w-5 lg:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"/>
</svg> </svg>
<span>Schichtplan</span> <span class="hidden xl:inline">Schichtplan</span>
</a> </a>
<a href="{{ url_for('guest.guest_request_form') }}" <a href="{{ url_for('guest.guest_request_form') }}"
class="nav-item {{ 'active' if request.endpoint == 'guest.guest_request_form' else '' }}"> class="nav-item {{ 'active' if request.endpoint == 'guest.guest_request_form' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 lg:w-5 lg:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/>
</svg> </svg>
<span>Gastanfrage</span> <span class="hidden xl:inline">Gastanfrage</span>
</a> </a>
<a href="{{ url_for('guest.guest_requests_overview') }}" <a href="{{ url_for('guest.guest_requests_overview') }}"
class="nav-item {{ 'active' if request.endpoint == 'guest.guest_requests_overview' else '' }}"> class="nav-item {{ 'active' if request.endpoint == 'guest.guest_requests_overview' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 lg:w-5 lg:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg> </svg>
<span>Anträge Übersicht</span> <span class="hidden xl:inline">Anträge Übersicht</span>
</a> </a>
{% if current_user.is_authenticated and current_user.is_admin %} {% if current_user.is_authenticated and current_user.is_admin %}
<a href="{{ url_for('admin_page') }}" <a href="{{ url_for('admin_page') }}"
class="nav-item {{ 'active' if request.endpoint == 'admin_page' else '' }}"> class="nav-item {{ 'active' if request.endpoint == 'admin_page' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 lg:w-5 lg:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"/>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"/>
</svg> </svg>
<span>Administration</span> <span class="hidden xl:inline">Administration</span>
</a> </a>
{% endif %} {% endif %}
</nav> </nav>
</div> </div>
<!-- Rechte Seite der Navbar --> <!-- Rechte Seite der Navbar - Responsive -->
<div class="flex items-center space-x-2 sm:space-x-3"> <div class="flex items-center space-x-1 sm:space-x-2 md:space-x-3">
<!-- Mobile Menu Toggle (neu) --> <!-- Mobile Menu Toggle -->
<button <button
id="mobileMenuToggle" id="mobileMenuToggle"
class="lg:hidden p-2 rounded-full text-slate-700 dark:text-slate-300 hover:bg-slate-100/80 dark:hover:bg-slate-800/50" class="lg:hidden touch-target rounded-full text-slate-700 dark:text-slate-300 hover:bg-slate-100/80 dark:hover:bg-slate-800/50 transition-all duration-300"
aria-label="Menü öffnen" aria-label="Menü öffnen"
aria-expanded="false" aria-expanded="false"
> >
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-5 h-5 sm:w-6 sm:h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
</svg> </svg>
</button> </button>
<!-- Dark Mode Toggle - Moderner, schöner Design --> <!-- Dark Mode Toggle - Enhanced Responsive -->
<div class="relative"> <div class="relative">
<button <button
id="darkModeToggle" id="darkModeToggle"
@ -297,19 +336,19 @@
<!-- Hintergrund-Ring für besseren visuellen Effekt --> <!-- Hintergrund-Ring für besseren visuellen Effekt -->
<div class="absolute inset-0 rounded-full bg-gradient-to-r from-amber-300 to-orange-400 dark:from-blue-400 dark:to-purple-500 opacity-0 group-hover:opacity-100 blur-sm transition-all duration-500"></div> <div class="absolute inset-0 rounded-full bg-gradient-to-r from-amber-300 to-orange-400 dark:from-blue-400 dark:to-purple-500 opacity-0 group-hover:opacity-100 blur-sm transition-all duration-500"></div>
<!-- Haupt-Container --> <!-- Haupt-Container - Responsive -->
<div class="relative flex items-center justify-center w-11 h-11 rounded-full bg-white/80 dark:bg-slate-800/80 backdrop-blur-md border border-slate-200/50 dark:border-slate-600/50 shadow-lg dark:shadow-slate-900/20 transition-all duration-300 group-hover:scale-105 group-active:scale-95"> <div class="relative flex items-center justify-center w-9 h-9 sm:w-10 sm:h-10 md:w-11 md:h-11 rounded-full bg-white/80 dark:bg-slate-800/80 backdrop-blur-md border border-slate-200/50 dark:border-slate-600/50 shadow-lg dark:shadow-slate-900/20 transition-all duration-300 group-hover:scale-105 group-active:scale-95">
<!-- Sonnen-Icon (Light Mode) --> <!-- Sonnen-Icon (Light Mode) -->
<div class="sun-icon absolute inset-0 flex items-center justify-center transition-all duration-500 ease-in-out opacity-100 dark:opacity-0 scale-100 dark:scale-75 rotate-0 dark:rotate-90"> <div class="sun-icon absolute inset-0 flex items-center justify-center transition-all duration-500 ease-in-out opacity-100 dark:opacity-0 scale-100 dark:scale-75 rotate-0 dark:rotate-90">
<svg class="w-5 h-5 text-amber-500 drop-shadow-sm" fill="currentColor" viewBox="0 0 24 24" style="margin: auto;"> <svg class="w-4 h-4 sm:w-5 sm:h-5 text-amber-500 drop-shadow-sm" fill="currentColor" viewBox="0 0 24 24" style="margin: auto;">
<path d="M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z"/> <path d="M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z"/>
</svg> </svg>
</div> </div>
<!-- Mond-Icon (Dark Mode) --> <!-- Mond-Icon (Dark Mode) -->
<div class="moon-icon absolute inset-0 flex items-center justify-center transition-all duration-500 ease-in-out opacity-0 dark:opacity-100 scale-75 dark:scale-100 rotate-90 dark:rotate-0"> <div class="moon-icon absolute inset-0 flex items-center justify-center transition-all duration-500 ease-in-out opacity-0 dark:opacity-100 scale-75 dark:scale-100 rotate-90 dark:rotate-0">
<svg class="w-5 h-5 text-blue-400 drop-shadow-sm" fill="currentColor" viewBox="0 0 24 24" style="margin: auto;"> <svg class="w-4 h-4 sm:w-5 sm:h-5 text-blue-400 drop-shadow-sm" fill="currentColor" viewBox="0 0 24 24" style="margin: auto;">
<path fill-rule="evenodd" d="M9.528 1.718a.75.75 0 01.162.819A8.97 8.97 0 009 6a9 9 0 009 9 8.97 8.97 0 003.463-.69.75.75 0 01.981.98 10.503 10.503 0 01-9.694 6.46c-5.799 0-10.5-4.701-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 01.818.162z" clip-rule="evenodd"/> <path fill-rule="evenodd" d="M9.528 1.718a.75.75 0 01.162.819A8.97 8.97 0 009 6a9 9 0 009 9 8.97 8.97 0 003.463-.69.75.75 0 01.981.98 10.503 10.503 0 01-9.694 6.46c-5.799 0-10.5-4.701-10.5-10.5 0-4.368 2.667-8.112 6.46-9.694a.75.75 0 01.818.162z" clip-rule="evenodd"/>
</svg> </svg>
</div> </div>
@ -324,37 +363,37 @@
</div> </div>
</button> </button>
<!-- Tooltip --> <!-- Tooltip - Responsive -->
<div class="absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 px-2 py-1 bg-slate-900 dark:bg-slate-700 text-white text-xs rounded whitespace-nowrap opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none z-50"> <div class="absolute bottom-full left-1/2 transform -translate-x-1/2 mb-2 px-2 py-1 bg-slate-900 dark:bg-slate-700 text-white text-xs rounded whitespace-nowrap opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none z-50 hidden sm:block">
<span class="dark:hidden">Dark Mode aktivieren</span> <span class="dark:hidden">Dark Mode aktivieren</span>
<span class="hidden dark:inline">Light Mode aktivieren</span> <span class="hidden dark:inline">Light Mode aktivieren</span>
<div class="absolute top-full left-1/2 transform -translate-x-1/2 w-0 h-0 border-l-4 border-r-4 border-t-4 border-transparent border-t-slate-900 dark:border-t-slate-700"></div> <div class="absolute top-full left-1/2 transform -translate-x-1/2 w-0 h-0 border-l-4 border-r-4 border-t-4 border-transparent border-t-slate-900 dark:border-t-slate-700"></div>
</div> </div>
</div> </div>
{% if current_user.is_authenticated %} {% if current_user.is_authenticated %}
<!-- Benachrichtigungen - kompakteres Design --> <!-- Benachrichtigungen - Responsive -->
<div class="relative"> <div class="relative">
<button <button
id="notificationToggle" id="notificationToggle"
class="relative p-1.5 rounded-full text-slate-700 dark:text-slate-300 hover:bg-slate-100/80 dark:hover:bg-slate-800/50 transition-all duration-200" class="touch-target rounded-full text-slate-700 dark:text-slate-300 hover:bg-slate-100/80 dark:hover:bg-slate-800/50 transition-all duration-200"
aria-label="Benachrichtigungen anzeigen" aria-label="Benachrichtigungen anzeigen"
title="Benachrichtigungen" title="Benachrichtigungen"
> >
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-4 h-4 sm:w-5 sm:h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"/>
</svg> </svg>
<!-- Badge für ungelesene Benachrichtigungen --> <!-- Badge für ungelesene Benachrichtigungen -->
<span id="notificationBadge" class="absolute -top-1 -right-1 bg-red-500 text-white text-xs rounded-full h-4 w-4 flex items-center justify-center font-medium hidden"> <span id="notificationBadge" class="absolute -top-1 -right-1 bg-red-500 text-white text-xs rounded-full h-3 w-3 sm:h-4 sm:w-4 flex items-center justify-center font-medium hidden">
0 0
</span> </span>
</button> </button>
<!-- Benachrichtigungs-Dropdown --> <!-- Benachrichtigungs-Dropdown - Responsive -->
<div id="notificationDropdown" class="absolute right-0 mt-2 w-72 sm:w-80 bg-white dark:bg-slate-800 rounded-lg shadow-lg border border-slate-200 dark:border-slate-600 z-50 hidden"> <div id="notificationDropdown" class="absolute right-0 mt-2 w-64 sm:w-72 md:w-80 bg-white dark:bg-slate-800 rounded-lg shadow-lg border border-slate-200 dark:border-slate-600 z-50 hidden">
<div class="p-3 border-b border-slate-200 dark:border-slate-600"> <div class="p-3 border-b border-slate-200 dark:border-slate-600">
<h3 class="text-base font-semibold text-slate-900 dark:text-white">Benachrichtigungen</h3> <h3 class="text-sm sm:text-base font-semibold text-slate-900 dark:text-white">Benachrichtigungen</h3>
</div> </div>
<div id="notificationList" class="max-h-80 overflow-y-auto"> <div id="notificationList" class="max-h-64 sm:max-h-80 overflow-y-auto">
<div class="p-3 text-center text-slate-500 dark:text-slate-400 text-sm"> <div class="p-3 text-center text-slate-500 dark:text-slate-400 text-sm">
Keine neuen Benachrichtigungen Keine neuen Benachrichtigungen
</div> </div>
@ -367,17 +406,17 @@
</div> </div>
</div> </div>
<!-- User Profile Dropdown - kompakteres Design --> <!-- User Profile Dropdown - Responsive -->
<div class="relative" id="user-menu-container"> <div class="relative" id="user-menu-container">
<button <button
id="user-menu-button" id="user-menu-button"
class="flex items-center space-x-1 rounded-full p-1 text-slate-700 dark:text-slate-300 hover:bg-slate-100/80 dark:hover:bg-slate-800/50 transition-all duration-200" class="flex items-center space-x-1 rounded-full p-1 text-slate-700 dark:text-slate-300 hover:bg-slate-100/80 dark:hover:bg-slate-800/50 transition-all duration-200 touch-target"
aria-expanded="false" aria-expanded="false"
aria-haspopup="true" aria-haspopup="true"
aria-label="Benutzermenu öffnen" aria-label="Benutzermenu öffnen"
> >
<!-- Profile Avatar --> <!-- Profile Avatar - Responsive -->
<div class="w-6 h-6 rounded-full bg-blue-500 flex items-center justify-center text-white text-xs font-medium"> <div class="w-5 h-5 sm:w-6 sm:h-6 rounded-full bg-blue-500 flex items-center justify-center text-white text-xs font-medium">
{{ current_user.email[0].upper() if current_user.email else 'U' }} {{ current_user.email[0].upper() if current_user.email else 'U' }}
</div> </div>
<!-- User Info (nur auf größeren Geräten) --> <!-- User Info (nur auf größeren Geräten) -->
@ -386,16 +425,16 @@
</div> </div>
</button> </button>
<!-- User Menu Dropdown --> <!-- User Menu Dropdown - Responsive -->
<div id="user-dropdown" class="absolute right-0 mt-2 w-64 bg-white dark:bg-slate-800 rounded-lg shadow-lg border border-slate-200 dark:border-slate-600 z-50 hidden origin-top-right"> <div id="user-dropdown" class="absolute right-0 mt-2 w-56 sm:w-64 bg-white dark:bg-slate-800 rounded-lg shadow-lg border border-slate-200 dark:border-slate-600 z-50 hidden origin-top-right">
<!-- User Info Header --> <!-- User Info Header -->
<div class="px-4 py-3 border-b border-slate-200 dark:border-slate-600"> <div class="px-3 sm:px-4 py-3 border-b border-slate-200 dark:border-slate-600">
<div class="flex items-center space-x-3"> <div class="flex items-center space-x-3">
<div class="w-10 h-10 rounded-full bg-blue-500 flex items-center justify-center text-white font-medium"> <div class="w-8 h-8 sm:w-10 sm:h-10 rounded-full bg-blue-500 flex items-center justify-center text-white font-medium">
{{ current_user.email[0].upper() if current_user.email else 'U' }} {{ current_user.email[0].upper() if current_user.email else 'U' }}
</div> </div>
<div class="flex-1 min-w-0"> <div class="flex-1 min-w-0">
<p class="text-sm font-medium text-slate-900 dark:text-white truncate"> <p class="text-xs sm:text-sm font-medium text-slate-900 dark:text-white truncate">
{{ current_user.full_name if current_user.full_name else current_user.email.split('@')[0] if current_user.email else 'Benutzer' }} {{ current_user.full_name if current_user.full_name else current_user.email.split('@')[0] if current_user.email else 'Benutzer' }}
</p> </p>
<p class="text-xs text-slate-500 dark:text-slate-400 truncate"> <p class="text-xs text-slate-500 dark:text-slate-400 truncate">
@ -410,19 +449,19 @@
</div> </div>
</div> </div>
<!-- Menu Items --> <!-- Menu Items - Responsive -->
<div class="py-1"> <div class="py-1">
<a href="{{ url_for('user_profile') }}" <a href="{{ url_for('user_profile') }}"
class="flex items-center px-4 py-2 text-sm text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200"> class="flex items-center px-3 sm:px-4 py-2 text-xs sm:text-sm text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200">
<svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-3 h-3 sm:w-4 sm:h-4 mr-2 sm:mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/>
</svg> </svg>
Mein Profil Mein Profil
</a> </a>
<a href="{{ url_for('user_settings') }}" <a href="{{ url_for('user_settings') }}"
class="flex items-center px-4 py-2 text-sm text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200"> class="flex items-center px-3 sm:px-4 py-2 text-xs sm:text-sm text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200">
<svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-3 h-3 sm:w-4 sm:h-4 mr-2 sm:mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"/>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"/>
</svg> </svg>
@ -430,16 +469,16 @@
</a> </a>
<a href="{{ url_for('jobs_page') }}" <a href="{{ url_for('jobs_page') }}"
class="flex items-center px-4 py-2 text-sm text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200"> class="flex items-center px-3 sm:px-4 py-2 text-xs sm:text-sm text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200">
<svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-3 h-3 sm:w-4 sm:h-4 mr-2 sm:mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"/>
</svg> </svg>
Neuer Auftrag Neuer Auftrag
</a> </a>
<a href="{{ url_for('stats_page') }}" <a href="{{ url_for('stats_page') }}"
class="flex items-center px-4 py-2 text-sm text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200"> class="flex items-center px-3 sm:px-4 py-2 text-xs sm:text-sm text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200">
<svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-3 h-3 sm:w-4 sm:h-4 mr-2 sm:mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/>
</svg> </svg>
Analytik Analytik
@ -448,24 +487,24 @@
<div class="border-t border-slate-200 dark:border-slate-600"> <div class="border-t border-slate-200 dark:border-slate-600">
<a href="{{ url_for('privacy') }}" <a href="{{ url_for('privacy') }}"
class="flex items-center px-4 py-2 text-sm text-slate-500 dark:text-slate-400 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200"> class="flex items-center px-3 sm:px-4 py-2 text-xs sm:text-sm text-slate-500 dark:text-slate-400 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200">
<svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-3 h-3 sm:w-4 sm:h-4 mr-2 sm:mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"/>
</svg> </svg>
Datenschutz Datenschutz
</a> </a>
<a href="{{ url_for('terms') }}" <a href="{{ url_for('terms') }}"
class="flex items-center px-4 py-2 text-sm text-slate-500 dark:text-slate-400 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200"> class="flex items-center px-3 sm:px-4 py-2 text-xs sm:text-sm text-slate-500 dark:text-slate-400 hover:bg-slate-100 dark:hover:bg-slate-700 transition-colors duration-200">
<svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-3 h-3 sm:w-4 sm:h-4 mr-2 sm:mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg> </svg>
Nutzungsbedingungen Nutzungsbedingungen
</a> </a>
<button onclick="handleLogout()" <button onclick="handleLogout()"
class="flex items-center w-full px-4 py-2 text-sm text-red-600 dark:text-red-400 hover:bg-red-50 dark:hover:bg-red-900/20 transition-colors duration-200"> class="flex items-center w-full px-3 sm:px-4 py-2 text-xs sm:text-sm text-red-600 dark:text-red-400 hover:bg-red-50 dark:hover:bg-red-900/20 transition-colors duration-200">
<svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-3 h-3 sm:w-4 sm:h-4 mr-2 sm:mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"/>
</svg> </svg>
Abmelden Abmelden
@ -474,10 +513,10 @@
</div> </div>
</div> </div>
{% else %} {% else %}
<!-- Login Button - kompakteres Design --> <!-- Login Button - Responsive -->
<a href="{{ url_for('login') }}" <a href="{{ url_for('login') }}"
class="flex items-center space-x-1 py-1 px-2 rounded-md bg-blue-600 hover:bg-blue-700 text-white text-xs transition-colors duration-200"> class="flex items-center space-x-1 py-1.5 sm:py-2 px-2 sm:px-3 rounded-md bg-blue-600 hover:bg-blue-700 text-white text-xs sm:text-sm transition-colors duration-200 touch-target">
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true"> <svg class="w-3 h-3 sm:w-3.5 sm:h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"/>
</svg> </svg>
<span class="hidden sm:inline">Anmelden</span> <span class="hidden sm:inline">Anmelden</span>
@ -488,8 +527,8 @@
</div> </div>
</nav> </nav>
<!-- Mobile Menu (neu) --> <!-- Mobile Menu - Enhanced Responsive -->
<div id="mobileMenu" class="mobile-menu-new hidden lg:hidden"> <div id="mobileMenu" class="mobile-menu-new hidden lg:hidden animate-slide-down">
<nav class="flex flex-col space-y-1 px-3 py-4" role="navigation" aria-label="Mobile Navigation"> <nav class="flex flex-col space-y-1 px-3 py-4" role="navigation" aria-label="Mobile Navigation">
<a href="{{ url_for('dashboard') }}" <a href="{{ url_for('dashboard') }}"
class="mobile-nav-item {{ 'active' if request.endpoint == 'dashboard' else '' }}"> class="mobile-nav-item {{ 'active' if request.endpoint == 'dashboard' else '' }}">
@ -560,15 +599,14 @@
</nav> </nav>
</div> </div>
<!-- Main Content --> <!-- Main Content - Enhanced Responsive -->
<main id="main-content" class="flex-grow max-w-7xl w-full mx-auto px-3 sm:px-6 lg:px-8 py-4 sm:py-8"> <main id="main-content" class="flex-grow responsive-container py-4 sm:py-6 md:py-8">
<div class="container mx-auto px-4 py-8"> <!-- Flash Messages - Responsive -->
<!-- Flash Messages -->
{% with messages = get_flashed_messages(with_categories=true) %} {% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %} {% if messages %}
<div class="flash-messages mb-4"> <div class="flash-messages mb-4 space-y-2 sm:space-y-3">
{% for category, message in messages %} {% for category, message in messages %}
<div class="alert alert-{{ category }} mb-2"> <div class="alert alert-{{ category }}">
{{ message }} {{ message }}
</div> </div>
{% endfor %} {% endfor %}
@ -577,18 +615,17 @@
{% endwith %} {% endwith %}
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div>
</main> </main>
<!-- Mercedes-Benz Footer --> <!-- Mercedes-Benz Footer - Enhanced Responsive -->
<footer class="bg-white dark:bg-black border-t border-gray-200 dark:border-slate-700 mt-auto transition-colors duration-300"> <footer class="bg-white dark:bg-black border-t border-gray-200 dark:border-slate-700 mt-auto transition-colors duration-300">
<div class="max-w-screen-xl w-full mx-auto px-3 sm:px-6 lg:px-8"> <div class="responsive-container">
<div class="py-4 sm:py-8 border-t border-gray-200 dark:border-slate-700 mt-8 sm:mt-12 pt-4 sm:pt-8"> <div class="py-4 sm:py-6 md:py-8 border-t border-gray-200 dark:border-slate-700 mt-6 sm:mt-8 md:mt-12 pt-4 sm:pt-6 md:pt-8">
<div class="grid grid-cols-1 sm:grid-cols-3 gap-6 sm:gap-8"> <div class="responsive-grid-3">
<!-- Brand Section - Stack on mobile --> <!-- Brand Section - Responsive -->
<div class="flex flex-col space-y-4"> <div class="flex flex-col space-y-3 sm:space-y-4">
<div class="flex items-center gap-3"> <div class="flex items-center gap-2 sm:gap-3">
<div class="w-6 h-6"> <div class="w-5 h-5 sm:w-6 sm:h-6">
<svg class="w-full h-full text-slate-900 dark:text-white transition-colors duration-300" fill="currentColor" viewBox="0 0 80 80"> <svg class="w-full h-full text-slate-900 dark:text-white transition-colors duration-300" fill="currentColor" viewBox="0 0 80 80">
<path d="M58.6,4.5C53,1.6,46.7,0,40,0c-6.7,0-13,1.6-18.6,4.5v0C8.7,11.2,0,24.6,0,40c0,15.4,8.7,28.8,21.5,35.5 <path d="M58.6,4.5C53,1.6,46.7,0,40,0c-6.7,0-13,1.6-18.6,4.5v0C8.7,11.2,0,24.6,0,40c0,15.4,8.7,28.8,21.5,35.5
C27,78.3,33.3,80,40,80c6.7,0,12.9-1.7,18.5-4.6C71.3,68.8,80,55.4,80,40C80,24.6,71.3,11.2,58.6,4.5z M4,40 C27,78.3,33.3,80,40,80c6.7,0,12.9-1.7,18.5-4.6C71.3,68.8,80,55.4,80,40C80,24.6,71.3,11.2,58.6,4.5z M4,40
@ -599,19 +636,19 @@
</svg> </svg>
</div> </div>
<div> <div>
<div class="text-base font-bold text-slate-900 dark:text-white transition-colors duration-300">Mercedes-Benz</div> <div class="text-sm sm:text-base font-bold text-slate-900 dark:text-white transition-colors duration-300">Mercedes-Benz</div>
<div class="text-xs text-slate-600 dark:text-slate-400 transition-colors duration-300">MYP Platform</div> <div class="text-xs text-slate-600 dark:text-slate-400 transition-colors duration-300">MYP Platform</div>
</div> </div>
</div> </div>
<p class="text-xs text-slate-600 dark:text-slate-400 leading-relaxed transition-colors duration-300"> <p class="text-xs leading-relaxed text-slate-600 dark:text-slate-400 transition-colors duration-300">
Das Beste oder nichts - Professionelles 3D-Druck Management für Mercedes-Benz. Das Beste oder nichts - Professionelles 3D-Druck Management für Mercedes-Benz.
</p> </p>
</div> </div>
<!-- System Info --> <!-- System Info - Responsive -->
<div class="flex flex-col space-y-4"> <div class="flex flex-col space-y-3 sm:space-y-4">
<h3 class="text-lg font-semibold text-slate-900 dark:text-white transition-colors duration-300">System</h3> <h3 class="text-base sm:text-lg font-semibold text-slate-900 dark:text-white transition-colors duration-300">System</h3>
<div class="space-y-2 text-xs text-slate-600 dark:text-slate-400 leading-relaxed transition-colors duration-300"> <div class="space-y-2 text-xs leading-relaxed text-slate-600 dark:text-slate-400 transition-colors duration-300">
<div class="flex justify-between"> <div class="flex justify-between">
<span>Version:</span> <span>Version:</span>
<span class="text-slate-900 dark:text-white font-medium transition-colors duration-300">3.0.0</span> <span class="text-slate-900 dark:text-white font-medium transition-colors duration-300">3.0.0</span>
@ -626,10 +663,10 @@
</div> </div>
</div> </div>
<!-- Copyright --> <!-- Copyright - Responsive -->
<div class="flex flex-col space-y-4"> <div class="flex flex-col space-y-3 sm:space-y-4">
<h3 class="text-lg font-semibold text-slate-900 dark:text-white transition-colors duration-300">Rechtliches</h3> <h3 class="text-base sm:text-lg font-semibold text-slate-900 dark:text-white transition-colors duration-300">Rechtliches</h3>
<div class="space-y-2 text-xs text-slate-600 dark:text-slate-400 leading-relaxed transition-colors duration-300"> <div class="space-y-2 text-xs leading-relaxed text-slate-600 dark:text-slate-400 transition-colors duration-300">
<p>© 2024 Mercedes-Benz Group AG</p> <p>© 2024 Mercedes-Benz Group AG</p>
<p>Alle Rechte vorbehalten.</p> <p>Alle Rechte vorbehalten.</p>
<p class="text-xs text-slate-500 dark:text-slate-500 transition-colors duration-300"> <p class="text-xs text-slate-500 dark:text-slate-500 transition-colors duration-300">
@ -658,8 +695,134 @@
<script src="{{ url_for('static', filename='js/auto-logout.js') }}"></script> <script src="{{ url_for('static', filename='js/auto-logout.js') }}"></script>
{% endif %} {% endif %}
<!-- Additional JavaScript Functions --> <!-- Enhanced JavaScript Functions - Responsive -->
<script> <script>
/**
* Enhanced Responsive JavaScript Functions
*/
// Viewport Detection
function getViewportSize() {
return {
width: Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0),
height: Math.max(document.documentElement.clientHeight || 0, window.innerHeight || 0)
};
}
function isMobile() {
return getViewportSize().width < 768;
}
function isTablet() {
const width = getViewportSize().width;
return width >= 768 && width < 1024;
}
function isDesktop() {
return getViewportSize().width >= 1024;
}
// Touch Device Detection
function isTouchDevice() {
return 'ontouchstart' in window || navigator.maxTouchPoints > 0;
}
// Mobile Menu Enhanced Functionality
function initializeMobileMenu() {
const mobileMenuToggle = document.getElementById('mobileMenuToggle');
const mobileMenu = document.getElementById('mobileMenu');
if (mobileMenuToggle && mobileMenu) {
mobileMenuToggle.addEventListener('click', function() {
const isVisible = !mobileMenu.classList.contains('hidden');
if (isVisible) {
mobileMenu.classList.add('hidden');
mobileMenuToggle.setAttribute('aria-expanded', 'false');
mobileMenuToggle.innerHTML = `
<svg class="w-5 h-5 sm:w-6 sm:h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
</svg>
`;
} else {
mobileMenu.classList.remove('hidden');
mobileMenuToggle.setAttribute('aria-expanded', 'true');
mobileMenuToggle.innerHTML = `
<svg class="w-5 h-5 sm:w-6 sm:h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
</svg>
`;
}
});
// Close mobile menu when clicking outside
document.addEventListener('click', function(event) {
if (!mobileMenu.contains(event.target) && !mobileMenuToggle.contains(event.target)) {
if (!mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
mobileMenuToggle.setAttribute('aria-expanded', 'false');
mobileMenuToggle.focus();
}
}
});
// Close mobile menu on escape key
document.addEventListener('keydown', function(event) {
if (event.key === 'Escape' && !mobileMenu.classList.contains('hidden')) {
mobileMenu.classList.add('hidden');
mobileMenuToggle.setAttribute('aria-expanded', 'false');
mobileMenuToggle.focus();
}
});
}
}
// Responsive Image Loading
function optimizeImages() {
const images = document.querySelectorAll('img[data-src]');
const imageObserver = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const img = entry.target;
img.src = img.dataset.src;
img.classList.remove('loading');
imageObserver.unobserve(img);
}
});
});
images.forEach(img => imageObserver.observe(img));
}
// Responsive Table Enhancement
function enhanceResponsiveTables() {
const tables = document.querySelectorAll('.table-container');
tables.forEach(table => {
if (isMobile()) {
table.style.fontSize = '0.75rem';
} else if (isTablet()) {
table.style.fontSize = '0.875rem';
} else {
table.style.fontSize = '1rem';
}
});
}
// Viewport Resize Handler
function handleViewportResize() {
enhanceResponsiveTables();
// Update mobile menu visibility on resize
const mobileMenu = document.getElementById('mobileMenu');
if (mobileMenu && isDesktop()) {
mobileMenu.classList.add('hidden');
const mobileMenuToggle = document.getElementById('mobileMenuToggle');
if (mobileMenuToggle) {
mobileMenuToggle.setAttribute('aria-expanded', 'false');
}
}
}
/** /**
* Logout-Handler für sicheres Abmelden * Logout-Handler für sicheres Abmelden
*/ */
@ -695,15 +858,32 @@
} }
/** /**
* Initialisierung aller UI-Komponenten nach DOM-Load * Enhanced Initialization
*/ */
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
// MYP App für Offline-Funktionalität initialisieren // Initialize responsive features
initializeMobileMenu();
optimizeImages();
enhanceResponsiveTables();
// Add viewport resize listener
let resizeTimeout;
window.addEventListener('resize', function() {
clearTimeout(resizeTimeout);
resizeTimeout = setTimeout(handleViewportResize, 250);
});
// Initialize MYP App für Offline-Funktionalität
if (typeof MYPApp !== 'undefined') { if (typeof MYPApp !== 'undefined') {
window.mypApp = new MYPApp(); window.mypApp = new MYPApp();
} }
console.log('🚀 MYP Platform UI erfolgreich initialisiert'); // Add touch device optimizations
if (isTouchDevice()) {
document.body.classList.add('touch-device');
}
console.log('🚀 MYP Platform UI erfolgreich initialisiert (Responsive Enhanced)');
}); });
</script> </script>

File diff suppressed because it is too large Load Diff

View File

@ -304,12 +304,12 @@
</div> </div>
<div> <div>
<h1 class="text-4xl font-bold text-mercedes-black dark:text-white tracking-tight">Gastanfrage</h1> <h1 class="text-4xl font-bold text-mercedes-black dark:text-white tracking-tight">Gastanfrage</h1>
<p class="text-mercedes-gray dark:text-slate-400 mt-1 text-lg">Stellen Sie Ihre 3D-Druckauftrag Anfrage mit Mercedes-Benz Qualitätsstandards</p> <p class="text-mercedes-gray dark:text-slate-400 mt-1 text-lg">3D-Druckauftrag Anfrage stellen</p>
<div class="flex items-center mt-2 text-sm text-mercedes-blue"> <div class="flex items-center mt-2 text-sm text-mercedes-blue">
<svg class="w-4 h-4 mr-1" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <svg class="w-4 h-4 mr-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"/> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg> </svg>
<span>Bearbeitungszeit: 24-48 Stunden</span> <span>Anträge werden manuell genehmigt</span>
</div> </div>
</div> </div>
</div> </div>
@ -357,48 +357,6 @@
</div> </div>
</div> </div>
<!-- Enhanced Info Banner -->
<div class="dashboard-card p-6">
<div class="flex items-start gap-4">
<div class="w-12 h-12 bg-blue-500 text-white rounded-xl flex items-center justify-center flex-shrink-0">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd"/>
</svg>
</div>
<div class="flex-1">
<h3 class="text-xl font-bold text-blue-900 dark:text-blue-100 mb-3">
Mercedes-Benz Qualitätsstandards
</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 text-blue-800 dark:text-blue-200">
<div class="flex items-center">
<svg class="w-5 h-5 mr-2 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/>
</svg>
<span>Sorgfältige Qualitätsprüfung aller Anträge</span>
</div>
<div class="flex items-center">
<svg class="w-5 h-5 mr-2 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
<span>Bearbeitungszeit: 24-48 Stunden</span>
</div>
<div class="flex items-center">
<svg class="w-5 h-5 mr-2 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
<span>Professionelle 3D-Druck-Qualität</span>
</div>
<div class="flex items-center">
<svg class="w-5 h-5 mr-2 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
<span>Kostenlose Beratung inklusive</span>
</div>
</div>
</div>
</div>
</div>
<!-- Enhanced Form Container --> <!-- Enhanced Form Container -->
<div class="dashboard-card p-8"> <div class="dashboard-card p-8">
<div class="mb-8"> <div class="mb-8">

View File

@ -387,7 +387,7 @@
</span> </span>
</h1> </h1>
<p class="text-xl md:text-2xl text-blue-100 max-w-4xl mx-auto leading-relaxed mb-4"> <p class="text-xl md:text-2xl text-blue-100 max-w-4xl mx-auto leading-relaxed mb-4">
<strong>Das Beste oder nichts</strong> - Professionelles 3D-Druck Management für Mercedes-Benz <strong>Das Beste oder nichts</strong> - Professionelles 3D-Druck Management für die Mercedes-Benz Ausbildungsstätte Werk Berlin
</p> </p>
<p class="text-lg md:text-xl text-blue-200 max-w-3xl mx-auto leading-relaxed mb-12"> <p class="text-lg md:text-xl text-blue-200 max-w-3xl mx-auto leading-relaxed mb-12">
Präzision in jeder Schicht. Innovation in jedem Detail. Mercedes-Benz Qualität in der additiven Fertigung. Präzision in jeder Schicht. Innovation in jedem Detail. Mercedes-Benz Qualität in der additiven Fertigung.
@ -421,27 +421,6 @@
</a> </a>
</div> </div>
<!-- Trust Indicators -->
<div class="flex flex-wrap justify-center items-center gap-8 text-blue-200 text-sm">
<div class="flex items-center">
<svg class="w-5 h-5 mr-2 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.99-2a9 9 0 11-2.83-3.5"/>
</svg>
99.9% Verfügbarkeit
</div>
<div class="flex items-center">
<svg class="w-5 h-5 mr-2 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"/>
</svg>
ISO 27001 zertifiziert
</div>
<div class="flex items-center">
<svg class="w-5 h-5 mr-2 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
24/7 Überwachung
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -453,8 +432,8 @@
Mercedes-Benz Qualität in der 3D-Produktion Mercedes-Benz Qualität in der 3D-Produktion
</h2> </h2>
<p class="text-xl text-mercedes-gray dark:text-slate-400 max-w-4xl mx-auto leading-relaxed"> <p class="text-xl text-mercedes-gray dark:text-slate-400 max-w-4xl mx-auto leading-relaxed">
Unsere MYP Platform vereint höchste Präzision mit intelligenter Steuerung für professionelle Fertigungsprozesse. Unsere "Manage-Your-Printer" (MYP) Platform vereint höchste Präzision mit intelligenter Steuerung für die Fertigungsprozesse in der Ausbildungsstätte.
Erleben Sie, was <strong>Mercedes-Benz Standards</strong> in der additiven Fertigung bedeuten. Für kontinuierliche <strong>Mercedes-Benz Standards</strong> in der Fertigung.
</p> </p>
</div> </div>
@ -468,7 +447,7 @@
</div> </div>
<h3 class="text-2xl font-bold text-mercedes-black dark:text-white mb-4">Intelligente Druckersteuerung</h3> <h3 class="text-2xl font-bold text-mercedes-black dark:text-white mb-4">Intelligente Druckersteuerung</h3>
<p class="text-mercedes-gray dark:text-slate-400 leading-relaxed"> <p class="text-mercedes-gray dark:text-slate-400 leading-relaxed">
Vollautomatische Verwaltung und Überwachung aller 3D-Drucker mit Echtzeit-Status Automatisch Verwaltung und Überwachung aller 3D-Drucker mit Echtzeit-Status
und optimierter Ressourcenverteilung für maximale Effizienz und Qualität. und optimierter Ressourcenverteilung für maximale Effizienz und Qualität.
</p> </p>
<div class="mt-6 flex justify-center"> <div class="mt-6 flex justify-center">
@ -490,8 +469,8 @@
</div> </div>
<h3 class="text-2xl font-bold text-mercedes-black dark:text-white mb-4">Präzise Auftragsplanung</h3> <h3 class="text-2xl font-bold text-mercedes-black dark:text-white mb-4">Präzise Auftragsplanung</h3>
<p class="text-mercedes-gray dark:text-slate-400 leading-relaxed"> <p class="text-mercedes-gray dark:text-slate-400 leading-relaxed">
Strukturierte Produktionsplanung mit Mercedes-Benz Standards für termingerechte und qualitätsorientierte Fertigung. Strukturierte Produktionsplanung mit Mercedes-Benz Standards für termingerechte und qualitätsorientierte Fertigung -
Effiziente Ressourcenplanung und Druckerwarteschlangen-Management. Effizientes Druckerwarteschlangen-Management.
</p> </p>
<div class="mt-6 flex justify-center"> <div class="mt-6 flex justify-center">
<span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-300"> <span class="inline-flex items-center px-3 py-1 rounded-full text-sm font-medium bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-300">
@ -512,7 +491,7 @@
</div> </div>
<h3 class="text-2xl font-bold text-mercedes-black dark:text-white mb-4">Umfassende Analytik</h3> <h3 class="text-2xl font-bold text-mercedes-black dark:text-white mb-4">Umfassende Analytik</h3>
<p class="text-mercedes-gray dark:text-slate-400 leading-relaxed"> <p class="text-mercedes-gray dark:text-slate-400 leading-relaxed">
Detaillierte Produktionsstatistiken und Leistungsanalysen für kontinuierliche Optimierung und Qualitätssicherung. Detaillierte Produktionsstatistiken und Leistungsanalysen zur Qualitätssicherung.
Lokale Datenauswertung für fundierte Entscheidungen. Lokale Datenauswertung für fundierte Entscheidungen.
</p> </p>
<div class="mt-6 flex justify-center"> <div class="mt-6 flex justify-center">