From ade9da4a8aa61ac152c8a1bfa0e76522112b9701 Mon Sep 17 00:00:00 2001 From: azivner Date: Sun, 1 Oct 2017 23:07:32 -0400 Subject: [PATCH] recent notes can now both jump and add link --- TODO | 2 +- src/templates/app.html | 10 +++++++++- static/js/add_link.js | 11 +---------- static/js/recent_notes.js | 37 ++++++++++++++++++++++++++++++++++--- static/js/tree_utils.js | 15 +++++++++++++++ 5 files changed, 60 insertions(+), 15 deletions(-) diff --git a/TODO b/TODO index fd6550601..c235a2756 100644 --- a/TODO +++ b/TODO @@ -28,7 +28,7 @@ Encryption: Bugs: - deleting cloned nodes ends with 500 (probably only on folders) - Uncaught Error: cannot call methods on fancytree prior to initialization; attempted to call method 'getTree' -- recent changes sorts 1st october to the end +- FIXED: recent changes sorts 1st october to the end Others: - dates should be stored in UTC to work correctly with time zones diff --git a/src/templates/app.html b/src/templates/app.html index 568d13905..f5ab1a528 100644 --- a/src/templates/app.html +++ b/src/templates/app.html @@ -82,7 +82,15 @@