Scavanger
06a4d8b0c8
Convert to CommonJS Modules Part 3
2024-04-18 15:39:19 -03:00
Andi Kanzler
91f1699659
Convert to CommonJS Modules
2024-02-26 11:58:56 -03:00
Andi Kanzler
f24ccfc637
Init
2024-02-10 18:08:17 -03:00
Alberto García Hierro
0e01133fc9
Make tab loading async safe and add a small animation
...
Tab loading was relying on replacing the contents of '#content'
with the loading indicator, then replacing it with the loading tab
content and blocking rendering until the tab was ready by not
yielding. This is problematic for tabs that load some data
asynchronously, like PID and OSD.
Instead, put the loading indicator in front of everything else
and load new content inside '#content' next to the loading indicator
(but without showing it). Once the content and data are fully loaded
we fade out the loading indicator with a 0.4s long animation and
then we remove. This works for both synchronous and asynchonous
loading of tabs.
2020-01-21 18:19:06 +00:00
Michel Pastor
1b453762a1
Fix bug in MSP_ACTIVEBOXES decoding
...
In JS `(1<<32) == 1` so it was causing an issue when the FC was advertising
more than 32 mode boxes
2018-06-05 01:52:15 +02:00
Konstantin Sharlaimov (DigitalEntity)
d75796d4dd
Make sure we request MSP_ACTIVEBOXES when we enter modes tab
2017-10-10 21:37:16 +10:00
Konstantin Sharlaimov (DigitalEntity)
16a23cd39a
Support more than 32-bits of modes using MSP_ACTIVEBOXES API
2017-10-10 20:55:04 +10:00
Pawel Spychalski (DzikuVx)
3f196a9505
MSP_STATUS removed from manual pulls
2017-01-18 19:54:26 +01:00
Pawel Spychalski (DzikuVx)
d1483e5e26
tab tasks unified
2017-01-18 16:50:35 +01:00
Pawel Spychalski (DzikuVx)
d1fcb81017
timing methods extracted to separate classes
2017-01-18 15:54:45 +01:00
Pawel Spychalski (DzikuVx)
1bb6850c24
Merge remote-tracking branch 'origin/master' into osd-support
2016-12-15 00:18:35 +01:00
Konstantin Sharlaimov (DigitalEntity)
2946004ccf
Add support for MSP_SENSOR_STATUS if firmware version is gte 1.5
2016-12-12 14:07:17 +10:00
Pawel Spychalski (DzikuVx)
18a00dedf8
MSP refactoring
2016-11-29 19:47:47 +01:00
Dominic Clifton
d73196ea11
Fix toggle buttons reverting to checkboxes after reboot.
...
This moves GUI specific code out of main and the individual tab js files
into gui.js, where it fits better.
2015-11-11 21:01:22 +00:00
Dominic Clifton
502cf718ab
Update backup/restore functionality so that it restores adjustments,
...
auxiliary settings and channel forwarding (per-profile). Add "Warning
Cell Voltage" to the UI.
2014-12-21 12:29:36 +00:00
cTn
0cd315b5e7
rename files to better correspond to their specific tabs
2014-10-30 12:43:35 +01:00