From b9a6717ba0f6bb6954f28dc591c7c1bc343db41d Mon Sep 17 00:00:00 2001 From: Daniel Szabo Date: Mon, 7 Nov 2022 00:30:17 +0200 Subject: [PATCH] Add drag-and-drop to new file attachment button --- templates/index.html | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1730b86..2f74907 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ {% include "header.html" %} -
+
@@ -158,18 +158,14 @@
{%- endif %}
- - - -
{% if !args.no_file_upload %}
- +
@@ -190,10 +186,29 @@