Improve the entire icon logic
- Tree Shaking for Icons (Closes #53) - New API for the config (See https://github.com/uwap/mqtt-control-map/wiki/Icons) - Icons can now be colored everywhere, not just on the map
This commit is contained in:
parent
43a33c3ab3
commit
856aab41ad
18 changed files with 288 additions and 269 deletions
|
|
@ -4,7 +4,6 @@ import ReactDOM from "react-dom";
|
|||
|
||||
import App from "components/App";
|
||||
|
||||
import "../node_modules/@mdi/font/css/materialdesignicons.min.css";
|
||||
import "../css/styles.css";
|
||||
|
||||
import type { Config } from "config/flowtypes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue