mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-07 01:50:31 +00:00
Use demo icons instead of mdi (#2623)
* generate demo icons * replace tab icons and update build file * review comments * review comments * update ignores * cleanup
This commit is contained in:
committed by
Paulus Schoutsen
parent
f97b5c48d0
commit
e42e59871e
@@ -8,10 +8,9 @@ import "../../src/resources/roboto";
|
||||
import "../../src/components/ha-iconset-svg";
|
||||
|
||||
import "./ha-demo";
|
||||
import "./resources/hademo-icons";
|
||||
|
||||
/* polyfill for paper-dropdown */
|
||||
setTimeout(
|
||||
() =>
|
||||
import(/* webpackChunkName: "polyfill-web-animations-next" */ "web-animations-js/web-animations-next-lite.min"),
|
||||
1000
|
||||
);
|
||||
setTimeout(() => {
|
||||
import(/* webpackChunkName: "polyfill-web-animations-next" */ "web-animations-js/web-animations-next-lite.min");
|
||||
}, 1000);
|
||||
|
||||
Reference in New Issue
Block a user