From 8514582bcbc521ed46b083e93a63d476d7a968ac Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 20 Dec 2019 00:50:08 -0700 Subject: [PATCH] Add help panel to list page --- www/pages/help/list.html | 52 ++++++++++++++++++++++++++++++++++++++++ www/pages/list.html | 4 ++++ www/routes.js | 11 +++++++++ 3 files changed, 67 insertions(+) create mode 100644 www/pages/help/list.html diff --git a/www/pages/help/list.html b/www/pages/help/list.html new file mode 100644 index 0000000..0d94a6e --- /dev/null +++ b/www/pages/help/list.html @@ -0,0 +1,52 @@ + +
+
+
+ + + +
+
+

+ Swipe left-to-right on a list entry + to show the actions you can take. + These actions are marking the item as delivered/undelivered, or + navigating to its location with your device's default maps app. +

+ +

+ Swipe right-to-left on a list entry + and tap delete Delete to remove it. +

+ +

+ Tap the search button to open a search + box. Type in this box to hide any list entries that don't contain your + input. +

+ +

+ Tap the sort button to sort the list. +

+ +

+ Tap the delete button to remove all + items from the list. +

+
+
+
+
+
\ No newline at end of file diff --git a/www/pages/list.html b/www/pages/list.html index 83b010a..312b291 100644 --- a/www/pages/list.html +++ b/www/pages/list.html @@ -24,6 +24,10 @@ delete + + + help +