-
-
Notifications
You must be signed in to change notification settings - Fork 330
Description
I got feedback from aganov:
@luc-github Do you have any plans for the web ui. My proposal is to use webpack for the build process and then we can use https://github.com/developit/preact (3kb) or https://github.com/choojs/choo (4kb) to organise the UI into components and bring some reactivity. Also we can replace glyph icons with some svg based icons like https://feathericons.com/ for example... What do you think?
here my answer:
Not yet, I was planning to reuse the existing javascript I have wrote for 3.X as I do not want online dependency in case printer is not connected to internet - but I am open to new solutions
I never used these projects do you ?
about glyph currently I use svg extracted from bootstrap, but I am also Ok to change - and there was a request to be able to add new ones so I am fine as soon the size is kept small
To sum up I open to everything but I am not sure I can study all solutions by my own, especially because I do not know them so any proposal is welcome
Because it is a good discussion - lets discuss