Improve the flow for archive screen. Fix https://github.com/donetick/frontend/issues/41

This commit is contained in:
Mo Tarbin
2025-12-25 22:55:09 -05:00
parent 8edd3774d2
commit 0fd58860a8
3 changed files with 255 additions and 244 deletions

View File

@@ -443,6 +443,8 @@ const ArchivedTasks = () => {
onChoreRemove={handleChoreDeleted}
performers={performers}
viewOnly={false}
showActions={false}
// onAction={handleChoreAction}
// Multi-select props
isMultiSelectMode={isMultiSelectMode}
isSelected={selectedChores.has(chore.id)}