From 5316762a64376ae04d0aa1c4ac90249c293528aa Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 28 Jun 2015 23:25:59 -0700 Subject: [PATCH] Frontend: Improve sidebar reliability on touch devices --- homeassistant/components/frontend/version.py | 2 +- .../frontend/www_static/frontend.html | 111 ++++++++++++------ .../polymer/components/ha-sidebar.html | 24 +++- .../www_static/polymer/home-assistant-js | 2 +- .../www_static/polymer/home-assistant.html | 1 - .../polymer/layouts/login-form.html | 12 +- 6 files changed, 101 insertions(+), 51 deletions(-) diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 32ac212af89..4325c65590c 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """ DO NOT MODIFY. Auto-generated by build_frontend script """ -VERSION = "9e4807d493dcb52e24dcd5163e6a2d4b" +VERSION = "fe75bfc72100af74c19fa02c000f6f63" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index c62c8efa628..41d3b4dbcbb 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -6258,7 +6258,7 @@ function(t,e){"use strict";function r(t,e){if(Array.isArray(t))return t;if(Symbo function(t,e,r){"use strict";function n(t){return t&&t.__esModule?t:{"default":t}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function u(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(t.__proto__=e)}function o(t,e){var r=e.pane,n=e.filter,i=void 0===n?null:n;return c.toImmutable({pane:r,filter:i})}function a(t){return _.getInitialState()}Object.defineProperty(e,"__esModule",{value:!0});var s=function(){function t(t,e){for(var r=0;r + + + + + + + +