From 2ac2150dc0fa6733082babc6971383b35835971f Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Thu, 5 Nov 2015 15:41:44 -0500 Subject: swipe fixes --- www/templates/events-modal.html | 6 +++--- www/templates/monitors-modal.html | 35 +++++++++++++++++++++++++---------- 2 files changed, 28 insertions(+), 13 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 8c2ca549..3a3f36ff 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -3,7 +3,8 @@ - +
@@ -16,8 +17,7 @@ image-spinner-src="{{playbackURL}}/index.php?view=image&rand={{$root.rand}}&path={{relativePath}}{{slide.img}}&scale={{loginData.singleImageQuality}}" image-spinner-loader="lines" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" - on-swipe-left="onSwipe(nextId,1)" - on-swipe-right="onSwipe(prevId,-1)" + />
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 47f67f08..e0779ed9 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -10,14 +10,29 @@ direction="xy" style="width: 100%; "> -
-
- - +
+ + + +
+ + +
+ + +
+
+ +
+ +
-- cgit v1.2.3