From fc1ee7c6f0a512e1cec7cd5541fe2a2aab100700 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 18 Feb 2025 20:01:04 +0200 Subject: [PATCH] feat(client/tasks): add a text box for adding a new task --- .../app/widgets/type_widgets/task_list.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/public/app/widgets/type_widgets/task_list.ts b/src/public/app/widgets/type_widgets/task_list.ts index 41abe01e2..b3bb90da9 100644 --- a/src/public/app/widgets/type_widgets/task_list.ts +++ b/src/public/app/widgets/type_widgets/task_list.ts @@ -5,8 +5,28 @@ import TypeWidget from "./type_widget.js"; const TPL = `
+ +
+ +
+
+ +
`;