chore: delete support preparing status
This commit is contained in:
@@ -3,9 +3,6 @@ import type { Colors } from "../theme/colors";
|
||||
export const STATUS_LABELS: Record<string, string> = {
|
||||
pending: "En attente",
|
||||
assigned: "Assignée",
|
||||
support: "Support",
|
||||
preparing: "En préparation",
|
||||
ready: "Prêt",
|
||||
en_route: "En route",
|
||||
arrived: "Arrivée",
|
||||
livre: "Livrée",
|
||||
@@ -20,9 +17,6 @@ export const STATUS_LABELS: Record<string, string> = {
|
||||
export const getStatusColors = (colors: Colors): Record<string, string> => ({
|
||||
pending: colors.warning,
|
||||
assigned: colors.info,
|
||||
support: colors.warning,
|
||||
preparing: colors.info,
|
||||
ready: colors.accent,
|
||||
en_route: colors.info,
|
||||
arrived: colors.accent,
|
||||
livre: colors.success,
|
||||
|
||||
Reference in New Issue
Block a user