From 66cd6e59196efe8397c85d2c6c1c19645c09da09 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 17 Mar 2026 08:35:30 -0600 Subject: [PATCH] Update FAB icons and replace unicode checkmark with SVG Change the task creation icon from edit/pencil to checkmark, add a plus indicator to the project folder icon, and replace the unicode checkmark in the done button with a proper SVG icon for consistency. --- templates/base.html | 4 ++-- templates/macros.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index bd67a8bc33e8b21a0451c632561be6d8ea89ccc2..806a22ad35267d0ecf3340b70015fcb27e93fd20 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,11 +40,11 @@
diff --git a/templates/macros.html b/templates/macros.html index 200dc436aa781f5d1085ac85cfeecb41394c2968..2a923abf73216232d11db0f90e5d5cbafad024e3 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -55,7 +55,7 @@ {% if t.status != "closed" %}
- +
{% endif %}