Commit Graph

513 Commits

Author SHA1 Message Date
Woody
ff10130176
Fix resizing bug
The bug was that when resizing the window, it always jumped to the Colors tab instead of staying on the currently selected tab.
2024-04-30 16:53:47 +02:00
Blaz Kristan
674481f0d1 Multiple fixes
- several compile warning fixes
- multipin LED compile config
- release info (update page, JSON "info")
- WiFi scan fix if no networks found
- UI glitch when no presets are found fix

With multipin LED config it is now possible to assign GPIO to PWM RGB outputs.
Achieved by having length of DATA_PINS be divisble by lengt of PIXEL_COUNTS.
2024-04-23 19:05:49 +02:00
Blaz Kristan
6f3d7e76c9 Fix for #3919 2024-04-19 22:54:25 +02:00
Blaz Kristan
aa970d6ca5 Extend JSON API info object
- add "clock" - CPU clock in MHz
- add "flash" - flash size in MB
Fix for #3879
2024-04-05 19:26:09 +02:00
Blaz Kristan
ecfdc6f0a8 Bugfixes:
- #3843
- #3844
- network scan on new install
- misc optimization
2024-03-22 20:49:13 +01:00
Blaz Kristan
a4384bd340 Simpler boot preset save
- fixes #3806
2024-03-11 17:59:13 +01:00
Blaz Kristan
da5c12f466 Segment UI bugfix. 2024-03-09 12:37:35 +01:00
Woody
66f14c6343
restore default preset sorting if no search term is entered 2024-03-03 15:58:30 +01:00
Woody
200d11ca99
Revert "Fix preset sorting"
This reverts commit 00038453e1.
2024-03-02 21:56:25 +01:00
Blaz Kristan
34674501c3 Remove throttling from UI 2024-02-08 19:33:08 +01:00
Blaz Kristan
7eae8f68d8 Merge branch 'main' into 0_15 2024-02-06 14:47:20 +01:00
Blaz Kristan
00038453e1 Fix preset sorting 2024-02-03 19:24:08 +01:00
Blaz Kristan
8a6ff5a42b UI fixes and refinements 2024-02-03 14:40:28 +01:00
Blaž Kristan
7dd79edc52
Merge pull request #3734 from WoodyLetsCode/tooltip
Improvements for tooltips
2024-02-01 17:07:52 +01:00
Blaž Kristan
caa0722d49
Merge pull request #3715 from WoodyLetsCode/nodelist
Allow nodes buttons to be opened in new target or copy ip address
2024-02-01 17:00:21 +01:00
Woody
fcafd8b05e
Improved tooltips 2024-01-31 22:35:10 +01:00
Woody
3942a76d15
Fix #3708 2024-01-23 21:00:44 +01:00
Blaz Kristan
593e55af95 Cleanup. 2024-01-20 23:29:45 +01:00
Woody
157debf8e4
Make loadBg() more readable 2024-01-07 23:51:38 +01:00
Blaz Kristan
6332ee6edb Effect buffer optimisations
setMode() fix for selecting gap
UI error messages
2023-12-27 19:36:25 +01:00
Blaz Kristan
4e105492ca Retry on failed JSON load.
Throttle for ESP8266
This is a band-aid for ESP8266 JSON corruption and not a proper fix.
2023-12-21 21:02:53 +01:00
Blaž Kristan
abf7dd5fa8
Merge pull request #3587 from WoodyLetsCode/search-scroll-top
Scroll to first search result on search
2023-12-21 20:49:44 +01:00
Woody
0a91d60677
add onload event to body 2023-12-19 21:12:07 +01:00
Xaver
b2babd9502
inline iro.js and rangetouch.js 2023-12-19 16:52:15 +01:00
Woody
37b807210e
Scroll to first search result on search 2023-12-13 21:42:24 +01:00
Woody
2dbf72e452
Better implementation of dialog 2023-12-12 23:57:20 +01:00
Blaz Kristan
687e2ecaaa Merge branch '0_15' into simple-mode 2023-12-09 19:41:36 +01:00
Blaz Kristan
64312aedae npm and minor tweak 2023-12-09 19:29:32 +01:00
Woody
830f806dee
Fix segments not be displayed in simplified ui 2023-12-08 12:17:28 +01:00
Woody
21c2316f6b
Minor optimizations 2023-12-08 11:41:00 +01:00
Woody
aec331b5a6
Add selected palette and effect names to dropdown 2023-12-07 14:58:33 +01:00
Woody
1db6c281b1
Hide buttons for pixel art and custom palettes 2023-12-07 13:11:34 +01:00
Woody
d0c6e7a285
Add check if UI was already simplified 2023-12-06 19:20:58 +01:00
Woody
058995a0b6
fix selected effect position 2023-12-06 18:57:34 +01:00
Woody
fd3be887b4
Add dropdown for effects 2023-12-06 17:48:14 +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
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
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
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