chromoxdor
967f940895
Update espeasy.min.js
2023-11-30 17:13:54 +01:00
chromoxdor
9756b8ae73
Merge branch 'reply_event' of https://github.com/chromoxdor/ESPEasy into reply-event-for-thingspeak
2023-11-30 17:12:33 +01:00
Ton Huisman
357ecb3cb6
[P159] Update EasyColorMirror
2023-11-15 20:42:24 +01:00
chromoxdor
5a689b2a19
Add ThingspeakReply to wordlist
2023-10-25 21:02:43 +02:00
Ton Huisman
aa447b4320
[UI] Widen textarea fields for easier input of larger/wider text
2023-08-20 13:40:40 +02:00
Ton Huisman
bdc42c9832
[EasyColorCode] Add few missing commands for P036
2023-08-09 11:27:29 +02:00
Ton Huisman
389e822a24
[EasyColorCode] Fix some auto-complete issues and typos
2023-08-08 21:54:01 +02:00
Ton Huisman
da4b482e59
[EasyColorCode] Add some missing commands
2023-07-31 22:19:33 +02:00
Ton Huisman
7dcc49f8cd
[EasyColorCode] Fix typo 7ddt (was 7dtt)
2023-07-30 21:46:01 +02:00
Ton Huisman
cf4f982f73
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P137-add-axp192-power-management
2023-01-28 20:25:10 +01:00
Ton Huisman
fe3698d74e
[ColorCode] Add PostToHTTP command
2023-01-25 20:15:25 +01:00
Ton Huisman
628c07b6da
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P137-add-axp192-power-management
2022-12-24 11:02:20 +01:00
chromoxdor
b1ffb08300
update
2022-12-23 20:41:25 +01:00
Ton Huisman
9978df4ad5
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P137-add-axp192-power-management
2022-12-23 20:31:29 +01:00
chromoxdor
da52ff8529
update for #4421
2022-12-23 17:09:29 +01:00
Ton Huisman
a7ef3b0020
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Stringfunctions-add-indexof-and-equals
2022-12-21 22:42:50 +01:00
Ton Huisman
efef8832ab
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P137-add-axp192-power-management
2022-12-21 22:16:16 +01:00
Ton Huisman
1393593bc7
[UI] Darker background color for disabled input fields
2022-12-19 21:45:47 +01:00
Ton Huisman
66080b80ab
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P137-add-axp192-power-management
2022-12-19 21:14:59 +01:00
Ton Huisman
908769a09a
[ColorCode] Add missing command for P141
2022-12-19 21:00:52 +01:00
Ton Huisman
b1eb3b45df
[Rules] Update ESPEasy ColorCode config for dec and inc commands
2022-12-19 20:45:23 +01:00
Ton Huisman
778a8836e6
[Rules] Adjust fetching task-controller settings, update documentation
2022-12-18 17:03:50 +01:00
Ton Huisman
6b13d5ce02
[Rules] Update ESPEasy ColorCode configuration
2022-12-18 15:25:52 +01:00
Ton Huisman
ae92625c20
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P137-add-axp192-power-management
2022-11-25 19:38:36 +01:00
chromoxdor
0c7f1aba02
forgot to change width to max-width
2022-11-25 15:31:38 +01:00
chromoxdor
c4f1ef1885
made the number inputfield better fit (except firefox)
2022-11-25 15:04:21 +01:00
chromoxdor
a9b01112a1
and xmp is out
2022-11-24 23:12:48 +01:00
chromoxdor
2d5d9d2c7e
removed one sys var wrap and re added pre tag
2022-11-24 23:02:45 +01:00
chromoxdor
7f863f66cb
forgot to minify and embed the css
2022-11-24 22:14:55 +01:00
chromoxdor
c4238b952f
turns out there is more to remove in the css...
...
..i can´t remember why i put it there in the first place
2022-11-24 22:11:09 +01:00
chromoxdor
2bd4fdd8a4
[style][layout] css optimizations, values table improvement
2022-11-24 21:47:08 +01:00
chromoxdor
21ed990229
modulo+number is now categorized as number
2022-11-18 10:52:16 +01:00
Ton Huisman
9882af151e
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P137-add-axp192-power-management
2022-11-09 21:31:31 +01:00
Ton Huisman
48d4e4e537
[CodeMirror] Add NeoPixelBright command
2022-11-08 19:58:20 +01:00
Ton Huisman
a75623f967
[P137] Add commands to codeMirror for Rules syntax highlighting, some typos fixed
2022-11-04 14:48:25 +01:00
TD-er
d34770a52c
Merge pull request #4304 from chromoxdor/fix-css-for-textviewer
...
[style] css fix for textarea
2022-10-17 15:35:02 +02:00
chromoxdor
4849cff86c
[P109][Colorcode] added plugin specific commands
...
Which reminds me of adding some kind of documentation on how to use Colorcode 😳
2022-10-17 13:50:04 +02:00
chromoxdor
6aaa0f3af3
re adding max-height
2022-10-17 11:52:07 +02:00
chromoxdor
03c328e942
removing height for textarea completely
...
textarea height is given by "cols" in the tag and it ignores things like "fit-content" so i removed it and this also makes "max-height" unnecessary....
Auto resize the textarea to fit content is possible but adds more extra code:
Example: https://codepen.io/phpcodertech/pen/oNXVzWW
2022-10-17 11:20:51 +02:00
chromoxdor
ec4978c995
it should be height not width :)
2022-10-17 01:06:50 +02:00
chromoxdor
3a8e3cc4cb
css fix for textviewer
...
also removed unnecessary files from /static
2022-10-17 01:02:39 +02:00
chromoxdor
b8594e8853
reposition of codemirror js files + minor css additions
2022-09-22 21:40:39 +02:00
chromoxdor
28360d4c8c
firefox was left out for "normal" rules, removed unnecessary folder
2022-09-22 16:55:15 +02:00
chromoxdor
7eec0f4d88
Css variables update + add P023
2022-09-22 13:52:17 +02:00
chromoxdor
18710a63bf
better minification
2022-09-21 09:55:55 +02:00
chromoxdor
321753ac21
Update codemirror.min.js
...
used an external minifier...
old file: 252kb
new: 173kb
now the esp is way more responsive when using this file locally
2022-09-21 09:27:12 +02:00
chromoxdor
4780f06ef3
update codemirror files
2022-09-20 21:52:00 +02:00
chromoxdor
bd31ecf6d1
Merge branch 'letscontrolit:mega' into esp_codemirror
2022-09-20 15:53:45 +02:00
Ton Huisman
5e3e0c668f
[UI] Fix dark mode display for Chart JS graphs
2022-09-09 14:05:07 +02:00
chromoxdor
a49d78c7fb
Merge branch 'letscontrolit:mega' into esp_codemirror
2022-09-09 09:15:56 +02:00