Commit Graph

31 Commits (dd551f5ecb37a1e34007ef9c4450c5a592b06883)

Author SHA1 Message Date
Pawel Spychalski (DzikuVx) f85a17d1ad Get GVAR status from FC 5 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
Niccolò Maggioni 0d3659a92e
Show µs in mixer when "ONE" input is selected 5 years ago
Pawel Spychalski (DzikuVx) 4ebb8fb3ff Fix some minor issues on mixer tab 5 years ago
Pawel Spychalski (DzikuVx) 79a16a8fe3 Cleanup 2.1 version 5 years ago
Pawel Spychalski (DzikuVx) cb1ff69703 Cleanup INAV 2.0.0 5 years ago
Pawel Spychalski (DzikuVx) 9c627f7445 Report logic condiotion activation status 5 years ago
Pawel Spychalski (DzikuVx) f71fa9a348 Output allocation method that is more aligned with FC counterpart 5 years ago
Pawel Spychalski (DzikuVx) 9b01cec4fb Support 16 servos 5 years ago
Pawel Spychalski (DzikuVx) 564d1cdca5 Store logic condition with smix rule 6 years ago
Pawel Spychalski (DzikuVx) 57f7035ef0 GUI improvements 6 years ago
Pawel Spychalski (DzikuVx) e23a8a5189 UI improvements and saving 6 years ago
Pawel Spychalski (DzikuVx) 2946fe5c2a Render basic table 6 years ago
Pawel Spychalski (DzikuVx) d6ded2404e Backend for getting logic conditions from FC 6 years ago
Michel Pastor 5f6e453fe9
Increase max servo mix rate to 1000% (#672) 6 years ago
Pawel Spychalski (DzikuVx) ccfd2bac1a Fix for has flaps switch not working 6 years ago
Pawel Spychalski (DzikuVx) f7b4d4fe48 Close #489 6 years ago
Alberto García Hierro c4de2fee0a Fix motor names in the mixer tab
Using let on an array produces the keys as strings, so +1'ing them
was doing string concatenation. With this change, the integer indices
are used instead.
6 years ago
Pawel Spychalski (DzikuVx) 8958325f38 Index motors from 1 in output mapping preview 6 years ago
Pawel Spychalski (DzikuVx) b099f68281 Output mapping in mixer tab 6 years ago
Alberto García Hierro 6927ede37b Hide platform type / flaps separator when there's no flaps checkbox
Just a small visual change
6 years ago
Pawel Spychalski (DzikuVx) c22541d186 Mixer tracking 6 years ago
Pawel Spychalski (DzikuVx) e8248c4fb2 increased range for motor rules roll/pitch/yaw to -2/2 7 years ago
Pawel Spychalski (DzikuVx) e9d2a06b7e fixed bugs with not detecting new mixer capable firmware 7 years ago
Pawel Spychalski (DzikuVx) 506ad30306 more functional changes on mixer tab 7 years ago
Pawel Spychalski (DzikuVx) 4e5fd3b2b7 ability to add and save mix 7 years ago
Pawel Spychalski (DzikuVx) 97e4ece259 possibility to add and delete motor and servo rule 7 years ago
Pawel Spychalski (DzikuVx) 640d0b39a3 cleanups 7 years ago
Pawel Spychalski (DzikuVx) 14a74e76dc possibility to delete mixer rules 7 years ago
Pawel Spychalski (DzikuVx) a7b387a2dc Basic layout 7 years ago
Pawel Spychalski (DzikuVx) 4f48ecff1b Mixer tab, first elements 7 years ago