Chargement…
+ )} + + {/* Vue mobile — liste groupée par domaine */} +Aucune tâche
+ )} +| {h} | + ))} +||||||
|---|---|---|---|---|---|---|
|
+
+ {todo.title}
+
+ {todo.tags.length > 0 && (
+
+ {todo.tags.map(tag => (
+
+ {tag}
+
+ ))}
+
+ )}
+ |
+ {todo.domain ?? '—'} | ++ + {todo.priority} + + | ++ {STATUS_LABELS[todo.status] ?? todo.status} + | ++ {todo.due_date ? new Date(todo.due_date).toLocaleDateString('fr-FR') : '—'} + | ++ {todo.postponed_count > 0 ? `${todo.postponed_count}×` : '—'} + | +
+
+ {todo.status === 'pending' && (
+ <>
+
+
+
+ >
+ )}
+
+
+ |
+
Aucune tâche
+ )} +