Mark Haslinghuis
bcdd15cbeb
Fix: stop motors on save while testing ( #4188 )
...
Stop motors on save
2024-10-02 02:31:11 +02:00
Yaros
f8601c3293
Altered checkbox/radio accent color & size ( #4195 )
2024-10-01 20:57:38 +02:00
Mark Haslinghuis
0a7f22bcb5
Add language option ( #4174 )
2024-10-01 01:41:31 +02:00
github-actions[bot]
b53f5c2d07
Update translations ( #4193 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-30 16:14:15 +02:00
Yaros
d1dda4e268
Fix build options unreadable in dark mode ( #4190 )
2024-09-30 16:10:45 +02:00
Yaros
c983ad4236
Styled progress bar on preset apply screen ( #4191 )
2024-09-30 14:02:36 +02:00
Mark Haslinghuis
21ee818ff3
clean space ( #4186 )
2024-09-24 16:34:47 +02:00
MikeNomatter
2631c90c29
Refactor dMin to dMax ( #4173 )
...
* rename vars
* swap labels for older versions
* change locales
* fix slider warnings for older versions
2024-09-24 11:28:40 +02:00
Mark Haslinghuis
7f3aacb7fc
fix motor tab representation ( #4180 )
...
* fix motor tab representation
* Fix review ctz
2024-09-23 16:09:01 +02:00
Mark Haslinghuis
a3ffe84600
Fix motor reorder and direction dialogs: use IdleOffset value ( #4181 )
...
Motor reorder and direction dialogs: use idleOffset value
2024-09-23 16:02:57 +02:00
Mark Haslinghuis
32919cbbbf
Fix clipboard ( #4183 )
2024-09-23 15:34:17 +02:00
dependabot[bot]
f0cfbb90df
Bump express from 4.19.2 to 4.21.0 ( #4179 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0 )
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 15:06:31 +02:00
dependabot[bot]
30750164f7
Bump elliptic from 6.5.5 to 6.5.7 ( #4178 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.5 to 6.5.7.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.5...v6.5.7 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 15:05:18 +02:00
github-actions[bot]
6a82585168
Update translations ( #4185 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-23 15:04:35 +02:00
Mark Haslinghuis
5ef26ae89e
Add metered connection and usability check ( #4168 )
...
* Add Metered connection and usability check
* Add network speed to status bar
* Add network type
* Introduce network status
* Rephrase option
* Add network info to setup tab
* Reserve statusbar for something else
* Make sonar happy
2024-09-21 23:28:10 +02:00
Mark Haslinghuis
4e553d9607
Fix invocation and permissions for notifications ( #4176 )
...
* Fix usage of getConfig
* Fix notification permissions
2024-09-21 23:19:10 +02:00
dependabot[bot]
5ce7b6d41a
Bump vite from 4.5.3 to 4.5.5 ( #4172 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 4.5.3 to 4.5.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 23:45:01 +02:00
Mark Haslinghuis
f88b6aacde
Fix notification ( #4175 )
2024-09-20 17:28:53 +02:00
Mark Haslinghuis
643b484510
Fix deadband and getSerialRxTypes ( #4167 )
2024-09-16 17:26:03 +02:00
github-actions[bot]
bdda6f875c
Update translations ( #4166 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-16 16:32:35 +02:00
github-actions[bot]
c6adbc6ca8
Update translations ( #4162 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-09 15:27:25 +02:00
Mark Haslinghuis
a23f3cfb33
Restore failsafe modename CSS ( #4159 )
2024-09-06 23:44:48 +02:00
Ivan Efimov
f0c0a98163
FIX for motor dialogs for web? Or not the fix ( #4158 )
...
copy compoenents folder to web release
2024-09-06 09:44:30 +02:00
Mark Haslinghuis
57d9a7e8c0
Add altitude hold debug and update parameters ( #4130 )
...
* Add Althold debug
* Update html attributes (failsafe_landing_time)
2024-09-04 13:20:02 +02:00
her01n
d885182ce5
Warn when selected rx protocol is not in build configuration ( #4150 )
...
* Warn when selected rx protocol is not in build configuration
* Disable unavailable rx protocols
* Handle TARGET_CUSTOM same way like other cases
Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com>
---------
Co-authored-by: Michal Herko <michal@herko.it>
Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com>
2024-09-03 19:54:19 +02:00
github-actions[bot]
297efbe96a
Update translations ( #4149 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-02 22:30:14 +02:00
Yaros
9c90a73d15
Fixed race transponder icon ( #4148 )
2024-08-31 21:44:17 +02:00
Yaros
6dcba8cdea
Made VTX Frequency Input bigger ( #4147 )
...
Made VTX Freq Input bigger
2024-08-31 21:42:12 +02:00
bfmvsa
125d987323
Fix color of helpicon on hover ( #4146 )
2024-08-30 11:51:06 +02:00
github-actions[bot]
d2375bf72c
Update translations ( #4143 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-26 15:13:47 +02:00
Mark Haslinghuis
e86fca55ac
Add missing debug modes (SPA, TASK) ( #4141 )
...
Add missing debug
2024-08-21 19:37:37 +02:00
VitroidFPV
926b09bd54
Style: Fix modes range and link overflow ( #4140 )
...
Style: Fix mode overflow
2024-08-19 22:46:26 +02:00
github-actions[bot]
0f57f81bb9
Update translations ( #4138 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-19 15:23:17 +02:00
Yaros
837d6bec20
Fixed progress bar not updating on top header ( #4137 )
2024-08-18 15:16:19 +02:00
Yaros
91ccf7589e
Fixed dataflash indicator in the top row ( #4135 )
2024-08-17 21:20:25 +02:00
nerdCopter
c7c8c8cd1d
Voltage help-tips ( #4129 )
2024-08-17 06:48:32 +10:00
Yaros
217373f085
Added notifications for long actions ( #4134 )
...
Implements feature request #3764
2024-08-16 15:25:58 +02:00
Mark Haslinghuis
503cbf1aca
Fix file extension blackbox logging and show flash space bar ( #4132 )
...
* Fix file extension blackbox logging
* Display sensor data flash freespace in header
2024-08-16 14:59:15 +02:00
Mark Haslinghuis
0386b60282
Update FFT-FREQ & add SPA and TASK debug modes ( #4085 )
...
* Update FFT-FREQ
* Increase dynamic notch count for API 1.47
* Add update function and cleanup
* Update fieldNames
* Add more debug modes
* Do not change notches in GUI
2024-08-14 08:25:55 +02:00
Mark Haslinghuis
43f39962a2
Add DEBUG2 OSD element ( #4124 )
2024-08-13 16:57:33 +02:00
github-actions[bot]
d8fcab2a8a
Update translations ( #4127 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-12 15:04:50 +02:00
Mark Haslinghuis
74e5a36e63
PWA notice for unsupported browser ( #4120 )
...
* PWA notice for unsupported browser
* Upper case browser names
* Cleanup
2024-08-08 22:05:57 +02:00
Vít Semrád
d649a9ca40
Style: Fix contrast issues ( #4125 )
...
* Style: Fix contrast issues
* Style: Fix Motors tab graph layout
* Fix: re-include code commented out during testing
2024-08-07 22:29:22 +02:00
github-actions[bot]
d14e90dd27
Update translations ( #4123 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-08-05 15:27:12 +02:00
Vít Semrád
af94769b53
Style: Fix graph layout in Sensors tab ( #4122 )
...
* Lint: Fix pre-commit lint issue
* Style: Fix graph layout in Sensors tab
* Style: Add missed styles
2024-08-04 09:55:45 +02:00
bfmvsa
153ad0ef79
Stick landing page footer to the bottom of the page ( #4121 )
2024-08-03 20:56:49 +02:00
Mark Haslinghuis
f9e4d00e35
Fix usage of splice ( #4118 )
2024-08-03 20:56:10 +02:00
Mark Haslinghuis
c1bc967f81
Update GPS Positional DOP using polling timer ( #4106 )
2024-08-03 19:52:20 +02:00
bfmvsa
66fb5ffcbb
Remove right margin for .helpicon in .gui_box_titlebar ( #4117 )
2024-07-30 15:10:31 +02:00
bfmvsa
d328813d80
Adjust contrast ratio for sidebar links. Add flexible colors for svg. ( #4115 )
...
* Adjust contrast ratio for sidebar links. Add flexible colors for svg images.
* Add webkit-mask css attribute to cover more browsers
2024-07-30 09:28:41 +02:00