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 @@