From b96600e2bb06e086282ffc8a2447c682569961b2 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 28 Sep 2024 03:34:54 +0200 Subject: added ui changes - Added a delete button next to each idea instead of deleting them by name - Changed Post to Think - Added a text when there are no ideas - Added more CSS for the create - Added checks for denying empty fields --- ideas.html | 41 ++++++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 9 deletions(-) (limited to 'ideas.html') diff --git a/ideas.html b/ideas.html index 89cb4bc..3b110c3 100644 --- a/ideas.html +++ b/ideas.html @@ -6,6 +6,9 @@ Ideas @@ -48,16 +68,13 @@ {{ with .Error }}

{{.}}

{{ end}} +

Add an idea:

-
-
-
- -
-
-
-
- +
+ +
+
+

-- cgit v1.2.3