-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(a32nx): takeoff performance calculator (#8678)
* feat(efb): aircraft provides perf calculators * fix: improve facility typing * feat(efb): uppercase SimpleInput * feat(efb): disabled SelectInput * feat(efb): takeoff performance calculator * fix(efb): landing widget slope * doc: changelog * fix: shared path duplicate after fms-v2 merge * fix(shared): erroneous import from fmgc * fix(efb): import * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * fix(takeoff): correct v2 threshold * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * Update a32nx_takeoff.ts * fix: change default config to 1+F * fix: remove slope ui limits * fix: clear state on input change * fix: avoid line break in select * fix: wind not clearing and fields displaying erroneous limited values * fix: lint after merge of new lint rules * fix: wind entry --------- Co-authored-by: donstim <[email protected]>
- Loading branch information
Showing
24 changed files
with
5,571 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
{ | ||
"index": "./index.tsx", | ||
"isInteractive": true, | ||
"dimensions": { | ||
"width": 1430, | ||
"height": 1000 | ||
}, | ||
"additionalImports": [ | ||
"/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html" | ||
] | ||
"index": "./index.tsx", | ||
"isInteractive": true, | ||
"dimensions": { | ||
"width": 1430, | ||
"height": 1000 | ||
}, | ||
"additionalImports": [ | ||
"/Pages/VCockpit/Instruments/Shared/Map/MapInstrument.html" | ||
], | ||
"extraDeps": [ | ||
"fbw-common/src/systems/instruments/src/EFB", | ||
"fbw-a32nx/src/systems/shared/src/performance" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.