Phase 29 complete (v1.3): - Tabela delivery_status_mappings z DB overrides - DeliveryStatus: normalizeWithOverrides(), descriptionWithOverrides(), getDefaultMappings() - UI ustawień: tabela mapowań per provider (InPost/Apaczka/Allegro), bulk save, reset, resetAll - 5 endpointów w routes/web.php, link w menu bocznym Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
212 B
SCSS
12 lines
212 B
SCSS
.dsm-row--custom {
|
|
background: rgba(59, 130, 246, 0.06);
|
|
}
|
|
|
|
.dsm-raw-status {
|
|
font-size: 0.82rem;
|
|
background: var(--surface-alt, #f1f5f9);
|
|
padding: 2px 6px;
|
|
border-radius: 3px;
|
|
white-space: nowrap;
|
|
}
|