diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6a2f8423..42036b49 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -219,7 +219,10 @@ RESEARCH + ------------------------ /WIKI --------------------------- + + todo: document that emojis can be used in any text field and key combo on windows is winkey-period -other os's too? todo: make the navigation pane sticky so it remembers the last setting of hidden or showing in large view size @@ -261,6 +264,9 @@ 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 + - Go back and finish off wiki image attachment UI and code + TODO: PRIORITIZE THE FOLLOWING BLOCK AND move INTO appropriate STAGES (these items came up looking through the raven priority 1 cases for general UI stuff) diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js index 5dde5868..ecbc6cec 100644 --- a/ayanova/src/api/translation.js +++ b/ayanova/src/api/translation.js @@ -167,7 +167,7 @@ export default { "InsertImage", "ImageUrl", "ImageDescription", - "File" + "AttachFile" ], //////////////////////////////////////////////////////// diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 1630460c..992e746a 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -215,7 +215,7 @@