feat(29-delivery-status-mapping-ui): konfiguracja mapowania statusów dostawy per provider

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>
This commit is contained in:
2026-03-23 23:55:42 +01:00
parent 98a0077204
commit 325a941c42
14 changed files with 1058 additions and 15 deletions

View File

@@ -702,6 +702,18 @@
font-size: 0.85em;
}
.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;
}
* {
box-sizing: border-box;
}