Commit Graph

4579 Commits (af0f0b11558a05599871b18b262d3fec91d28bc0)

Author SHA1 Message Date
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
Michael Keller 3f899c2300
Lets count those LEDs properly (#1537)
Lets count those LEDs properly
2019-07-22 01:41:51 +12: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
Michael Keller 988c9a470c
Fix opening of external links in browser. (#1534)
Fix opening of external links in browser.
2019-07-15 22:43:28 +12:00
Kyle K dee13414ee avoid highlighting items in the Post Flight Statistics 2019-07-15 08:06:26 +00:00
Michael Keller 106bd046a0
Bump lodash from 4.17.11 to 4.17.14 (#1533)
Bump lodash from 4.17.11 to 4.17.14
2019-07-15 07:54:43 +12:00
mikeller c00431cdc8 Fix opening of external links in browser. 2019-07-14 09:39:08 +12:00
Michael Keller 9b531a9e98
tidy up .gitignore (#1531)
tidy up .gitignore
2019-07-14 02:19:48 +12:00
Michael Keller 40410e8b6e
Move the localization badge upwards (#1530)
Move the localization badge upwards
2019-07-14 02:15:55 +12:00
Michael Keller d449a8b046
Force trim multi-bank option byte descriptor to the first one (#1528)
Force trim multi-bank option byte descriptor to the first one
2019-07-14 01:26:17 +12:00
dependabot[bot] 5db6a2d19f
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 07:25:04 +00:00
Kyle K 2fc659b06e tidy up .gitignore 2019-07-12 03:21:03 +00:00
Kyle Kienapfel 35f6a0a9cc
Update README.md 2019-07-10 16:56:34 -07: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 29f6bf4d80
Changed the description of the initialSetupArmingDisableFlagsTo… (#1526)
Changed the description of the initialSetupArmingDisableFlagsTooltip...
2019-07-07 15:30:54 +12:00
Michael Keller 9b8b17b219
Refactor flashing progress bar code (#1523)
Refactor flashing progress bar code
2019-07-07 15:20:13 +12:00
Kyle K 7e8b5e3444 Change the description of the initialSetupArmingDisableFlagsTooltip items to be more clear 2019-07-04 23:41:30 +00: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 a113a6b97a
Add images to the MCM fonts (#1516)
Add images to the MCM fonts
2019-07-02 23:56:35 +12: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
Miguel Angel Mulero Martinez c673e0b2ac Add images to the MCM fonts 2019-07-01 12:47:52 +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 9be1fe8fb1
Updated the Chrome Web Store URL for the ChromeOS only version. (#1509)
Updated the Chrome Web Store URL for the ChromeOS only version.
2019-06-30 01:48:07 +12: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