From 1581701099fd76527bc57c6c8df2b0b0eda3a17d Mon Sep 17 00:00:00 2001 From: Lukas Thrane <76877975+Windove@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:01:19 +0200 Subject: [PATCH] fix responsiveness (#337) --- .../components/SatelliteResponsiveTable.tsx | 18 +++++++++++++----- .../satelliteData/SatelliteStatsTableRow.tsx | 6 ++++-- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/SatelliteResponsiveTable.tsx b/frontend/src/components/SatelliteResponsiveTable.tsx index 8531d4c..5925910 100644 --- a/frontend/src/components/SatelliteResponsiveTable.tsx +++ b/frontend/src/components/SatelliteResponsiveTable.tsx @@ -42,16 +42,24 @@ export default function SatelliteResponsiveTable({ : "Here are some satellites currently being worked on."} - +
Name {inOrbit ? ( <> - Velocity - Altitude - Latitude - Longitude + + Velocity + + + Altitude + + + Latitude + + + Longitude + ) : ( Mission Status diff --git a/frontend/src/components/satelliteData/SatelliteStatsTableRow.tsx b/frontend/src/components/satelliteData/SatelliteStatsTableRow.tsx index 4327f81..7be2aea 100644 --- a/frontend/src/components/satelliteData/SatelliteStatsTableRow.tsx +++ b/frontend/src/components/satelliteData/SatelliteStatsTableRow.tsx @@ -38,7 +38,9 @@ export default function SatelliteStatsTableRow({ return ( {satName} - Loading... + + Loading... + Loading... Loading... Loading... @@ -55,7 +57,7 @@ export default function SatelliteStatsTableRow({ }} > {satName} - + {satelliteInfo.velocity} km/s