1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 01:00:19 +00:00
Commit Graph

83 Commits

Author SHA1 Message Date
fe75655ecc Update 2023-12-13 09:27:21 +02:00
542ac03656 Merge branch 'master' into lambda-with-examples 2023-10-06 16:45:17 +02:00
0b22328bd8 introduce lambda 2023-09-15 00:59:10 +02:00
1deddad091 Added changes made to ack section 2023-09-11 06:52:35 -04:00
c3bf9c5d00 reduce memory footprint 2023-07-18 19:49:58 +02:00
79b9acf9f4 Changes per suggestions by maintainer (Lukas Bachschwell). 2022-09-21 08:58:05 +01:00
e81cd1f7f5 Add captive portal functionality, update examples and documentation. 2022-09-19 17:38:10 +01:00
9d9a165693 Added an example using the button shortcut 2022-06-25 10:25:05 -04:00
a553d32570 Corrected class example 2022-06-25 07:40:09 -04:00
36f6932538 formatting 2022-06-25 07:31:34 -04:00
ba9f83a93b Formatting changes 2022-06-25 07:29:44 -04:00
c303668a3c Added description and usage for the extended callback functionality 2022-06-25 07:16:51 -04:00
834a2a2010 Update README.md 2022-05-24 12:36:12 +01:00
59633c3f74 Merge branch 'master' of https://github.com/pcbbc/ESPUI 2022-05-24 11:21:57 +01:00
a3b253665d Updated documentation 2022-05-24 11:21:34 +01:00
31973aeac9 Update README.md 2022-05-23 14:10:28 +01:00
0fe60e91a9 Merge branch 'master' into enabledisable 2022-02-11 19:57:36 +00:00
271fd9dd02 doc: change title (review) 2022-02-05 17:46:42 +01:00
c131a6ad1c +doc 2022-02-02 16:47:43 +01:00
896dc97c75 Support dynamic enabling and disabling of controls
See documentation in README for how this works. This commit
handles all the main controls. Pads are not yet supported.
2022-01-31 21:43:09 +00:00
576890e033 Dynamic visibility support
The ability to make controls visible and invisible
was basically already supported, we just need to add
some minor handling in controls.js.
2022-01-28 20:31:25 +00:00
c12f97de48 Update documentation to explain vertical layout
Also explains how to label groups of sliders/switchers.
Also makes a tiny tweak to the width of vertical sliders so they are the same width as switchers.
2022-01-28 16:45:26 +00:00
64b30d13a6 Major documentation rework 2022-01-25 21:32:34 +00:00
9cd15db1ad Add Time control
Adds a new invisible control that can fetch the current time from a
connected client. Documentation is in the README.
2022-01-20 21:50:06 +00:00
9eddf2c504 Improve documentation. 2022-01-15 14:29:03 +00:00
6a513e9f65 Allow Max control to add maxlength to text input. Update docs. 2022-01-14 20:24:23 +00:00
cf535110ea Merge pull request #147 from iangray001/designupdates
Separators, grouped controls, and wide controls
2022-01-09 11:01:46 +00:00
f8462bcd48 Documentation typos 2022-01-08 21:31:19 +00:00
f5dd757240 Add support for wide panels.
Allows for panels to be displayed in single column mode, regardless of screen width.
For more information, see updates to README.md
2022-01-08 21:25:10 +00:00
9b228800f9 Implement separators, and grouped controls
This adds separator elements, and allows arbitrary grouping of controls. For details
see the updates to README.md
2022-01-08 20:58:22 +00:00
29964a83f2 Merge pull request #145 from iangray001/master
Add inline styles to documentation
2022-01-05 22:53:53 +00:00
e1fe13bac6 Implement LITTLEFS as requested by @thomastech in #144
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2022-01-04 11:35:43 +01:00
cdd0f5bac3 Note that images can be displayed with Labels 2022-01-03 20:19:24 +00:00
6a7cfd857c Update documentation 2022-01-03 16:21:39 +00:00
d12da60df4 Update README.md
Minor typo, line 107, "to to" > "to do"
2021-01-10 08:20:16 +00:00
eec13e4934 No reload per default, just send JsonDom 2020-08-26 22:15:56 +02:00
36fce6bf25 Final Updates for 2.0 Readme 2019-12-29 15:03:52 +01:00
e0ee932fff new tab image 2019-12-29 14:50:09 +01:00
71576d7686 More ducumentation 2019-12-29 14:35:54 +01:00
2b4141fed3 Readme getting ready for 2.0 2019-12-28 23:32:45 +01:00
4b0f8e86b4 #10 Enable storing to localstorage 2019-12-27 16:57:11 +01:00
fe45ed8010 #63 Add variables for jsonDynamicDocument Sizes 2019-12-27 16:27:42 +01:00
0323920a0d Rename new api and some readme cleaning 2019-12-27 15:43:36 +01:00
9e5756ceef Update Roadmap 2019-12-27 15:36:54 +01:00
043ba99ea9 Adding basic structure for new widgets 2019-03-26 16:22:21 +01:00
3c69f013fc Proper wrappers
- update order of params of create functions to be simillar
- changed all numbers to be numbers
- split pad creation function
- updated examples
2019-03-24 19:18:53 +01:00
650411bac4 Consistent use of updateControl on websocket event
- rename updateControl to updateControlValue
- some earlie returns
2019-03-24 18:46:34 +01:00
218ebc67d9 Style change again 2019-03-24 18:10:21 +01:00
70288fc69f Hide tabsnav on :empty 2019-03-24 16:15:30 +01:00
1bb5d16082 Update name 2019-03-24 16:08:05 +01:00