feat: adding status archived and refacto type in one place only
This commit is contained in:
@@ -43,6 +43,13 @@ export const STATUS_CONFIG: Record<TaskStatus, StatusConfig> = {
|
||||
icon: '✕',
|
||||
color: 'red',
|
||||
order: 5
|
||||
},
|
||||
archived: {
|
||||
key: 'archived',
|
||||
label: 'Archivé',
|
||||
icon: '📦',
|
||||
color: 'gray',
|
||||
order: 6
|
||||
}
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user