📝 "feat: Add PRODUKTIONSBEREITSCHAFT_DOKUMENTATION and UX_OPTIMIERUNG_FINAL to backend/app/"

This commit is contained in:
Till Tomczak 2025-05-29 15:27:42 +02:00
parent 8d92a18126
commit a7fd854b7b
5 changed files with 122 additions and 1416 deletions

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,12 @@ module.exports = {
spacing: {
'72': '18rem',
'84': '21rem',
'96': '24rem'
'96': '24rem',
// Custom spacing für Mercedes Grid System
'card-sm': '1rem',
'card-md': '1.5rem',
'card-lg': '2rem',
'section': '2.5rem'
},
colors: {
// Mercedes-Benz Corporate Colors - Deep Black Theme
@ -63,11 +68,11 @@ module.exports = {
'text-secondary': '#e2e8f0',
'text-muted': '#94a3b8',
'text-disabled': '#64748b',
'border': '#334155',
'border': '#475569',
'border-light': '#475569',
'hover': '#334155', // Dunklerer Hover-Zustand
'focus': '#475569',
'accent': '#4f46e5'
'accent': '#3b82f6'
},
// Light Mode optimierte Farben - Verbessert
'light': {
@ -94,7 +99,10 @@ module.exports = {
'error': '#ef4444',
'offline': '#6b7280',
'maintenance': '#8b5cf6',
'initializing': '#06b6d4'
'initializing': '#06b6d4',
'online': '#10b981',
'maintenance': '#8b5cf6',
'error': '#dc2626'
},
// Job Status Farben - Erweitert
'job': {
@ -136,13 +144,6 @@ module.exports = {
'cards-desktop': 'repeat(3, 1fr)',
'wide-desktop': 'repeat(4, 1fr)'
},
// Spacing für konsistente Abstände
gap: {
'card-sm': '1rem',
'card-md': '1.5rem',
'card-lg': '2rem',
'section': '2.5rem'
},
// Professional Shadows für Glasmorphismus
boxShadow: {
'mercedes-glass': '0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1)',
@ -178,6 +179,7 @@ module.exports = {
'code::after': {
content: 'none',
},
maxWidth: 'none'
},
},
},