diff --git a/www/assets/css/app.css b/www/assets/css/app.css index 21cc63f..0ca6b9e 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -194,3 +194,9 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. transform-origin: 50% 100%; transform: scaleY(calc(1 / var(--f7-device-pixel-ratio))); } + +.fullwidth-filler-image { + max-height: 40vh; + max-width: 90%; + height: 50rem; +} \ No newline at end of file diff --git a/www/assets/images/multi-track.svg b/www/assets/images/multi-track.svg new file mode 100644 index 0000000..309250f --- /dev/null +++ b/www/assets/images/multi-track.svg @@ -0,0 +1,2 @@ + + diff --git a/www/assets/images/searching.svg b/www/assets/images/searching.svg new file mode 100644 index 0000000..33abcc2 --- /dev/null +++ b/www/assets/images/searching.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/www/assets/images/tracking.svg b/www/assets/images/tracking.svg new file mode 100644 index 0000000..7b87dcc --- /dev/null +++ b/www/assets/images/tracking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/www/assets/js/track.js b/www/assets/js/track.js index 088b16f..119c566 100644 --- a/www/assets/js/track.js +++ b/www/assets/js/track.js @@ -22,9 +22,12 @@ function openTrackingInfoPage(code) { function addTrackingSuggestions() { $("#tracking-history-list ul").html(""); + $("#tracking-history-list-empty").addClass("display-none"); + $("#tracking-history-list .list").removeClass("display-none"); var history = getTrackingHistory(); if (history == false || history.length == 0) { - $("#tracking-history-list ul").html('
You don't have any receipts linked to your account. Use our services to get some!
+ Tracking numbers you've searched recently will appear here. +
++ Send packages with your Helena Express account and your tracking numbers will be listed here automatically. +
++ Quickly see the latest status for multiple packages at the same time right here. + Long-pressRight-click a tracking code in the Recent tab to add it. +
+