domoticz / Reacticz

Reacticz dashboard
Apache License 2.0
34 stars 15 forks source link

Refactor icons system to use materialdesignicons.com #7

Open t0mg opened 7 years ago

t0mg commented 7 years ago

From @t0mg on February 7, 2017 23:46

Copied from original issue: t0mg/reacticz#65

t0mg commented 7 years ago

From @gerard33 on February 8, 2017 12:3

Did a small test using some icons from materialdesignicons.com with the svg method you built in the html and that is looking good I think. What do you think of it?

If this is the way forward let me know if you need some help with changing the icons.

img_0292

`

`
t0mg commented 7 years ago

Yes this svg method is nice because it keeps the build size to the strict minimum. But I'd like to explore other solutions because adding a new icon this way is rather tedious and error-prone.