From c07aed8aeac6678bdd65ad271a3106520e3a308b Mon Sep 17 00:00:00 2001 From: klemek Date: Sun, 12 Jul 2026 16:48:08 +0200 Subject: [PATCH] fix: dont show completed part if not completed task --- bun.lock | 1 + resources/ts/components/TaskList.vue | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index a488ecd..0a13cf2 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "tout-doux", diff --git a/resources/ts/components/TaskList.vue b/resources/ts/components/TaskList.vue index 4b23d07..c3f5fa6 100644 --- a/resources/ts/components/TaskList.vue +++ b/resources/ts/components/TaskList.vue @@ -1,5 +1,5 @@