From f1008cff56278c30731ebf08bdf19a58543c59d2 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Thu, 20 Apr 2023 22:00:20 +1200 Subject: [PATCH] [#181] remove double border in Operations - search. Update todo ( started testing on real mobile device ) --- src/web/TODO.md | 8 +++++--- src/web/html/index.html | 10 +++++----- src/web/stylesheets/components/operations/_search.css | 4 +--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/web/TODO.md b/src/web/TODO.md index f5bb92e6..217814f1 100644 --- a/src/web/TODO.md +++ b/src/web/TODO.md @@ -5,11 +5,13 @@ ### Mobile UI: #### Operations: -- on mobile, there is almost no visual feedback when adding an operation to the recipe list. Since the recipe list is not visible like on desktop, this is very confusing UX +- on mobile UI, there is almost no visual feedback when adding an operation to the recipe list. Since the recipe list is not visible like on desktop, this is very confusing UX -#### General mobile UX: +#### Mobile UI on real device: - test *thoroughly* with keyboard popping up because that messes with view-heights on mobile probably and might make it a very frustrating experience - test drag and drop etc. Regular mobile events / UX +- view-heights not correct due to variable taskbar on mobile devices +- adding an operation only works with drag and drop, not on double tap or the like. This todo is related to the remaining mobile UI one ( I think maybe add a checkmark on double tap, then remove it again on double tap or when recipe list gets cleared ) ### Desktop UI: ### General UI: @@ -19,8 +21,8 @@ - `core/Recipe.mjs`, `core/lib/Magic.js` return imports to original ### Misc: +- remove ln 215 in gruntfile ( for mobile testing ) - comb through CSS and improve organisation for better DevX -- special checks for features removed from mobile ( like multiple tabs, minimise, maximise etc. ) - write / complete UI tests - delete this file when done :) diff --git a/src/web/html/index.html b/src/web/html/index.html index 0525bcc2..6ccd1c92 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -137,11 +137,11 @@ - - - - - +
+
+
+
+