1
mirror of https://github.com/home-assistant/frontend synced 2024-10-03 06:57:32 +02:00
Commit Graph

46 Commits

Author SHA1 Message Date
Bram Kragten
209dd9923f
Allow to select a different dashboard when adding entities / moving cards (#6478) 2020-08-03 16:29:26 +02:00
Bram Kragten
f8c5eeab5d
Replace all private properties with internalProperty decorator (#6386) 2020-07-14 21:38:36 -07:00
Bram Kragten
90e14762e3
Fix double toolbars on error/loading in dev tools (#6380) 2020-07-14 21:58:40 +02:00
Paulus Schoutsen
454ddf366a
Use dynamic import for cast/demo to show latest build (#6202) 2020-06-22 10:24:54 -07:00
Bram Kragten
497494620d
Log cast config fetch errors (#6197) 2020-06-20 15:40:29 +02:00
Paulus Schoutsen
67ac3b4ba3
Drop Custom Elements ES5 adapter (#6107) 2020-06-05 11:04:19 +02:00
Paulus Schoutsen
f819e2cf8d
Cleanup of builds (#6106) 2020-06-05 11:03:11 +02:00
Bram Kragten
e1df50ad3b
Fix refresh when starting with generated on cast (#6072) 2020-06-02 22:25:11 +02:00
Paulus Schoutsen
af23110074
Move legacy styles to their own files (#6033) 2020-05-25 10:16:01 +02:00
Paulus Schoutsen
7e281f66c2
Rollup (#5995) 2020-05-22 23:05:47 -07:00
Paulus Schoutsen
2153bc536c
Clean up service worker code and fix 404 (#5855) 2020-05-13 13:17:47 -07:00
Bram Kragten
2d646da97f
Fix cast navigation on none default dashboard (#5719) 2020-05-06 09:30:18 -07:00
Bram Kragten
0a92c28bac
Split up mdi icons (#4379) 2020-05-05 16:40:11 +02:00
Paulus Schoutsen
7c6ba1a782
Translation fixes (#5634) 2020-04-26 21:09:05 +02:00
Bram Kragten
c468aab9b2
Fix some imports (#5619) 2020-04-24 15:49:25 +02:00
Paulus Schoutsen
82442bb5ec
Fix cast translations (#5582) 2020-04-21 15:02:00 -07:00
Bram Kragten
82f80db558
Update typescript, prettier, tslint -> eslint (#5536)
* Update typescript, prettier, tslint -> eslint

* Organize imports

* Use glob for eslint fix react import
2020-04-14 09:05:45 -07:00
Bram Kragten
7ddfe3c80b
Fix cast panel view (#5488) 2020-04-08 12:36:52 +02:00
Bram Kragten
71793dcfa5
Cast fix for urlPath === "lovelace" (#5242) 2020-03-18 12:19:01 +01:00
Bram Kragten
af6ebea4a3
Fix translations in production builds (#5192)
* Fix translations in production builds

* Make env functions
2020-03-13 10:19:32 -07:00
Paulus Schoutsen
74657ae815
Make cast backwards compatible (#5081)
* Make cast backwards compatible

* Update hc-main.ts

* Update home-assistant-js-websocket
2020-03-05 13:36:13 -08:00
Paulus Schoutsen
1d052fa5bb
Add support for multiple Lovelace dashboards (#4967)
* Add support for multiple Lovelace dashboards

* Fix navigation, add to cast, revert resource loading

* Change resource logic

* Lint + cast fix

* Comments

* Fixes

* Console.bye

* Lint"

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-02-25 13:06:25 -08:00
Bram Kragten
27ebcc1bda
Remove balloob from cast page (#4645) 2020-01-29 17:09:56 +01:00
Bram Kragten
04f8f0f74f Render should always return a html template (#4612) 2020-01-27 08:34:22 -08:00
Bram Kragten
fbd5185ce2
Add ability to remove Lovelace config (#4430)
* Add ability to remove Lovelace config

* Update hc-lovelace.ts
2020-01-08 18:19:10 +01:00
Bram Kragten
8a39d18323 Bump TypeScript to 3.7 (#4282)
* Bump TypeScript to 3.7

* Update prettier to support ts 3.7

* Prettier

* More prettier

* Even more prettier
2019-11-27 13:51:03 -08:00
Paulus Schoutsen
70d6c6b902
Refactor Webpack build scripts (#4093)
* Refactor Webpack build scripts

* Add Gallery too

* Fix icons

* Update travis
2019-10-21 15:02:54 -07:00
Paulus Schoutsen
0719c4d1ae
Add cache headers to demo and cast (#3982)
* Add cache headers to demo and cast

* Demo only to copy static from frontend public folder

* Update headers

* Update demo headers

* Update cast headers

* Update _headers

* Update _headers
2019-10-12 23:12:01 -07:00
Bram Kragten
2fe4a02b6b Add support for panels to cast (#3796)
* Add panel support to cast

* Set background
2019-09-23 14:03:45 -07:00
Bram Kragten
d0cc4c2715 Move views to own folder + use update vs updated in panel view (#3761)
* Move views to own folder + use update vs updated in panel view

* updated -> update
2019-09-19 09:10:02 -07:00
Bram Kragten
b6fbf4da3a Cast: Show error message instead of number (#3752)
* Cast: Show error message instead of number

* Update hc-main.ts
2019-09-18 09:33:58 -07:00
Paulus Schoutsen
065e42c8fd Fix Cast race condition (#3732) 2019-09-17 07:42:25 +02:00
Paulus Schoutsen
4aeca70f49
Upgrade HAWS to 4.4.0 (#3682) 2019-09-10 21:27:44 -07:00
Bram Kragten
753e069323
Move lovelace background settings to theme (#3561)
* Move lovelace background settings to theme

While being backwards compatible

* Also update cast
2019-09-03 13:13:29 +02:00
Bram Kragten
b37a0e2d43
Align styling cast buttons (#3579)
* Align styling cast buttons

* Split dev constants

* Ignore dev_const

* Update README.md
2019-09-03 12:56:11 +02:00
Paulus Schoutsen
f7bb85d332
Do not use toggleAttribute (#3484) 2019-08-12 12:52:59 -07:00
Paulus Schoutsen
47d6bb69b0
Fix setting view background (#3470) 2019-08-09 16:26:33 -07:00
Bram Kragten
e2dfac48d0 Cast View 0 + show active (#3466)
* View 0 + show active

* Fix view 0 receiver

* Type

select doesn't seem to be used?
2019-08-09 15:34:09 -07:00
Paulus Schoutsen
53f5a29151 Remove stale comment 2019-08-09 15:24:28 -07:00
Paulus Schoutsen
f3729759b7 Update FAQ 2019-08-06 16:47:27 -07:00
Paulus Schoutsen
8dce24ddfc Tweak upload script 2019-08-06 09:56:07 -07:00
Paulus Schoutsen
d2e780dda2 Better track pageview 2019-08-06 09:36:22 -07:00
Paulus Schoutsen
c382768008 Update GA to always track / 2019-08-06 09:34:45 -07:00
Paulus Schoutsen
f369045f35 Set correct GA code 2019-08-06 08:49:57 -07:00
Paulus Schoutsen
17921c18b6 Add GA to receiver 2019-08-06 08:44:47 -07:00
Paulus Schoutsen
2da844a1fb Home Assistant Cast 2019-08-04 22:25:43 -07:00