From bbc4233679acfe0605792b2866044e88d880c8e2 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Mon, 20 Jan 2025 08:57:11 +0300 Subject: [PATCH] UI FIX: Fixed todo button click also opening todo modal --- pages/category.html | 14 +++++++++++--- static/images/journal-arrow-up.svg | 5 +++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 static/images/journal-arrow-up.svg diff --git a/pages/category.html b/pages/category.html index 752d445..67037f3 100644 --- a/pages/category.html +++ b/pages/category.html @@ -142,7 +142,7 @@ {{ range .Data.Todos }} {{ if not .IsDone }} - + {{ if not .Image }} @@ -160,6 +160,9 @@ + {{ end }} @@ -178,7 +181,7 @@ {{ range .Data.Todos }} {{ if .IsDone }} - + {{ if not .Image }} @@ -189,7 +192,12 @@ {{ .TimeCreated }} {{ .CompletionTime }} - + + {{ end }} diff --git a/static/images/journal-arrow-up.svg b/static/images/journal-arrow-up.svg new file mode 100644 index 0000000..7edc400 --- /dev/null +++ b/static/images/journal-arrow-up.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file