Cambio nome

This commit is contained in:
2026-03-19 16:58:23 +01:00
parent c34d6bb080
commit 83e494e171
29 changed files with 105 additions and 105 deletions
@@ -19,14 +19,14 @@ const STATE_COLORS: Record<PecState, string> = {
}
const STATE_ICONS: Record<PecState, string> = {
draft: '📝',
queued: '',
sent: '📤',
accepted: '',
delivered: '📬',
received: '📥',
anomaly: '⚠️',
failed: '',
draft: '',
queued: '',
sent: '',
accepted: '',
delivered: '',
received: '',
anomaly: '',
failed: '',
}
const TYPE_COLORS: Record<string, string> = {