1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00
Commit graph

189 commits

Author SHA1 Message Date
Pawel Spychalski (DzikuVx)
e7d26a5759 Basic Logic Conditions UI 2020-04-05 19:44:26 +02: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
Pawel Spychalski (DzikuVx)
28bb794dff Drop less used settings 2019-11-22 13:12:14 +01:00
Pawel Spychalski (DzikuVx)
51945769c7 Basic PID Tab rework 2019-11-21 22:20:44 +01:00
Pawel Spychalski (DzikuVx)
73015617c7 Enable Blackbox on blackbox page 2019-11-21 19:21:14 +01:00
Pawel Spychalski (DzikuVx)
b5db21ae7c Remove Autoconnect 2019-04-27 19:24:14 +02:00
Pawel Spychalski (DzikuVx)
e23a8a5189 UI improvements and saving 2019-04-01 21:22:22 +02:00
Pawel Spychalski (DzikuVx)
5c4b2806ad Display a modal during reboot 2019-02-04 14:19:38 +01:00
Pawel Spychalski (DzikuVx)
b6ecf3afa1 Additional messages for gyro LPF 2019-01-20 18:27:40 +01:00
Pawel Spychalski (DzikuVx)
ad23a6cc4d Warning for ESC protocol and looptime 2019-01-15 16:55:08 +01:00
Pawel Spychalski (DzikuVx)
91f86d5f65 Styles update 2018-11-10 21:44:04 +01:00
Alberto García Hierro
d7b1843bc5 Don't hardcode the logo text width
Otherwise it doesn't display correctly when the version is longer
than X.Y.Z. Add some left margin to the version instead.
2018-06-27 12:58:57 +01:00
Michel Pastor
e945c0749c Add support for battery profiles 2018-06-16 04:26:35 +02:00
Pawel Spychalski (DzikuVx)
993f8b5c5f fixes and cleanups 2018-05-24 17:29:24 +02:00
Pawel Spychalski (DzikuVx)
55385f5831 Servo tab cleanup 2018-05-07 20:32:56 +02:00
Pawel Spychalski (DzikuVx)
fb66a3def4 Mixer icon 2018-05-02 20:46:37 +02:00
Pawel Spychalski (DzikuVx)
a7b387a2dc Basic layout 2018-03-30 19:38:21 +02:00
Michel Pastor
7de758c64e Increase vbat resolution 2018-02-17 21:54:16 +01:00
afinogen
db31180753 Merge branch 'master' of https://github.com/iNavFlight/inav-configurator into mission-planer
Fix conflicts:
 _locales/en/messages.json
2018-01-29 13:55:20 +03:00
Pawel Spychalski (DzikuVx)
cf3a5b2a64 UI for smix rules 2018-01-24 16:25:39 +01:00
Sergej Pozdnyakov
0b7598dabd save and load points 2018-01-05 20:05:10 +03:00
Konstantin Sharlaimov (DigitalEntity)
9942e9508e Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen 2017-12-31 17:19:49 +10:00
afinogen
6ccba50734 add check new app version 2017-12-28 13:47:40 +03:00
Konstantin Sharlaimov (DigitalEntity)
7d24621816 Fix incorrect sonar icon path 2017-03-12 21:15:12 +10:00
Pawel Spychalski (DzikuVx)
02803fafd0 updated paths 2017-03-08 21:07:52 +01:00
Pawel Spychalski (DzikuVx)
1b4cf23986 menu icons 2017-03-05 21:48:17 +01:00
Pawel Spychalski (DzikuVx)
1b0de34a1d Merge remote-tracking branch 'origin/master' into build-system 2017-03-05 09:03:51 +01:00
skaman82
ab90357846 fixes #132 2017-02-02 17:21:34 +01:00
Pawel Spychalski (DzikuVx)
61316503ca build system - progress 2017-01-27 14:21:29 +01:00
Pawel Spychalski (DzikuVx)
e74645f497 Merge branch 'master' into msp-queue 2017-01-26 17:14:14 +01:00
Pawel Spychalski (DzikuVx)
c977b19432 advanced tuning tab done 2017-01-24 21:37:29 +01:00
Pawel Spychalski (DzikuVx)
297ad70c5d dynamic polling interval on receiver page 2017-01-22 19:57:27 +01:00
Pawel Spychalski (DzikuVx)
9569c0b5ee GUI to use hard lock queue name Wireless mode 2017-01-22 12:25:30 +01:00
skaman82
9f43125e0c fix for tooltips 2017-01-12 00:56:52 +01:00
skaman82
dcf76d7329 typo fix 2017-01-12 00:26:42 +01:00
skaman82
cd7f3b5358 PreArming Checks styling 2017-01-12 00:20:14 +01:00
U-PAWEL-X220\pawel
ea3c972a49 Preset save modal 2017-01-09 21:12:05 +01:00
U-PAWEL-X220\pawel
2ed44f34b1 CSS fixups 2017-01-01 21:18:02 +01:00
U-PAWEL-X220\pawel
c569913baa fix for not visible CLI tab link when log is closed 2017-01-01 11:31:20 +01:00
Pawel Spychalski (DzikuVx)
b9506548ee radio features 2016-12-25 16:52:33 +01:00
Pawel Spychalski (DzikuVx)
1b4c729e46 cleaning 2016-12-23 23:57:05 +01:00
Pawel Spychalski (DzikuVx)
1bb6850c24 Merge remote-tracking branch 'origin/master' into osd-support 2016-12-15 00:18:35 +01:00
skaman82
584b8df22b Adding sensor iconset for errors 2016-12-09 23:15:59 +01:00
skaman82
544be1746e Adding airspeed icon to the sensors 2016-12-09 23:09:28 +01:00
Pawel Spychalski (DzikuVx)
ea67578f75 missing icons 2016-11-29 19:47:47 +01:00
Pawel Spychalski (DzikuVx)
efffc1a2a7 UI fixes 2016-10-18 18:32:34 +02:00
Pawel Spychalski (DzikuVx)
3c098d4ba7 calibration tab removed 2016-06-18 11:25:51 +02:00
skaman82
17545d8027 mag calibration button fix 2016-06-13 21:28:53 +02:00
skaman82
a57a2f726e logo fix 2016-05-24 21:25:46 +02:00
skaman82
60ef5a8cf9 Battery Status 2016-05-24 21:21:04 +02:00