From 65e107d1544defb36db28db5a0a05be6885405ba Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 13 Apr 2025 15:01:52 -0400 Subject: [PATCH] Totally remove Dragula in Favor of the modern SortableJS library, updated the Kanban --- admin_ticket_template_details.php | 255 ++++++++++++++---------------- css/itflow_custom.css | 8 +- css/tickets_kanban.css | 64 ++++++-- invoice.php | 2 - js/tickets_kanban.js | 246 +++++++++++++--------------- plugins/dragula/dragula.min.css | 1 - plugins/dragula/dragula.min.js | 1 - quote.php | 1 - ticket.php | 64 +++----- tickets_kanban.php | 5 +- 10 files changed, 314 insertions(+), 333 deletions(-) delete mode 100644 plugins/dragula/dragula.min.css delete mode 100644 plugins/dragula/dragula.min.js diff --git a/admin_ticket_template_details.php b/admin_ticket_template_details.php index 03ad6fa0..b8280aed 100644 --- a/admin_ticket_template_details.php +++ b/admin_ticket_template_details.php @@ -30,156 +30,139 @@ $ticket_template_updated_at = nullable_htmlentities($row['ticket_template_update $sql_task_templates = mysqli_query($mysqli, "SELECT * FROM task_templates WHERE task_template_ticket_template_id = $ticket_template_id ORDER BY task_template_order ASC, task_template_id ASC"); ?> - - + -
-
+
+
-
-
-

-
- -
-

-
-
+
+
+

+
+ +
+

+
-

-
-
-
-
-
- +

+
+
- -
- -
- -
-
-
Tasks
-
-
-
- -
-
-
- -
- -
- -
-
-
-
- - - - - - - - -
- - m - - - - -
- -
-
-
+
+
+
-
- - - + ?> + +
+
+ +
+ +
+ + + + + - -