Christian Schwinne
9c864c9759
UI: show color controls based on segment light capabilities ( #2567 )
...
* Dynamic hiding of unused color controls in UI
(e.g. a PWM white bus with no auto white mode will not display the color wheel or palette list)
* Store segment capabilities
Don't use palettes if no RGB supported
Make it safe to update busses using `/json/cfg`
2022-03-05 01:05:26 +01:00
cschwinne
85b1c309d1
Relative value wrapping and operator fix ( fixes #2566 )
2022-03-04 14:42:35 +01:00
cschwinne
6fe43b7b5c
Separate color memory from slot selectors
...
Slot selector dynamic text color black/white
Selected slot selector JS simplification
2022-03-03 20:54:54 +01:00
Blaz Kristan
25427ee60d
Fix:
...
- disbled timed preset expanding
- incorrect calendar icon on Mac/Firefox
2022-03-03 10:57:07 +01:00
cschwinne
be90bf0188
Minor CSS simplifications
2022-03-01 18:22:54 +01:00
cschwinne
adcdaba199
Indentation: Consistent use of Tab
...
Added style guide
Updated changelog
2022-03-01 12:14:41 +01:00
cschwinne
17907589cc
Indentation: Consistent use of Tab for CSS
2022-03-01 11:20:10 +01:00
cschwinne
f333df181f
Small CSS alignment adjustments
...
mainseg is not highlighted by default, but can be enabled by CSS only
Simplify some CSS (new segment box, segment brightness slider)
Started labeling CSS classes
2022-03-01 11:13:56 +01:00
Blaz Kristan
4ce557a829
Multiple fixes:
...
- ability so select mainseg (UI)
- changed preset sort (UI)
- IR40 white +/- fix
- IR repeatable actions fix
- minor UI CSS change
- removed unnecessary color functions
2022-02-27 22:19:05 +01:00
Christian Schwinne
fc845dc936
Add locate button for easy lat/lon auto-fill ( #2559 )
2022-02-26 01:37:30 +01:00
Blaž Kristan
7beae93441
IR rewrite. ( #2561 )
...
* IR rewrite.
- added CCT (WW/CW) support
- support for applying change to main segment or all selected segments
* Remove extra setValuesFromFirstSelectedSeg()
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2022-02-26 01:37:09 +01:00
cschwinne
4d4a20e05e
0.13.0-b7
...
Mitigate Pixel 6 UI issue
2022-02-24 01:16:24 +01:00
cschwinne
c03d4f115f
Fixed presets not triggering interface update
2022-02-23 19:42:34 +01:00
cschwinne
ed90b638a9
Main seg replaced by first selected in internal interfaces
...
Version bump to 0.13.0-b7
Various small improvements
2022-02-23 19:20:07 +01:00
cschwinne
44739c5198
Merge effectChanged and colorChanged to stateChanged
2022-02-21 22:12:13 +01:00
cschwinne
5f871bc01f
HTTP API: Set segments directly in set.cpp
2022-02-21 20:48:11 +01:00
cschwinne
1f5971f15a
Another HTTP API segment improvement
2022-02-21 18:31:19 +01:00
cschwinne
694466a196
Apply segment by Enter key on input field
2022-02-21 17:58:18 +01:00
cschwinne
03311d3776
Do not set main seg before apply
...
Setting mainseg before applyValuesToSelectedSegs() causes the updated value to not be set to other selected segments
2022-02-21 16:57:18 +01:00
cschwinne
ae0eba866a
Improve Stream and fix HTTP segment application
2022-02-21 16:19:11 +01:00
cschwinne
906737bedb
Changelog update
2022-02-20 02:15:34 +01:00
Christian Schwinne
7138e891be
Add per-segment light capability info ( #2552 )
...
* Add per-segment light capability info
* Fix duplication
* Change to more lightweight seglc array
* Added segment capabilities.
* Differs and capabilities refactoring
* Add back selection differs option
Co-authored-by: Blaz Kristan <blaz@kristan-sp.si>
2022-02-20 00:20:22 +01:00
Christian Schwinne
53abe36b83
Merge pull request #2547 from Aircoookie/sync-segbounds2
...
Sync segment bounds
2022-02-19 23:00:31 +01:00
cschwinne
efbb7a034c
Slight websocket reconnection tweaks
2022-02-19 22:47:17 +01:00
Blaz Kristan
05bc81bf4e
Add default preset name if none specified.
2022-02-19 11:42:59 +01:00
Blaz Kristan
f8bc0bd2b5
Removed unnecessary if.
2022-02-18 19:23:55 +01:00
Blaz Kristan
cf94cb1092
Allow saving preset from IR
...
Removed double clolorUpdated() call
2022-02-18 18:35:51 +01:00
Blaz Kristan
02d92e32c7
Parsing IR JSON cmd fix.
2022-02-18 17:01:34 +01:00
Blaž Kristan
7f92607b85
Added WS reconnect on error toast.
2022-02-17 12:51:37 +01:00
Blaž Kristan
3be4b69b44
WS reconnect logic & WS memory leak protection
2022-02-17 12:45:50 +01:00
Tom D'Roza
bb9afcb304
Added: CSS hover effect on buttons within modal dialogs, e.g. Info, Nodes ( #2545 )
...
* Added: CSS hover effect on buttons within modal dialogs, e.g. Info,
Nodes
* Update index.css
Co-authored-by: Tom D'Roza <Tom.D'Roza>
Co-authored-by: Christian Schwinne <cschwinne@gmail.com>
2022-02-17 00:38:47 +01:00
cschwinne
613809c2af
Do not turn rpt segments off
2022-02-16 23:54:14 +01:00
cschwinne
7b969bb8c2
Various state changed logic simplifications
...
Changed main segment, must be selected
2022-02-16 21:12:33 +01:00
cschwinne
7aef551292
Segment bounds sync option
2022-02-16 14:55:35 +01:00
Blaž Kristan
9987416a4a
Allow float array values in usermod config.
2022-02-14 12:19:33 +01:00
Blaž Kristan
31e33e0a8b
Fix for creating segments if config set to length.
2022-02-14 08:15:35 +01:00
Blaz Kristan
fa981a389f
Add transitions to other segments.
2022-02-10 13:59:59 +01:00
Blaz Kristan
55817f31f9
Merge branch 'master' into patch-api
2022-02-10 13:48:48 +01:00
cschwinne
930ded6767
Fix touch pin
2022-02-09 19:59:17 +01:00
Henry Gabryjelski
38bc618ee5
Float and better 3rd party library compatibility ( #2534 )
...
* define as float (not double)
* Avoid #define of 1 or 2 char symbols
Having this file define 'A' and 'C' pollutes
the global namespace, and causes conflicts
with other libraries that also pollute the
global namespace with short #defines.
It's easier to fix this header.
* unused variable warning
2022-02-09 09:46:54 +01:00
Christian Schwinne
00b0193a43
Fix re-init segment data leak ( fixes #2535 ) ( #2536 )
2022-02-09 08:43:35 +01:00
bole5
f9bce54104
Change Default Relay Pin to -1 ( #2531 )
2022-02-08 00:15:24 +01:00
bole5
7ee14724fc
Improve Pin Manager Debugging ( #2532 )
2022-02-08 00:03:20 +01:00
Blaz Kristan
4eb0dbb5a4
repeat actions cleanup & fix
2022-02-07 11:13:12 +01:00
Proto-molecule
8c5b3fe23e
bugs, json remote repeat, cmd &R=
2022-02-06 19:00:03 -08:00
cschwinne
97f8eea302
Refactored isRgbw to hasWhiteChannel()
2022-02-04 13:28:00 +01:00
cschwinne
04d5932252
Un-F()-ed some strings
...
(that were either occuring at least 4 times, or were F()-ed in some places and not in others)
2022-02-04 10:10:37 +01:00
cschwinne
b33c5798ee
Changelog update
2022-02-03 23:37:30 +01:00
Blaz Kristan
6180c2f948
Fix for overallocated LiveView buffer.
2022-02-03 20:21:09 +01:00
Christian Schwinne
795c515999
Merge pull request #2517 from ChuckMash/serial+
...
Extend Serial functions. Baudrate changeable during runtime and fast LED data retrieval
2022-02-01 20:07:30 +01:00