diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8ea02477..04b739a8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -67,6 +67,7 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: todo: Attachments / wiki: wiki html processor needs to append dl token to local files in the wikiview automatically in real time +todo: attachments - form key for hiding / showing customization downloadToken:"tR6ocdDYzU1WVQpdpH8Ux7AWLKvJhYOKth7bBKLRAM" @@ -92,6 +93,8 @@ todo: ATTACHMENTS - Maybe thumbnail pictures in the UI for easier download when viewing the list of attachments - Consider ability to show attachment links / thumbnails at bottom of edit forms + + todo: AFTER ATTACHMENTS WIKI IMAGES - Go back and finish off wiki image attachment UI and code - maybe other types are supported, i.e. video etc? diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js index 22a65f22..36537f82 100644 --- a/ayanova/src/api/translation.js +++ b/ayanova/src/api/translation.js @@ -171,7 +171,8 @@ export default { "InsertImage", "ImageUrl", "ImageDescription", - "AttachFile" + "AttachFile", + "AttachmentNotes" ], //////////////////////////////////////////////////////// diff --git a/ayanova/src/components/attachment-control.vue b/ayanova/src/components/attachment-control.vue index 7027e163..757f8cc8 100644 --- a/ayanova/src/components/attachment-control.vue +++ b/ayanova/src/components/attachment-control.vue @@ -1,9 +1,57 @@