danielmarquespt
35f4b699d9
Refactored some CSS to use vars
...
- Most of the colors inside main.css
- All the accent colors inside tabs/*
2019-07-30 11:11:40 +01:00
Michael Keller
0b035c1ead
Updated VTX settings OSD preview for status indicator. ( #1235 )
...
Updated VTX settings OSD preview for status indicator.
2019-07-29 02:13:46 +12:00
Michael Keller
7026bd25d2
update some libraries, wrestle with npm and yarn. ( #1529 )
...
update some libraries, wrestle with npm and yarn.
2019-07-27 15:21:51 +12:00
Michael Keller
d4ed45cd5b
Fix errors in failsafe parameter ranges ( #1542 )
...
Fix errors in failsafe parameter ranges
2019-07-25 08:07:54 +12:00
Kyle K
73fa4f981b
update some libraries, wrestle with yarn/npm, refactor some css
...
* separate our styling from a libraries included .css
* update npm packages: bluebird, inflection, jbox, jquery, jquery-ui-npm
* ports and osd tabs needed small javascript changes for the above
* refactored CSS style sheets, in summary Cascading was being ignored
* tweaked colors in dark mode.
* tweaked betaflight logo for dark mode care of frozenskys
* dark mode can also trigger on `(prefers-color-scheme: dark)` signal from the OS when NW.js 0.40.0/Chrome 76 is released.
* changed how `gulp-appdmg` is brought in, mixing yarn and npm was causing trouble
* version.json is now written in a more gulpful manner
Note: this works fine with NW.js 0.40.0-beta1
2019-07-23 20:55:50 +00:00
Michael Keller
8189566d59
Merge pull request #1540 from Docteh/jenkins_cache
...
Fix storage key name for caching the jenkins builds list.
2019-07-24 00:54:46 +12:00
Bruce Luckcuck
4d441acb5b
Fix errors in failsafe parameter ranges
2019-07-22 20:49:40 -04:00
Kyle K
5d8958a9a0
Fix storage key name for caching the jenkins builds list.
...
Due to regular quotes being used in `jenkins_loader.js` instead of backticks the current JobsData is cached as
"${viewUrl}JobsData"
"${viewUrl}JobsLastUpdate"
Instead of something like:
"https://ci.betaflight.tech/view/Firmware_JobsData "
"https://ci.betaflight.tech/view/Firmware_JobsLastUpdate "
Another idea would be to do "jenkinsJobsData" and "jenkinsJobsLastUpdate" to match with the other cache keys
I've chosen to add an underscore in between the URL and the rest of the key to make it easier to look at.
2019-07-21 00:37:10 +00:00
Kyle K
fccc2b9448
Lets count those LEDs properly
2019-07-17 21:27:42 +00:00
Michael Keller
4e7fd3e2dc
avoid highlighting items in the Post Flight Statistics ( #1536 )
...
avoid highlighting items in the Post Flight Statistics
2019-07-16 23:22:02 +12:00
Kyle K
dee13414ee
avoid highlighting items in the Post Flight Statistics
2019-07-15 08:06:26 +00:00
mikeller
c00431cdc8
Fix opening of external links in browser.
2019-07-14 09:39:08 +12:00
jflyper
f741f7c6d1
Force trim multi-bank option bytes to the first one
2019-07-09 20:49:08 +09:00
Michael Keller
e1af1fbd52
add a default handler for serial errors (disconnect) ( #1522 )
...
add a default handler for serial errors (disconnect)
2019-07-09 07:57:28 +12:00
Kyle K
85b48b7ac4
log certain errors to the GUI's log to help with noticing hardware issues
2019-07-08 00:58:32 +00:00
Michael Keller
9b8b17b219
Refactor flashing progress bar code ( #1523 )
...
Refactor flashing progress bar code
2019-07-07 15:20:13 +12:00
Michael Keller
9a90f5377d
Fix and make bigger max size local file to flash ( #1520 )
...
Fix and make bigger max size local file to flash
2019-07-05 07:51:54 +12:00
Miguel Angel Mulero Martinez
58657ac345
Refactor flashing progress bar code
2019-07-04 20:39:29 +02:00
Kyle K
083f3e31b0
add a default handler for serial errors (disconnect)
...
Also cleaned up some tabs and extra spaces in the file. The 'timeout' case has revised comment, to remove TODO.
2019-07-04 17:57:49 +00:00
Miguel Angel Mulero Martinez
f1ec75e939
Remove size limit of local flash file
2019-07-04 18:40:23 +02:00
Michael Keller
bc1c4f4fa5
Adding a hint to SERVO_TILT feature to mention CAMSTAB mode ( #1521 )
...
Adding a hint to SERVO_TILT feature to mention CAMSTAB mode
2019-07-04 09:13:14 +12:00
Kyle K
0318446686
Adding a hint to SERVO_TILT feature to mention that it goes well with CAMSTAB
2019-07-02 22:59:33 +00:00
Miguel Angel Mulero Martinez
e38afdcf46
Fix and make bigger max size local file to flash
2019-07-02 20:06:06 +02:00
Michael Keller
7959fbd4e9
Fix OSD Home Distance preview ( #1517 )
...
Fix OSD Home Distance preview
2019-07-02 23:56:22 +12:00
Michael Keller
b257dae7f6
Fix mouse scroll in CLI load from file ( #1515 )
...
Fix mouse scroll in CLI load from file
2019-07-02 23:48:16 +12:00
Michael Keller
8043912133
Add Calibration Manager title to i18n ( #1514 )
...
Add Calibration Manager title to i18n
2019-07-02 23:47:32 +12:00
Miguel Angel Mulero Martinez
739f01ab16
Fix OSD Home Distance preview
2019-07-01 13:08:32 +02:00
Michael Keller
c167f48c73
End i18n work of OSD statistics ( #1512 )
...
End i18n work of OSD statistics
2019-07-01 22:22:22 +12:00
Michael Keller
8895405b44
Fix power tab ( #1511 )
...
Fix power tab
2019-07-01 22:22:08 +12:00
Miguel Angel Mulero Martinez
3b757b459e
Fix mouse scroll in CLI load from file
2019-07-01 10:23:34 +02:00
Miguel Angel Mulero Martinez
a5d1af7ae2
Add Calibration Manager title to i18n
2019-07-01 10:17:32 +02:00
Miguel Angel Mulero Martinez
647859e9e3
End i18n work of OSD statistics
2019-06-30 11:58:40 +02:00
Michael Keller
fa79242355
Add unknown statistics fields to OSD ( #1507 )
...
Add unknown statistics fields to OSD
2019-06-30 13:53:21 +12:00
Michael Keller
a546e23be8
i18n final statistics from OSD ( #1499 )
...
i18n final statistics from OSD
2019-06-30 13:02:45 +12:00
Miguel Angel Mulero Martinez
555f3723e2
Add unknown statistics fields to OSD
2019-06-30 12:57:47 +12:00
IvoFPV
87d4e47427
Fix power tab
2019-06-29 18:34:37 +02:00
Michael Keller
55bcb8fc6e
tweaks to dark theme ( #1508 )
...
tweaks to dark theme
2019-06-30 01:44:46 +12:00
Michael Keller
ff9bf5a327
Add minimum RSSI dBm OSD statistic ( #1506 )
...
Add minimum RSSI dBm OSD statistic
2019-06-30 01:34:31 +12:00
Michael Keller
c425a330cb
Add Link Quality symbol to the OSD preview ( #1505 )
...
Add Link Quality symbol to the OSD preview
2019-06-29 14:37:44 +12:00
Kyle K
321c795de0
moving colors from html into the .css files
2019-06-28 23:42:35 +00:00
Kyle K
29ce2eae60
further tweaks to dark mode
2019-06-28 21:09:37 +00:00
Kyle K
01b1609758
tweaks to dark theme
2019-06-28 07:27:29 +00:00
Miguel Angel Mulero Martinez
95d1a7abfe
Add minimum RSSI dBm OSD statistic
2019-06-28 08:45:21 +02:00
Miguel Angel Mulero Martinez
2ea9039e3b
Add Link Quality symbol to the OSD preview
2019-06-27 19:14:42 +02:00
Michael Keller
26a0a50d2a
Add switchable dark mode ( #1473 )
...
Add switchable dark mode
2019-06-24 23:19:44 +12:00
IvoFPV
5a5715fa7f
Add switchable dark mode
2019-06-23 12:53:04 +02:00
Miguel Angel Mulero Martinez
2d5263996c
i18n final statistics from OSD
2019-06-17 15:00:36 +02:00
Michael Keller
7f452d9c96
i18n the OSD warnings list, ordering it in alphabetical order ( #1497 )
...
i18n the OSD warnings list, ordering it in alphabetical order
2019-06-18 00:13:54 +12:00
Michael Keller
3ced412517
i18n some static options from the OSD ( #1496 )
...
i18n some static options from the OSD
2019-06-18 00:13:45 +12:00
Miguel Angel Mulero Martinez
8d714f87a8
i18n the OSD warnings list, ordering it in alphabetical order
2019-06-15 09:15:21 +02:00