1
0
mirror of https://github.com/s00500/ESPUI.git synced 2026-01-16 18:46:21 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
google-labs-jules[bot]
f6da0ed7e8 Implement setCustomCSS for custom CSS injection
This commit introduces `setCustomCSS` to the ESPUI class, allowing users to inject custom CSS into the web interface, analogous to `setCustomJS`.

Changes include:
- Added `setCustomCSS` method to `ESPUI.h` and `ESPUI.cpp`.
- Added `/css/custom.css` route handler in `ESPUI.begin`.
- Updated `data/index.htm` to include the link to `/css/custom.css`.
- Regenerated static UI sources (minified files and C headers) using `tools/prepare_static_ui_sources.py`.
2025-11-22 22:22:28 +00:00
Martin
9efd0c27aa Auto Generated updates 2024-02-10 15:40:34 -05:00
leokeba
35c2f5b6b1 small fixes to graph UI element to make X-axis labels legible and meaningful 2022-11-21 16:05:29 +01:00
Martin Mueller
bce624b0f2 Added more robust retry when a socket error occurs. 2022-09-27 10:31:07 -04:00
Ian Gray
e3debb9689 Update output files 2022-05-29 10:14:52 +01:00
ruslan.teliuk@aspose.com
81366af7f1 Add remControl() method for remove contols 2020-08-26 22:13:38 +02:00
79046d7bd0 remove graph logging 2019-12-27 20:27:10 +01:00
bff259008f Graph Frontend work
- Adds graph js file
- Adds graph styles
2019-04-15 13:49:15 +02:00