From 390568d7438880baa191608bcd853280e0692f36 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 4 Sep 2017 13:22:24 -0400 Subject: [PATCH] added context menu on tree items - implemented cut, paste into, paste after --- TODO | 1 + src/templates/app.html | 56 ++++++----- static/js/tree.js | 128 ++++++++++++++++++------ static/lib/jquery.ui-contextmenu.min.js | 4 + 4 files changed, 134 insertions(+), 55 deletions(-) create mode 100644 static/lib/jquery.ui-contextmenu.min.js diff --git a/TODO b/TODO index c5b2b0271..c8f1523c6 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ - logout detection - conflict detection +- deleting cloned nodes ends with 500 (probably only on folders) Later: - context menu on items (add subnote etc.) diff --git a/src/templates/app.html b/src/templates/app.html index ec08d7725..49a311292 100644 --- a/src/templates/app.html +++ b/src/templates/app.html @@ -64,33 +64,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -