Commit Graph

12 Commits (807b61f47d21492a31071af22396d7e7c02994a2)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) 81cb53c364 Simplify and fix dataflash download 3 years ago
Pawel Spychalski (DzikuVx) 303c4b8d45 Allow for 32 LCs and 8 GVARs 4 years ago
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.
5 years ago
Pawel Spychalski (DzikuVx) 73015617c7 Enable Blackbox on blackbox page 5 years ago
Pawel Spychalski (DzikuVx) 91e947fc5c Merge remote-tracking branch 'origin/master' into dzikuvx-old-version-cleanup 6 years ago
Jonathan Hudson 99699ee6f3 support extended bbl denom 6 years ago
Pawel Spychalski (DzikuVx) 0958b45dad v 1.5 removed 6 years ago
Pawel Spychalski (DzikuVx) 13f50294f3 references to INAV 1.2 removed 6 years ago
Pawel Spychalski (DzikuVx) 9de6e9d2f1 fixed reboot sequence 8 years ago
Pawel Spychalski (DzikuVx) 18a00dedf8 MSP refactoring 8 years ago
Konstantin Sharlaimov faead1c710 Enable blackbox config access for INAV 1.2+ (#21) 8 years ago
Nicholas Sherlock 4e12db9c5e Convert dataflash tab to a new Blackbox tab with SD card support 9 years ago