Commit Graph
76 Commits
Author SHA1 Message Date
Ton Huisman 48d4e4e537 [CodeMirror] Add NeoPixelBright command 2022-11-08 19:58:20 +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
Ton Huisman 521041bbb9 [UI] Replace 'odd' by 'even' class, restoring pre-dark mode multirow style 2022-09-07 22:27:04 +02:00
Ton Huisman 94c96f8c1c [UI] Change multi2row to multirow tworow (@chromoxdor), improved tworow 2022-09-06 21:19:56 +02:00
Ton Huisman 45a4d2a317 [UI] Make theme selectable: Auto, Light, Dark 2022-09-05 22:57:29 +02:00
Ton Huisman e3ac994834 [CSS] Re-add esp_auto[.min].css, combining espeasy_default.css and esp_auto_dark.css 2022-09-04 14:06:32 +02:00
Ton Huisman 3f7cb808a6 [CSS] Remove no longer needed esp_auto.css 2022-09-03 21:17:25 +02:00
Ton Huisman 41fe3253fe [UI] Make auto-dark mode optional 2022-09-02 23:19:17 +02:00
chromoxdor 9aff6e45b2 added xwide to css, reverted p016 column change
...and i made managed to make the css even smaller :)
(removed the table from table.normal and table.multirow as well as input and select from input.wide/select.wide since these are anyway the only objects, that use this css)
2022-09-01 00:02:46 +02:00
chromoxdor 00ac765dac update CM files 2022-08-30 20:51:08 +02:00
TD-er 40b42fd6b3 Merge remote-tracking branch 'letscontrolit/mega' into esp_codemirror 2022-08-30 01:35:53 +02:00
TD-er f93c61d531 Merge branch 'mega' into esp_codemirror 2022-08-29 23:14:38 +02:00
chromoxdor 23ca308ff1 resolves minor issue in /setup 2022-08-29 15:11:50 +02:00
chromoxdor 86d9cadaf4 minor changes+ adding automode css files 2022-08-29 12:18:16 +02:00
chromoxdor 13b17c265f added files 2022-08-15 12:21:53 +02:00
chromoxdor 11b75bc488 Merge branch 'letscontrolit:mega' into esp_codemirror 2022-08-15 12:01:24 +02:00
chromoxdor 605ec1a0c7 table-border ios fix the 2nd 2022-08-13 21:13:50 +02:00
chromoxdor e2ef50ab87 render table-border on ios devices 2022-08-13 21:06:58 +02:00
chromoxdor 1338390d15 modernized the css 2022-08-13 11:24:16 +02:00
chromoxdor c4a69f7955 ubbs..i edited the wrong line 2022-08-12 17:12:26 +02:00
chromoxdor b4ba8a33f4 put back some stuff
i striped my css down a lot to make it the same size as the old one.... but for better user experience i put some things back in :)
2022-08-12 17:02:24 +02:00
chromoxdor 0988a2f9c2 accommodate to windows users 2022-08-12 16:33:55 +02:00
chromoxdor 1804535e00 no rounded corners and green is back
no rounded corners for the gentlemen programmers
2022-08-12 15:55:24 +02:00
chromoxdor b9309f6498 fixed to wide input fields 2022-08-12 15:21:53 +02:00
chromoxdor 898961036c changed highlightcolor + wider column 2022-08-12 15:07:53 +02:00
chromoxdor 87a01f974e removed unnecessary css 2022-08-12 14:15:37 +02:00
chromoxdor 18544a1ca2 css update+ round helper buttons 2022-08-12 13:27:23 +02:00
chromoxdor 19744a9300 changed css +round buttons 2022-08-12 12:59:32 +02:00
uwekaditz 3c23542b9a Merge branch 'mega' into xWide 2022-07-17 18:30:39 +02:00
chromoxdor e7a9715358 sevenseg fix 2022-06-20 22:50:32 +02:00
chromoxdor 723fc2965e changes 2022-06-20 21:55:29 +02:00
chromoxdor 4cfd53f9e3 Update anyword-hint.min.js 2022-06-20 19:26:41 +02:00
chromoxdor 783d163b18 maybe better hint listing 2022-06-20 19:16:18 +02:00
chromoxdor cdb687f3b3 bit more "root" keywords for faster typing 2022-06-20 19:11:20 +02:00
chromoxdor 759f01315f nobody except me needs the log 2022-06-15 21:43:19 +02:00
chromoxdor 70e88d1304 removing duplicates in hints 2022-06-15 21:35:24 +02:00