martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.8k stars 905 forks source link

Added style proposal #456

Closed GDur closed 3 years ago

GDur commented 3 years ago

Hi @martin-ger, I recently used this project myself and it works great so thank you for developing it! As a web developer, I would like to offer my help with minimal CSS adjustments.

In order to let you see a preview of the changes, I used codepen.io (The "Toggle Dark Mode" button is there for test purposes only and therefore not styled on purpose for now): https://codepen.io/GDur/pen/eYgbjLr?editors=0110

If you are interested I would be glad to make further adjustments (for instance adding the dark-mode) :) I tested the design on Chrome, Firefox and Edge and Androids Chrome. (But I did not recompile the software myself.)

martin-ger commented 3 years ago

Thanks for your proposal. However, this will probably not work as the amount of data, the "web-server" currently serves is restricted to one packet. I think it would require first a better HTTP-server before adding this.

GDur commented 3 years ago

Thank you for the reply and the explanation. Please feel free to use this pull-request or the styles on codepen in the future if it suits you 😄