3114 Commits

Author SHA1 Message Date
Woody
23d44cb28b
Update top position in .dialog CSS
for better mobile appearance
2023-12-04 20:42:33 +01:00
Blaz Kristan
d635117194 Bugfix ledtype 2023-12-02 12:15:57 +01:00
Blaz Kristan
c0412d368e SEGLEN bugfix if default map1D2D not defined
- comments
2023-12-02 00:48:49 +01:00
Blaz Kristan
7ec30f0796 FX:
- Matrix bugfix
- Lissajous metadata fix
2023-12-02 00:47:16 +01:00
Blaz Kristan
9815a55221 Bugfix #3561 2023-12-02 00:45:35 +01:00
Blaz Kristan
15d23870c1 Tootip bugfix 2023-12-01 16:29:05 +01:00
Woody
2abbf7e762
Hide palette dialog if not available 2023-12-01 15:31:28 +01:00
Woody
1578aa7cb6
Finalize rebase 2023-12-01 14:09:02 +01:00
Woody
f2230751e7
Update padding of palette dialog 2023-12-01 11:57:38 +01:00
Woody
8fc0dda26d
Reset scrolling when opening pallet dialog 2023-12-01 11:57:38 +01:00
Woody
0ab71badfa
Clear palette search when dialog is opened 2023-12-01 11:57:38 +01:00
Woody
0f24d924f9
Update background color of palette dialog 2023-12-01 11:57:38 +01:00
Woody
518a0de95f
minor tweak 2023-12-01 11:57:38 +01:00
Woody
fa5648c0c3
Remove hideD class to use hide class instead 2023-12-01 11:57:38 +01:00
Christophe Gagnier
bd620a764d
Fix width issue with simplified UI due to desktop mode leftovers 2023-12-01 11:53:46 +01:00
Christophe Gagnier
cff42b5d27
Improve palette list resizing a bit 2023-12-01 11:53:46 +01:00
Christophe Gagnier
25eef2a40e
Show palette selection in a dialog 2023-12-01 11:51:50 +01:00
Woody
db276d5f1f
moved segcont simplification to simplifyUI() 2023-12-01 11:51:50 +01:00
Blaz Kristan
ce0d906c35
Dev mode fix. 2023-12-01 11:51:49 +01:00
Blaz Kristan
520826abc0
Minor tewaks. 2023-12-01 11:51:49 +01:00
Woody
5e1d6014d5
Fix color picker 2023-12-01 11:51:49 +01:00
Woody
32af17317c
minor improvements 2023-12-01 11:51:49 +01:00
Woody
3e7cc8a0a0
add comment for simplifyUI() 2023-12-01 11:51:49 +01:00
Woody
f717ce52fa
Display effect mode text on small screens 2023-12-01 11:50:07 +01:00
Woody
d880f3c628
Add palette list dropdown 2023-12-01 11:50:07 +01:00
Woody
0a97717b35
Add simplified segments 2023-12-01 11:50:07 +01:00
Woody
029403ea10
Only Effect Search should stay on top 2023-12-01 11:50:07 +01:00
Woody
e4ec65622f
Enable simplifiedUI by default 2023-12-01 11:50:07 +01:00
Woody
3ee3b97255
Remove old simplifiedUI code and update cdata.js 2023-12-01 11:09:42 +01:00
Woody
a3dd6ce891
simplifiedUI moved to index.js 2023-12-01 11:09:11 +01:00
Woody
0c97d7701e
Remove no longer needed code for simplifiedUI 2023-12-01 10:55:14 +01:00
Woody
b852b6f55c
Add simplifiedUI to info object 2023-12-01 10:55:14 +01:00
Woody
d3b7b857a4
Fix palette list shadow of selected option
Fix padding and margin in pallist element

Fix palette list shadow of selected option
2023-12-01 10:55:13 +01:00
Woody
63ad3f9290
Show brightness slider 2023-12-01 10:55:13 +01:00
Woody
40cc30e054
Remove unnecessary comment in simple.js 2023-12-01 10:55:13 +01:00
Woody
23374e98ae
Added preset quick load before palette list 2023-12-01 10:55:13 +01:00
Woody
40f544fffc
Reimplemented simplified UI 2023-12-01 10:52:45 +01:00
ezcGman
4fc69c9a2c Merge branch '0_15' of https://github.com/Aircoookie/WLED into ledmaps-realtime 2023-11-29 20:14:51 +01:00
ezcGman
2e5a485804 Realtime LED Maps: Feedback applied 2023-11-29 20:12:31 +01:00
Blaž Kristan
8c69b85280
Merge pull request #3540 from WoodyLetsCode/search
Improve search and filter functionality
2023-11-29 13:41:38 +01:00
Blaz Kristan
9d6d1e4ff8 npm 2023-11-29 13:37:37 +01:00
Blaz Kristan
e71c72b4a2 Remove re-seeding FastLED random8/random16 in FX 2023-11-29 13:33:10 +01:00
Blaž Kristan
bf4b29b3e3
Merge pull request #3552 from TripleWhy/seedRandom16
Seed FastLED's RNG
2023-11-29 13:30:06 +01:00
Blaz Kristan
8e0809ceba Code size reduction 2023-11-29 11:56:47 +01:00
ezcGman
9dc459192e Merge branch '0_15' of https://github.com/Aircoookie/WLED into ledmaps-realtime 2023-11-28 11:49:53 +01:00
TripleWhy
25c5e823d9 Seed FastLED's random functions during startup
This allows effects or color palettes that use FastLED's RNG to be
different each time the device is powered on.
2023-11-27 18:44:09 +01:00
TripleWhy
528b8b1271 Use FastLED's random functions instead of arduino's for all effects 2023-11-27 18:18:47 +01:00
Blaz Kristan
b88344a6c0 Second attempt at #3541 2023-11-27 14:24:07 +01:00
Blaz Kristan
9e135cc81d Hide transitions if not enabled. 2023-11-27 13:39:52 +01:00
Blaz Kristan
72ef288357 Fix for #3514 2023-11-27 13:34:35 +01:00