Commit Graph

84 Commits (39a5266cc93e68ac12976ac3b308ec2a299859df)

Author SHA1 Message Date
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) cb1ff69703 Cleanup INAV 2.0.0 5 years ago
Pawel Spychalski (DzikuVx) 521915b5a9 1.8 removed 6 years ago
Alberto García Hierro 21b9ecd65a Add support for showing the "Settings validated" arming blocker 6 years ago
Michel Pastor 2ee946c358 Fix battery values
Allow negative values of power, mAh drawn and mWh drawn
6 years ago
Pawel Spychalski (DzikuVx) 757ca0f5a1 references to INAV 1.4 removed 6 years ago
Pawel Spychalski (DzikuVx) e7408b2354 Merge remote-tracking branch 'origin/master' into dzikuvx-new-mixer-approach 7 years ago
warhog e366bf4369 add confirmation to reset settings button to avoid accidentally resetting everything 7 years ago
Pawel Spychalski (DzikuVx) 7bab477ad4 Additional indication that mixer has to be configured plus small fixes 7 years ago
Pawel Spychalski (DzikuVx) e9d2a06b7e fixed bugs with not detecting new mixer capable firmware 7 years ago
Pawel Spychalski (DzikuVx) c1fe0ede87 Updated list and basic model 7 years ago
Pawel Spychalski (DzikuVx) 7fbf63b7fc Basic support for MSP2_INAV_MIXER frame 7 years ago
Michel Pastor 6d922bee2c Add capacity settings and data 7 years ago
Sergej b669fa4d16 fix firmware version, moved compass calibrate (#323) 7 years ago
Konstantin Sharlaimov (DigitalEntity) 9942e9508e Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen 7 years ago
Konstantin Sharlaimov (DigitalEntity) 492ea212d8 Typo fix 7 years ago
Konstantin Sharlaimov (DigitalEntity) 58a9468846 Fix disabled calibrate mag button 7 years ago
Pawel Spychalski (DzikuVx) 37738ac269 adaptive intervals 8 years ago
Pawel Spychalski (DzikuVx) 8290f8c34d satup tab 8 years ago
Pawel Spychalski (DzikuVx) 297ad70c5d dynamic polling interval on receiver page 8 years ago
Pawel Spychalski (DzikuVx) a6ad0887b3 packet drop on more tabs 8 years ago
Pawel Spychalski (DzikuVx) 7c7b366ca7 references to pre 1.15 api version removed 8 years ago
Pawel Spychalski (DzikuVx) 8fdfbca840 backup / restore removed as not working 8 years ago
Pawel Spychalski (DzikuVx) 93a4dd1b84 MSP_IDENT removed from usage 8 years ago
Pawel Spychalski (DzikuVx) c98e922602 callback update improvements 8 years ago
Pawel Spychalski (DzikuVx) 3f196a9505 MSP_STATUS removed from manual pulls 8 years ago
Pawel Spychalski (DzikuVx) d1693cea2a MSP_ANALOG loaded only in global handler 8 years ago
Pawel Spychalski (DzikuVx) d1483e5e26 tab tasks unified 8 years ago
Pawel Spychalski (DzikuVx) d1fcb81017 timing methods extracted to separate classes 8 years ago
U-PAWEL-X220\pawel e39094ae0c setup page using load chain 8 years ago
Konstantin Sharlaimov (DigitalEntity) 372b51f897 Change arming checks to a table 8 years ago
U-PAWEL-X220\pawel a5bc3e56ab Arming status reporting 8 years ago
Pawel Spychalski (DzikuVx) 1bb6850c24 Merge remote-tracking branch 'origin/master' into osd-support 8 years ago
Konstantin Sharlaimov (DigitalEntity) 2946004ccf Add support for MSP_SENSOR_STATUS if firmware version is gte 1.5 8 years ago
Pawel Spychalski (DzikuVx) 18a00dedf8 MSP refactoring 8 years ago
Pawel Spychalski (DzikuVx) f19f668a6e Log entry for disabled PWM output 8 years ago
skaman82 17545d8027 mag calibration button fix 8 years ago
skaman82 60ef5a8cf9 Battery Status 8 years ago
Konstantin Sharlaimov (DigitalEntity) 4cf709d6fb More GPS fixes 9 years ago
Konstantin Sharlaimov (DigitalEntity) 85457b98be Remove ACC_TRIM read command. Improve GPS fix handling 9 years ago
skaman82 0482e6aed8 improving render quality of 3d model in setup tab 9 years ago
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.
9 years ago
Dominic Clifton 8324a2c002 Fix repeated documentation link generation. Fixed repeated switchery
checkbox code.
9 years ago
skaman82 8e79a250ed Basic rework of: Adjustments and PID tabs, little fixes and changes here and there 9 years ago
skaman82 8472bf5c53 sync 9 years ago
Dominic Clifton 244685c9a6 Update version checking code to use semantic versioning - see
http://semver.org/

semver.js creating using browserify.

https://www.brcdn.org/?module=semver&version=4.3.4
10 years ago
Dominic Clifton 62f0de7d3d Make models larger in the 3D view. 10 years ago
Dominic Clifton 7bdd010eb0 Avoid using GPS commands for targets that do not have GPS support
compiled in.
10 years ago
Dominic Clifton 4f38a2468d Merge pull request #112 from rbirkby/flight-instruments
Flight instruments
10 years ago
Richard Birkby 60b44d61fa Use correct heading value 10 years ago