Want try new/halfdone UI? #1164
Replies: 6 comments 5 replies
-
|
I can't have a look on it right now as I am abroad right now, will test it in 2 weeks. In general, your code looks clean, which is great. The current web UI is work in progress, we recently refactored and cleaned it up a lot, but it is still quite a mess. It would need to be API compatible, so it can be simple a replacement (OTA would work with that). You have now everything in 2 files. I would prefer to split it to smaller files to have a better overview, eg. css should be in a separate file and maybe the javascript could also be splitted into categories? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, i have all separated but i do "manual" bundle for css and html and use "esbuild" for js module. Out:all in 2 files, web load in less than 1 sec. |
Beta Was this translation helpful? Give feedback.
-
|
I fired my VPN connection and quickly deployed it on one of my devices. If @jomjol and @haverland also are open to a new Web UI, my suggestion would be as following:
|
Beta Was this translation helpful? Give feedback.
-
|
I had a look on it and it looks more modern. Nice work. BUT:
What I appreciate is the small size of the html, that would improve the update and UX. Therefore I'm currently not very open for a new design, but rather for the new backbone to increase speed. Would that be transferable to the current style? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, this interface is not ready, it is unfinished and untested. |
Beta Was this translation helpful? Give feedback.
-
|
I think we are open for a new UI with cleaner/faster code as the current one has a lot of legacy code in it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I like this project.
To better understand how it worked, I started to redo the web, I don't know if it would help the project.
I'll take 1 month at times and I think I'm halfway through.
I never really made any contributions and I don't know if this change would break things that I don't take into account.
It can be tested without changing the code (except the FileServer part, which changes it to json).
There are 2 files, the index.html and an app.js. For now about 150kB all bundled.
I put a link here, and if anyone wants to comment on something I would appreciate it.
Just save old index.html, and put the 2 files to try.
https://github.com/Astilleros/New-Ui-
Beta Was this translation helpful? Give feedback.
All reactions