From 83e7a97abb2a7350cda346f2cf615198cf7ca912 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Sun, 26 Nov 2023 14:10:09 +0300 Subject: [PATCH] feat: Show Done functionality; Set completion time when POSTing an updated TODO --- pages/index.html | 176 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 122 insertions(+), 54 deletions(-) diff --git a/pages/index.html b/pages/index.html index 6705b3a..f1b3206 100644 --- a/pages/index.html +++ b/pages/index.html @@ -11,6 +11,7 @@
+
@@ -23,13 +24,132 @@