From d656c34bd4d00cc768ab2c22d3449e25ce00b686 Mon Sep 17 00:00:00 2001 From: Marc-Andre Ferland Date: Sun, 30 Oct 2022 23:21:39 -0400 Subject: [PATCH 01/10] Add support for drag&drop for the text files made by the backend and also supports JSON. --- ui/index.html | 1 + ui/media/js/dnd.js | 311 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 312 insertions(+) create mode 100644 ui/media/js/dnd.js diff --git a/ui/index.html b/ui/index.html index 5e6a2685..fcb45f75 100644 --- a/ui/index.html +++ b/ui/index.html @@ -263,6 +263,7 @@ +