Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #917

Merged
merged 20 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
887e272
fix: :bug: add conistent hover color
thkruz Aug 15, 2024
e61106a
chore: :card_file_box: update data
thkruz Aug 15, 2024
e494d97
chore: :goal_net: catch and log invalid velocity
thkruz Aug 15, 2024
dfbb9b7
fix: :bug: fix bug where search results were shown even if no results
thkruz Aug 15, 2024
0203cbb
build: :arrow_up: upgrade materializecss
thkruz Aug 15, 2024
49b65cd
refactor: :recycle: refactor all toast types to an enum
thkruz Aug 15, 2024
37fcdc2
fix: :bug: fix missiles causing search errors
thkruz Aug 15, 2024
52a0126
fix: :zap: fix lag when selecting satellites
thkruz Aug 16, 2024
2e41b8d
fix: :technologist: fix linter and formatter conflict
thkruz Aug 16, 2024
861e1df
refactor: :recycle: refactor lineManager into separate classes
thkruz Aug 16, 2024
58ff44a
fix: :bug: convert legacy missile sims into new missileObject class
thkruz Aug 16, 2024
ebb947f
fix: :bug: dont draw FOV lines to missiles
thkruz Aug 16, 2024
222cef7
fix: :bug: fix ui issues with missile objects
thkruz Aug 16, 2024
2845144
fix: :bug: fix missilesInUse count
thkruz Aug 16, 2024
09e4b62
fix: :bug: fix camera trying to go inside the earth
thkruz Aug 16, 2024
3b95d59
fix: :bug: fix duplicate listeners on search box
thkruz Aug 16, 2024
2d7b3b2
feat: :monocle_face: add basic telemtry to determine which features s…
thkruz Aug 16, 2024
5d0fecb
build: :arrow_up: bump dependencies
thkruz Aug 16, 2024
2a86450
fix: :bug: fix dependency checking logic for plugins
thkruz Aug 16, 2024
8b5ac24
Merge branch 'develop' of https://github.com/thkruz/keeptrack.space i…
thkruz Aug 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 119 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.23.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/agent-base": "^4.2.2",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.5",
Expand Down Expand Up @@ -121,20 +121,22 @@
"retire": "^4.3.1",
"serve": "^14.2.1",
"source-map-loader": "^4.0.2",
"style-loader": "^3.3.3",
"style-loader": "^3.3.4",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webgl-lint": "^1.11.3",
"webgl-mock": "^0.1.7",
"webpack": "^5.88.2",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpackbar": "^5.0.2",
"worker-loader": "^3.0.8"
},
"dependencies": {
"@materializecss/materialize": "^1.1.0-alpha",
"axios": "^1.7.3",
"@analytics/google-analytics": "^1.0.7",
"@materializecss/materialize": "^1.2.2",
"analytics": "^0.8.14",
"axios": "^1.7.4",
"draggabilly": "^3.0.0",
"draggy": "^1.6.6",
"echarts": "^5.4.3",
Expand Down
4 changes: 4 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,10 @@ input:focus {
margin-right: 10px;
}

#nav-mobile2 a:hover {
filter: brightness(3);
}

#sensor-selected-container:hover,
#datetime-text:hover {
background: rgba(255, 255, 255, 0.1);
Expand Down
96 changes: 48 additions & 48 deletions public/data/tip.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,22 @@
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "44036"
},
{
"NORAD_CAT_ID": "44036",
"MSG_EPOCH": "2024-08-14 21:31:00",
"INSERT_EPOCH": "2024-08-14 21:46:21",
"DECAY_EPOCH": "2024-08-15 02:38:00",
"WINDOW": "360",
"REV": "6345",
"DIRECTION": "descending",
"LAT": "-0.9",
"LON": "184.5",
"INCL": "3",
"NEXT_REPORT": "2",
"ID": "34434",
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "44036"
},
{
"NORAD_CAT_ID": "44036",
"MSG_EPOCH": "2024-08-13 01:08:00",
Expand Down Expand Up @@ -191,22 +207,6 @@
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "44931"
},
{
"NORAD_CAT_ID": "44931",
"MSG_EPOCH": "2024-08-08 07:31:00",
"INSERT_EPOCH": "2024-08-08 07:46:22",
"DECAY_EPOCH": "2024-08-09 06:49:00",
"WINDOW": "300",
"REV": "25478",
"DIRECTION": "descending",
"LAT": "15",
"LON": "80.3",
"INCL": "53",
"NEXT_REPORT": "12",
"ID": "34226",
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "44931"
},
{
"NORAD_CAT_ID": "45050",
"MSG_EPOCH": "2024-08-14 08:09:00",
Expand Down Expand Up @@ -703,38 +703,6 @@
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "48248"
},
{
"NORAD_CAT_ID": "48248",
"MSG_EPOCH": "2024-08-08 09:41:00",
"INSERT_EPOCH": "2024-08-08 09:46:37",
"DECAY_EPOCH": "2024-08-09 08:06:00",
"WINDOW": "300",
"REV": "18400",
"DIRECTION": "descending",
"LAT": "30.5",
"LON": "51.2",
"INCL": "97.2",
"NEXT_REPORT": "12",
"ID": "34228",
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "48248"
},
{
"NORAD_CAT_ID": "48248",
"MSG_EPOCH": "2024-08-07 08:40:00",
"INSERT_EPOCH": "2024-08-07 08:46:19",
"DECAY_EPOCH": "2024-08-09 07:58:00",
"WINDOW": "540",
"REV": "18400",
"DIRECTION": "descending",
"LAT": "64.3",
"LON": "64.2",
"INCL": "97.2",
"NEXT_REPORT": "24",
"ID": "34192",
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "48248"
},
{
"NORAD_CAT_ID": "48448",
"MSG_EPOCH": "2024-08-12 14:19:00",
Expand Down Expand Up @@ -1551,6 +1519,22 @@
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "60354"
},
{
"NORAD_CAT_ID": "60354",
"MSG_EPOCH": "2024-08-14 16:53:00",
"INSERT_EPOCH": "2024-08-14 17:06:21",
"DECAY_EPOCH": "2024-08-14 18:40:00",
"WINDOW": "180",
"REV": "192",
"DIRECTION": "ascending",
"LAT": "6.7",
"LON": "190.3",
"INCL": "43",
"NEXT_REPORT": "0",
"ID": "34430",
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "60354"
},
{
"NORAD_CAT_ID": "60354",
"MSG_EPOCH": "2024-08-14 07:11:00",
Expand All @@ -1567,6 +1551,22 @@
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "60354"
},
{
"NORAD_CAT_ID": "60354",
"MSG_EPOCH": "2024-08-14 19:12:00",
"INSERT_EPOCH": "2024-08-14 19:26:20",
"DECAY_EPOCH": "2024-08-14 18:25:00",
"WINDOW": "1",
"REV": "191",
"DIRECTION": "ascending",
"LAT": "-18.2",
"LON": "164.7",
"INCL": "43",
"NEXT_REPORT": "0",
"ID": "34432",
"HIGH_INTEREST": "N",
"OBJECT_NUMBER": "60354"
},
{
"NORAD_CAT_ID": "60354",
"MSG_EPOCH": "2024-08-12 15:11:00",
Expand Down
Loading
Loading