From b7d4cd9f6c61a97f697eccbbaa7d8aaabe2df1d7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Apr 2020 19:59:37 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +-- ayanova/src/components/attachment-control.vue | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 874ea584..35ed6eed 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -67,9 +67,8 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: -todo: wiki emit input on change: currently it's manual but it should just either WATCH for changes or the replace text method should do the triggering since it's called for all ops - todo: drag and drop files on to attachments and have them stored and added automatically + todo: drag and drop image file on to wiki and have it added as attachment then linked automatically todo: Attachments control, sb minimized on parent form open and only do it's thing when expanded like wiki - i.e. don't bother fetching until the user expands it diff --git a/ayanova/src/components/attachment-control.vue b/ayanova/src/components/attachment-control.vue index cc70ad86..fafd304f 100644 --- a/ayanova/src/components/attachment-control.vue +++ b/ayanova/src/components/attachment-control.vue @@ -1,5 +1,11 @@