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
google-labs-jules[bot]
41c75cc41e
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 `src/dataIndexHTML.h` to include the link to `/css/custom.css` in both `HTML_INDEX` and `HTML_INDEX_GZIP`.
2025-11-22 22:08:37 +00:00
Mike Burton
a20fe6a4d6
remove unnecessary example
2025-11-20 08:11:02 -08:00
Mike Burton
0b16da9856
Add instructions to README
2025-11-20 08:07:46 -08:00
Mike Burton
ebe72e769e
comments
2025-11-20 07:23:19 -08:00
Mike Burton
73c3a97cf8
comments
2025-11-20 07:21:44 -08:00
Mike Burton
af53137b55
comments
2025-11-20 07:19:32 -08:00
Mike Burton
e54a2ff8e6
Add /js/custom.js to index.htm
2025-11-20 07:16:53 -08:00
Mike Burton
47c4430a86
Add ability to set custom js at /js/custom.js
2025-11-18 08:01:10 -08:00
4e32746159
Merge pull request #324 from nanostra/master
...
ESPAsyncWebserver dependencies update
2025-04-12 12:39:08 +02:00
Frederic.D
027bc9c74a
ESPAsyncWebserver dependencies update
...
Change from authors "Hristo Gochkov" to "ESP32Async"
Project moved to ESP32Async organization at https://github.com/ESP32Async/AsyncTCP
2025-01-25 22:13:49 +01:00
ceffe2b7b3
Merge pull request #316 from joyfullservice/master
...
Update key verification syntax
2024-11-06 09:32:25 +01:00
joyfullservice
c42c40d881
Update key verification syntax
...
Resolve deprecation warnings for changes in ArduinoJson. See: https://arduinojson.org/v7/api/jsondocument/containskey/
2024-10-04 16:14:41 -05:00
0ceb052a2e
Merge pull request #315 from joyfullservice/master
...
Resolve null pointer exception
2024-09-28 16:45:28 +02:00
joyfullservice
8c729ee0da
Remove unneeded arguments from separator function
...
Implement an alternate strategy for avoiding the null pointer exception. This takes the same approach as the function to add a label.
2024-09-27 09:29:03 -05:00
joyfullservice
8ca8241547
Resolve null pointer exception
...
Adding a separator using `ESPUI.separator("Separator name");` triggers an exception when the code tries to access the property of an invalid object.
2024-09-25 15:07:13 -05:00
66340823db
Merge pull request #314 from telesyst/Original
...
Update ESPUI.cpp
2024-09-02 21:13:09 +02:00
Nikola Kirov
25250dd026
Update ESPUI.cpp
...
Captive Portal memory leak (~2KB) fix
2024-08-31 20:05:40 +03:00
356d5b1ffe
v2.2.4
...
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at >
2.2.4
2024-07-16 14:29:57 +02:00
2d023cce6d
Merge pull request #307 from MartinMueller2003/master
2024-07-14 19:11:30 +02:00
Martin
47db2ad6d8
Removed conditional flags for the large tests.
2024-07-14 13:08:15 -04:00
Martin Mueller
8bca2e503b
Merge branch 's00500:master' into master
2024-06-28 23:09:34 -04:00
731e6c68d3
Merge pull request #301 from ChrSchu90/master
...
Cleanup of disconnected clients
2024-06-03 21:23:12 +02:00
ChrSchu
82460d4aed
Trigger a websocket client cleanup on new connection to disconnect old clients and releasing the memory
2024-06-02 23:21:38 +02:00
Martin
7e6390ba0a
Moved FILE_WRITTING into the common code section.
2024-04-07 16:27:04 -04:00
Martin Mueller
164be971e3
Merge branch 's00500:master' into master
2024-04-06 10:35:52 -04:00
75bbece7b5
Merge pull request #299 from sunlord2k/sunlord2k-patch-2
...
Update ESPUI.cpp
2024-04-06 11:16:35 +02:00
efda9b7140
Merge pull request #298 from sunlord2k/sunlord2k-patch-1
...
Update ESPUI.h
2024-04-06 11:16:15 +02:00
sunlord2k
9ba3f5a940
Update ESPUI.cpp
...
Changed FILE_WRITE to FILE_WRITING for compatibility with SD.h for usage with SD cards
2024-04-05 12:10:10 +02:00
sunlord2k
84ff52d8cb
Update ESPUI.h
...
Changed FILE_WRITE to FILE_WRITING for compatibility with SD.h for usage of ESPUI with SD card
2024-04-05 12:09:01 +02:00
MartinMueller2003
75bd3dc378
Changes to support ArduinoJson 6 & 7
2024-03-26 16:06:23 -04:00
MartinMueller2003
7dc51d1274
Fixes to the startup sequence to fix file system errors.
2024-03-26 16:04:55 -04:00
MartinMueller2003
f2146309fe
Reworked control marshaling code to be aware of and enforce size limits by starting to fragment sooner.
2024-03-05 13:40:01 -05:00
MartinMueller2003
e6e4d6b09c
Added a fragmentation test object
...
Made compilation of some of the other corner case controls optional
2024-03-05 13:36:18 -05:00
MartinMueller2003
09aede269b
Added some debug output
2024-03-05 13:33:48 -05:00
MartinMueller2003
4944f0ff04
Arduino 7 does not report an overflow util heap is exhausted. Added a mechanism to estimate how much memory the doc is using so we can limit the number of entries in the messages
2024-02-29 16:34:20 -05:00
MartinMueller2003
f472dc1158
Added mechanism to estimate the marshaled size of a control.
2024-02-29 16:32:04 -05:00
MartinMueller2003
6dcaf55c84
Merge branch 'master' of https://github.com/MartinMueller2003/ESPUI
2024-02-29 13:22:57 -05:00
dd234135f2
Merge pull request #295 from MartinMueller2003/master
...
Added a File Display object that can be used to scroll through a text file on the UI
2024-02-26 13:00:48 +01:00
Martin
6724abfef3
removed temporary SSID and network name definitions.
2024-02-22 08:08:21 -05:00
Martin Mueller
a448fdd180
Update README.md
2024-02-21 15:42:11 -05:00
Martin
ba7fa33dfb
dded missing shortcut
2024-02-21 15:39:32 -05:00
Martin
624663076f
Added File Display
2024-02-21 15:32:17 -05:00
Martin
c43c2c7b72
Added File Display section
2024-02-21 15:31:46 -05:00
MartinMueller2003
ffe2ce7859
Fixed default ssid and pasphrase.
2024-02-12 09:25:39 -05:00
MartinMueller2003
e9fc63f86d
Modified to use the ESPUI unified littlefs handle
2024-02-12 09:15:00 -05:00
MartinMueller2003
1ba92a3cd6
Fixes for ESP8266 builds
2024-02-12 09:13:37 -05:00
MartinMueller2003
da20c8b0a5
Converted to normalized littlefs definition
2024-02-12 09:09:51 -05:00
MartinMueller2003
707c2aa3bf
Added write function
...
Exposed unified littlefs type for use by our users.
2024-02-12 09:09:05 -05:00
Martin
9efd0c27aa
Auto Generated updates
2024-02-10 15:40:34 -05:00