diff --git a/panels/logbook/ha-panel-logbook.html b/panels/logbook/ha-panel-logbook.html index a8fdd48e6d..1116af65f9 100644 --- a/panels/logbook/ha-panel-logbook.html +++ b/panels/logbook/ha-panel-logbook.html @@ -1,6 +1,7 @@ + @@ -8,7 +9,6 @@ - @@ -52,7 +52,11 @@ on-focus='datepickerFocus' > - Loading logbook entries + diff --git a/script/vulcanize.js b/script/vulcanize.js index a363791353..baed7cb6e9 100755 --- a/script/vulcanize.js +++ b/script/vulcanize.js @@ -41,14 +41,17 @@ const panelVulcan = new Vulcanize({ stripExcludes: undefined, }); +const baseExcludes = [ + 'bower_components/font-roboto/roboto.html', + 'bower_components/paper-styles/color.html', +]; + const toProcess = [ { source: './src/home-assistant.html', output: './build/frontend.html', vulcan: new Vulcanize(Object.assign({}, baseVulcanOptions, { - stripExcludes: [ - 'bower_components/font-roboto/roboto.html', - ], + stripExcludes: baseExcludes, })), }, ]; diff --git a/src/components/loading-box.html b/src/components/loading-box.html deleted file mode 100644 index f37187e494..0000000000 --- a/src/components/loading-box.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - diff --git a/src/components/state-history-charts.html b/src/components/state-history-charts.html index e4aa90954d..b7612bbf0b 100644 --- a/src/components/state-history-charts.html +++ b/src/components/state-history-charts.html @@ -1,8 +1,8 @@ + - @@ -27,7 +27,7 @@
- Updating history data +
diff --git a/src/more-infos/more-info-configurator.html b/src/more-infos/more-info-configurator.html index 21a9d93670..01950c69c7 100644 --- a/src/more-infos/more-info-configurator.html +++ b/src/more-infos/more-info-configurator.html @@ -1,9 +1,8 @@ + - - @@ -30,6 +29,12 @@ text-align: center; height: 41px; } + + paper-spinner { + width: 14px; + height: 14px; + margin-right: 20px; + }
@@ -64,13 +69,16 @@

+ [[submitCaption]] - Configuring

diff --git a/src/resources/home-assistant-style.html b/src/resources/home-assistant-style.html index 117a19d73a..d692081031 100644 --- a/src/resources/home-assistant-style.html +++ b/src/resources/home-assistant-style.html @@ -18,6 +18,13 @@ --paper-toggle-button-checked-button-color: #039be5; --paper-toggle-button-checked-bar-color: #039be5; + /* for paper-spinner */ + --google-red-500: #db4437; + --google-blue-500: #4285f4; + --google-green-500: #0f9d58; + --google-yellow-500: #f4b400; + + font-size: 14px; }