From 0e37564acd4ab9d569099b2a6b4de421701d526c Mon Sep 17 00:00:00 2001 From: mikepsinn Date: Tue, 30 Apr 2019 13:22:53 -0500 Subject: [PATCH 1/2] Treat faces as buttons instead of images on mobile --- src/templates/items/notification-item.html | 29 ++++++++++++++++------ 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/src/templates/items/notification-item.html b/src/templates/items/notification-item.html index e62ebbaf2f..0c260aab10 100644 --- a/src/templates/items/notification-item.html +++ b/src/templates/items/notification-item.html @@ -75,25 +75,38 @@

{{trackingReminderNotific
- + ng-click="track(trackingReminderNotification, option.numericValue, $event)"> + +
- +
- +
From d397db95662d2630070a18850f4ebe8c422d2eb8 Mon Sep 17 00:00:00 2001 From: mikepsinn Date: Tue, 6 Aug 2019 19:36:48 -0500 Subject: [PATCH 2/2] Face buttons --- .../reminder-notification-fragment.html | 26 ++++++++++++------- src/templates/reminders-inbox-compact.html | 21 ++++++++------- 2 files changed, 29 insertions(+), 18 deletions(-) diff --git a/src/templates/fragments/reminder-notification-fragment.html b/src/templates/fragments/reminder-notification-fragment.html index 16fbc1cc7b..855c158b2b 100644 --- a/src/templates/fragments/reminder-notification-fragment.html +++ b/src/templates/fragments/reminder-notification-fragment.html @@ -67,20 +67,28 @@

-
+
+ +

-

+
+ +
+

-

+
+ +
+

\ No newline at end of file diff --git a/src/templates/reminders-inbox-compact.html b/src/templates/reminders-inbox-compact.html index 7225da650e..f52645e328 100644 --- a/src/templates/reminders-inbox-compact.html +++ b/src/templates/reminders-inbox-compact.html @@ -73,28 +73,31 @@

{{trackingReminderNotific
- + ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)"> + +
- + ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)"> + +
- + ng-click="track(trackingReminderNotifications[0], option.numericValue, $event)"> + +