Skip to content

Commit

Permalink
feat(a380x): PFD THS indicator (#8714)
Browse files Browse the repository at this point in the history
* THS indicator, first iteration

* hide THS indicator after liftoff

* visual improvements, move magenta gw cg box vertically

* fix import

* visual improvements

* add PFD spoilers indicator

* linting

* GW CG visuals update

* pitch trim visibility update

---------

Co-authored-by: alepouna <98479040+alepouna@users.noreply.github.com>
  • Loading branch information
flogross89 and alepouna committed Jul 14, 2024
1 parent 826df86 commit cb0d801
Show file tree
Hide file tree
Showing 7 changed files with 665 additions and 171 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fbw-a380x/src/systems/instruments/src/PFD/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

module.exports = {
extends: '../../../../../.eslintrc.js',
extends: '../../../../../../.eslintrc.js',

// overrides airbnb, use sparingly
rules: { 'react/react-in-jsx-scope': 'off', 'react/no-unknown-property': 'off', 'react/style-prop-object': 'off' },
Expand Down
Loading

0 comments on commit cb0d801

Please sign in to comment.