CelliesProjects / aquacontrol32

5 channel aquarium LED controller with web interface for ESP32 boards. Supports DS18B20, SSD1306, ILI9341, XPT2046 and SmartConfig. Arduino IDE.
MIT License
62 stars 20 forks source link

Refactor web interface. #33

Closed CelliesProjects closed 5 years ago

CelliesProjects commented 5 years ago

Change the font on the web interface to Google Roboto. Remove whitespace and indentation. Give all pages the same look. This PR should fix #17

CelliesProjects commented 5 years ago

TODO: remove padding:2px; from .shadowedBox on all pages.

EDIT: Fixed in 58bc250220ab6b2476bbbdd2f490ae32afbe897c

CelliesProjects commented 5 years ago

The links on the channels webpage are not equal to the other links. Change the overflow CSS?

EDIT: Fixed in 37d1f7c

CelliesProjects commented 5 years ago

The title is structured different on al pages. Fix this! Fixed in deb7acc

CelliesProjects commented 5 years ago

'No default timers found' message on editor page has no function. Needs to be resolved. Fixed in 66d13c5