-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ensure callsign ends up not being blank * bump version * Move help page asset to typescript folder * Correctly fix flight field causing mis-matches * move to functions repetitive calls for same information * Update site.css * hide table contents correctly for safari * Fix safari plane color hover #82 * change icon scaling and stroke size * temporarily disable msgno search * Fix msgfts triggers being missing * Update upgrade_db.py * Delete helppage.MD * Update .gitignore * Update linting.yml * update precommit to latest eslint * alerts on live map * Update version * Clarify tooltip for callsign * fix alert searches * stat page link hover color * emit signal levels on graph update * ensure html element exists before grabbing the canvas context * Use proper graphs if one decoder selected * Update version
- Loading branch information
1 parent
e93cef2
commit 5878cfd
Showing
22 changed files
with
343 additions
and
132 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
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 |
---|---|---|
|
@@ -45,14 +45,14 @@ repos: | |
- '@typescript-eslint/eslint-plugin' | ||
exclude: ^(rootfs/webapp/static/css/other/|acars-decoder-typescript/|rootfs/webapp/static/js/other/|Logo-Sources|acarshub-typescript/css/other/|acarshub-typescript/js-other) | ||
- repo: https://github.com/pre-commit/mirrors-eslint | ||
rev: v7.30.0 | ||
rev: v7.31.0 | ||
hooks: | ||
- id: eslint | ||
files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx | ||
types: [file] | ||
exclude: ^(rootfs/webapp/static/css/other/|acars-decoder-typescript/|rootfs/webapp/static/js/other/|Logo-Sources|acarshub-typescript/css/other/|acarshub-typescript/js-other) | ||
additional_dependencies: | ||
- eslint@7.30.0 | ||
- eslint@7.31.0 | ||
- [email protected] | ||
- [email protected] | ||
# - '@typescript-eslint/eslint-plugin' | ||
|
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
1 change: 1 addition & 0 deletions
1
rootfs/webapp/templates/helppage.MD → acarshub-typescript/html/helppage.MD
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,3 +1,4 @@ | ||
@@ -1,50 +0,0 @@ | ||
# ACARS Hub About/Help | ||
|
||
## About | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.