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

5810 commits

Author SHA1 Message Date
Mr D - RC
06b049f9d0 Update auxiliary.js 2024-11-07 22:14:40 +00:00
Mr D - RC
857df309e0 Modes page updates
- Add `ANGLE HOLD` to list of modes that stop `ACRO` from being active.
- Automatically select auto channel detection when adding a new range.
2024-11-07 22:14:20 +00:00
Darren Lines
d95cb832f6
Merge pull request #2229 from iNavFlight/MrD_Fix-OSD-preview-after-precision-change
Fix OSD previews for diatance precision
2024-11-04 21:37:21 +00:00
Mr D - RC
11cae6cdc2 Fix OSD previews for diatance precision
Fixed OSD previews for
- Home distance
- Remaining distance
- Trip distance
2024-11-04 18:41:08 +00:00
Darren Lines
0141e9d9c9
Merge pull request #2228 from iNavFlight/MrD_Fix-missing-scrollbars-on-some-pages 2024-11-03 21:51:54 +00:00
Mr D - RC
0da05d3a03 Fix missing scrollbars on a couple of pages
Hopefully this is the last of these changes. All pages have scrollbars. No double scrollbars, except for the OSD page, if the screen is smaller than the OSD preview.
2024-11-03 16:51:29 +00:00
Darren Lines
5cf942ae3e
Merge pull request #2226 from iNavFlight/MrD_Fix-Configuration-page-layout
Fix Configuration page layout
2024-11-02 17:00:52 +00:00
Mr D - RC
f022609a05 Fix Configuration page layout 2024-11-02 16:46:29 +00:00
Darren Lines
52c8d8d683
Merge pull request #2225 from iNavFlight/revert-2198-MrD_Resize-UI-for-smaller-resolution-displays
Revert "Update the CSS to avoid hiding the save and reboot button"
2024-11-02 08:33:52 +00:00
Darren Lines
cb4d8f4ead
Revert "Update the CSS to avoid hiding the save and reboot button" 2024-11-02 08:33:11 +00:00
Darren Lines
5cc810731b
Merge pull request #2216 from iNavFlight/MrD_Set-OSD-elements-precision
Allow the pilot to set the precision for altitude and distance in the OSD
2024-10-28 12:21:41 +00:00
Mr D - RC
08982920e2 Merge branch 'master' into MrD_Set-OSD-elements-precision 2024-10-25 12:58:13 +01:00
Mr D - RC
9d37416697 Allow setting of altitude and distance precision 2024-10-25 12:53:58 +01:00
Darren Lines
41506131eb
Merge pull request #2211 from error414/speed-up-osd-preview 2024-10-16 21:01:52 +01:00
Darren Lines
1a3090d7bd
Merge pull request #2210 from error414/fix-switchery 2024-10-16 20:51:31 +01:00
error414
4546a7392b speed up OSD tab loading if there are too many custom OSD elements. 2024-10-16 21:40:42 +02:00
error414
fbffe89110 dont init switchery for non checkbox inputs 2024-10-16 21:36:45 +02:00
Darren Lines
ae0f6a8de0
Merge pull request #2183 from error414/fix-copy-layout-electron
fix copy OSD layout for electron
2024-10-08 20:30:40 +01:00
Darren Lines
baa2854566
Merge pull request #2205 from iNavFlight/MrD_Fix-OSD---Blackbox-had-wrong-ID
Fix OSD page - Blackbox element had wrong ID
2024-10-08 20:01:51 +01:00
Mr D - RC
16d81ae13f Fix OSD page - Blackbox element had wrong ID 2024-10-08 20:00:58 +01:00
Sensei
ea402395bb
Merge pull request #2201 from bfmvsa/bing-maps-update-docs
Bing Maps update in README.md file
2024-09-30 18:13:18 -05:00
bfmvsa
1a9224fc1c Bing Maps update 2024-09-30 22:45:16 +02:00
Sensei
c81c1db5d7
Merge pull request #2196 from smsnvc/smsnvc-add-Ukrainian-translation
Adding Ukrainian translation for the INAV Configurator
2024-09-23 11:58:11 -05:00
Darren Lines
5492ab396d
Merge pull request #2200 from bfmvsa/truncate-text-in-sensors-block 2024-09-23 09:37:51 +01:00
bfmvsa
802eebcabf Fit width of sensor according to width of text 2024-09-23 10:15:11 +02:00
Oleg Shevtsov
3c521919d2 Adding Ukrainian translation for profile change messages 2024-09-23 10:10:19 +03:00
Oleg Shevtsov
5790b91932 Adding Ukranian fixups after peer review by @bfmvsa 2024-09-23 09:39:32 +03:00
bfmvsa
fb2b8eea08 Add truncating for text in sensors block to improve behavior with different languages 2024-09-23 06:04:29 +02:00
Darren Lines
c4a76a458d
Merge pull request #2198 from iNavFlight/MrD_Resize-UI-for-smaller-resolution-displays
Update the CSS to avoid hiding the save and reboot button
2024-09-21 17:40:11 +01:00
Mr D - RC
f862b44bc7 Update the CSS to avoid hiding the save and reboot button 2024-09-21 17:06:53 +01:00
Darren Lines
1145424913
Merge pull request #2197 from iNavFlight/MrD_Fix-profile-change-not-working
Fix profile change not working
2024-09-21 10:24:10 +01:00
Mr D - RC
c0e02494f6 Fix profile change not working
Initially, I thought that the profiles were not changing when you selected a new profile from the select box. It turns out that this was only happening after setting up from the defaults dialog. The problem was that the `periodicStatusUpdater` was being stopped to perform the parameter upload. But not re-started. I added a function to resume the updater, and everything works as it should. I made a few other changes:
- Tidied up the setting of the parameters for each profile
- Added specific `set` profile messages, rather than `loaded` being repeated
- Only show messages for the profiles that have changed, not all of them
2024-09-21 10:11:22 +01:00
Oleg Shevtsov
e11ac15a8f Adding Ukranian language label to the list of the English strings at messages.json 2024-09-20 23:38:53 +03:00
Oleg Shevtsov
c67a2166ec Adding Ukrainian translation for the INAV Configurator. If you want to review, suggest some change or fix errors - please use crowdin to send your suggestions. https://crowdin.com/project/inav-in-ukrainian 2024-09-20 20:46:39 +03:00
Darren Lines
45e7e41b96
Merge pull request #1941 from iNavFlight/MrD_Add-blackbox-element-to-OSD-page-8.0
Add blackbox element to osd page
2024-09-19 21:08:36 +01:00
Darren Lines
caf0d340cc
Merge pull request #2105 from iNavFlight/Make-battery_capacity_unit-a-global-setting
Make-`battery_capacity_unit`-a-global-setting
2024-09-19 21:01:03 +01:00
Darren Lines
3c6197d037
Merge pull request #2159 from iNavFlight/MrD_Remove-switch-indicators-in-favour-of-custom-OSD-elements
Enhance OSD Custom Elements
2024-09-17 13:21:01 +01:00
Darren Lines
41e9d83303 Added switch indicators back in 2024-09-11 20:51:38 +01:00
error414
26e45d1585 fix copy OSD layout for electron 2024-09-10 21:08:01 +02:00
breadoven
4dfd16dbd8
Merge pull request #2171 from breadoven/abo_wp_tracking_change
Advanced tuning WP tracking accuracy change
2024-09-04 22:47:43 +01:00
Marcelo Bezerra
69c6c926fd
Merge pull request #2146 from sensei-hacker/separate_mixer_wizard
clear separation between mixer preset and wizard
2024-08-22 15:46:24 +02:00
Marcelo Bezerra
c6890d372b
Merge pull request #2177 from iNavFlight/mmosca-add-more-rc-channels
Use up to 34 rc channels in programming tab
2024-08-22 12:43:10 +02:00
Marcelo Bezerra
7c46f2093d
Bump max to 34 2024-08-22 12:23:17 +02:00
Marcelo Bezerra
8ea40f1399
Merge pull request #2138 from shusain/fixing-bluetooth-on-linux
Minor patch to the permissions since bluetooth api is still
2024-08-21 23:23:37 +02:00
Marcelo Bezerra
1026444811
Update main.js
always enable web bluetooth.
2024-08-21 23:07:08 +02:00
b14ckyy
ccfc1f93a2
Merge pull request #2175 from iNavFlight/b14ckyy-Readme-Update
Update README.md
2024-08-21 14:35:52 +02:00
b14ckyy
4593dcb524
Update README.md
Removed the Chrome App reference line and added Github Discussions as support area.
2024-08-21 14:35:29 +02:00
breadoven
a90737b2ca Update messages.json 2024-08-20 19:51:04 +01:00
breadoven
d15010172e Revert "change wp tracking accuracy field"
This reverts commit edfbffccfc.
2024-08-20 19:27:48 +01:00
Marcelo Bezerra
a5aac22339
Merge pull request #2173 from iNavFlight/mmosca-fix-analog-vtx-settings
Setting power level causes configurator to crash.
2024-08-19 19:40:43 +02:00