From baec93c43925ea8a3efcdec9e74097d82f7f4ca2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 25 Apr 2020 18:30:25 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 15 +- ayanova/src/components/wiki-control.vue | 636 ++++++++++++------------ 2 files changed, 321 insertions(+), 330 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 699923ae..de8551e0 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -70,17 +70,17 @@ CURRENT TODOs todo: Fix the above, then retest on all devices locally to ensure it's working properly -todo: Picture input in attachments - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080 - https://w3c.github.io/html-media-capture/#examples +todo: attachment reveal button looks weird below wiki reveal button when read-write + - open read only see if it looks better if they're teh same and make it so with wiki or + - make the attach like the wiki + - Buttons would be more compact and share the title area so maybe that's teh way to go todo: have a look at ordering the file list in attachments - people might want to see them in order or not. - when doing an image the ipad just calls it image.jpg, could be more than one how to find in the list (or they should just make a note maybe) -todo: rotate photos? how to handle? (user figure out kind of thing, like always have the camera tilted x way or something?) - + todo: User options input photo? - and show the photo on the list menu and in internal message etc? - Not critical but flashy for sure @@ -91,10 +91,7 @@ todo: have a look at this: devices and sensors specs https://www.w3.org/wiki/DAS/Implementations https://wpt.fyi/results/?label=experimental&label=master&aligned -todo: attachment reveal button looks weird below wiki reveal button when read-write - - open read only see if it looks better if they're teh same and make it so with wiki or - - make the attach like the wiki - - Buttons would be more compact and share the title area so maybe that's teh way to go + todo: Look at attachment saving code on server, should it zip? diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 20d9a432..b72356b5 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -1,327 +1,317 @@