maximkulkin / esp-wifi-config

Library to bootstrap WiFi-enabled accessories WiFi config
MIT License
54 stars 30 forks source link

Beautified & Optimized HTML #22

Closed AchimPieters closed 4 years ago

AchimPieters commented 5 years ago

Change log:

• Added View port • Change appearance • Added "Dark mode" • Beautified HTML • Optimized CSS, JS and HTML code. • Tested with flask server

As requested; the evaluation report:

What I mainly did is update the interface. I have adjusted the look and feel and added "dark mode". This can be seen in the screenshots that I have added. I also added view port so that the interface is always displayed properly regardless of which device is used. After this I have verified the code. This means that unnecessary references and / or duplicate references have been removed or merged, resulting in a more efficient script. You also asked if I could implement it in parts, but this is not possible because it is of course all related.

Capture_1 Capture_2 Capture_3 Capture_4

Rutger798 commented 4 years ago

He this interface is way nicer!, the font size could be smaller, and maybe make the password viable with the press of a button.

I also noticed a typo i guess. ` {{ custom_html|safe }}

`