1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00
Commit graph

15 commits

Author SHA1 Message Date
J Blackman
d6575e175f
Adding version details to the PWA (#3606)
* Adding version details to the PWA

* Created a coded version.js that can be loaded as a module.

* Reverting, and simply identifying the permissible global vars for Vite

* Update .eslintrc.js

Removing whitespace

* Update vite.config.js
2023-10-17 02:55:42 +02:00
Vít Semrád
5f13c076f7
Feature: Vite Build (#3569)
* Feature: Vite Build MVP

* Chore: Readme, default ports, remove lock

* Fix: Return yarn lock

* Fix: Use different plugin that works in dev too
2023-09-08 23:44:17 +02:00
Tomas Chmelevskij
98638e2fcf
feat: use latest d3 version from npm (#3272) 2023-01-25 16:28:21 +01:00
Tomas Chmelevskij
7c6f90bea5
remove object-hash and lru_map (#3271)
* refactor: replace `object-hash` with `crypto-es`

* chore: remove `lru_map`
2023-01-25 16:02:46 +01:00
Tomas Chmelevskij
88b522d172
feat: use three as module (#3270) 2023-01-23 15:57:47 +01:00
Tomas Chmelevskij
771b840095
feat: use modules instead of global bindings (#3245) 2023-01-15 23:40:23 +01:00
haslinghuis
cfacb833b8
Fix Android receiver tab (replace MD5 library) (#3184)
Replace MD5 library
2022-12-30 07:34:44 +01:00
haslinghuis
6242f1e721
Add support for ELRS UID (#3097)
* Add support for ELRS UID

* Add Babel

* Fix review

* Fix CSS
2022-12-05 14:24:37 +11:00
Tomas Chmelevskij
2abcee1a9c Add no-extra-semi to match what's in sonarcloud 2022-08-19 22:17:02 +01:00
Tomas Chmelevskij
5be4a4596a chore: add template-curly-spacing 2022-01-18 12:30:17 +01:00
Tomas Chmelevskij
8cf9473c88 chore: add prefer template rule 2022-01-18 12:29:53 +01:00
Tomas Chmelevskij
bfec87d931 chore: add no-var rule to match sonarcloud 2021-12-25 18:49:11 +01:00
Tomas Chmelevskij
03690e087f chore: add comman dangle rule for multiline 2021-12-18 08:21:05 +01:00
Tomas Chmelevskij
616c2e796d chore: add semi rule to the linter and run --fix
Adds semicolon to the linter rules.
2021-02-14 07:37:03 +01:00
Tomas Chmelevskij
d396d97e5e chore: add eslint
* add eslint with space rules to cover what sonarcloud doesn't
* run lint in travis
* add eslint vue config
2020-12-27 09:21:51 +04:00