mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-15 20:35:23 +03:00
Refactor msp to modules (#3214)
* feat: refactor everything to modules * fix: a lot of circular deps fixes * feat: use vitest instead of karma
This commit is contained in:
parent
654dca2a19
commit
c086395def
82 changed files with 1660 additions and 1376 deletions
|
@ -1,4 +1,4 @@
|
|||
'use strict';
|
||||
import GUI from "./gui";
|
||||
|
||||
const UI_PHONES = {
|
||||
background: '#background',
|
||||
|
@ -85,3 +85,5 @@ const UI_PHONES = {
|
|||
$(this.headerbar).removeClass('expand2 expand');
|
||||
},
|
||||
};
|
||||
|
||||
export default UI_PHONES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue