diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 04b739a8..81acac2b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -68,8 +68,9 @@ CURRENT TODOs 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 +todo: attachment - rename a file or add notes after already uploaded -downloadToken:"tR6ocdDYzU1WVQpdpH8Ux7AWLKvJhYOKth7bBKLRAM" +https://medium.com/js-dojo/upload-files-to-cloudinary-using-vue-vuetify-dd45472c4fd6 todo: ATTACHMENTS - TODO: PLANNING - should attachments be actually attached in the db to their object? like Wiki was changed to do? diff --git a/ayanova/src/components/attachment-control.vue b/ayanova/src/components/attachment-control.vue index 924061ec..ee96b5ad 100644 --- a/ayanova/src/components/attachment-control.vue +++ b/ayanova/src/components/attachment-control.vue @@ -29,6 +29,9 @@ + + fa-edit + fa-trash @@ -39,65 +42,25 @@
+ {{ uploadFiles }} + {{ + $ay.t("OK") + }}
-