diff --git a/tgui/packages/tgui/interfaces/FlightComputer.tsx b/tgui/packages/tgui/interfaces/FlightComputer.tsx index 23478d135cee..3a594844523e 100644 --- a/tgui/packages/tgui/interfaces/FlightComputer.tsx +++ b/tgui/packages/tgui/interfaces/FlightComputer.tsx @@ -7,7 +7,6 @@ import { Box, Button, ColorBox, - Divider, Flex, RoundGauge, Stack, @@ -48,103 +47,66 @@ export const FlightComputer = (props) => { const { act, data } = useBackend(); return ( - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - -
- - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - -
- - - - - - -
+ className="FlightComputer__Static" + > + + + + + + + + + + + + + + + + + +
); }; +const CrtDisplay = (props) => { + const { act, data } = useBackend(); + + return ( + + + + + + + + + + ); +}; + const FuelPanel = (props) => { const { act, data } = useBackend(); @@ -152,49 +114,41 @@ const FuelPanel = (props) => { return ( - - + + LEFT RIGHT - - + + F - - + 3/4 - - + 2/4 - - + 1/4 - - + E - - + @@ -202,46 +156,38 @@ const FuelPanel = (props) => { - - + + F - - + 3/4 - - + 2/4 - - + 1/4 - - + E - - + @@ -249,12 +195,19 @@ const FuelPanel = (props) => { - + TANK VOLUME:{' '} { % - + FUEL TANK LEVELS {vtol_detected ? '[ 16,000L CAPACITY ]' : 'NONE DETECTED'} - + CELL INPUT - - + + 2.8 - - + 2.1 - - + 1.4 - - + 0.7 - - + 0 - - + @@ -320,38 +265,38 @@ const FuelPanel = (props) => { - - - + + + 1.2kW - - + 0.9kW - - + 0.6kW - - + 0.9kW - 0kW - - + { - + APROX CHARGE:{' '} { % - + POWERCELL CHARGE - + {vtol_detected ? '[ 2x Li BATTERY, KWh ]' : 'NONE DETECTED'}