diff --git a/ChangeLog.md b/ChangeLog.md index d25c19f2..4209abda 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -22,6 +22,9 @@ * Update shield recovery/regeneration calculations * Pin menu to top of page * Switch to custom shortlink method to avoid google length limitations + * Ensure that information is not lost on narrow screens + * Do not lose ship selector selection on narrow screens + * Reinstate jump range graph #2.2.5 * Calculate rate of fire for multi-burst weapons diff --git a/src/app/pages/OutfittingPage.jsx b/src/app/pages/OutfittingPage.jsx index 847eeb35..1edadf1c 100644 --- a/src/app/pages/OutfittingPage.jsx +++ b/src/app/pages/OutfittingPage.jsx @@ -338,7 +338,7 @@ export default class OutfittingPage extends Page { -
+
@@ -350,6 +350,43 @@ export default class OutfittingPage extends Page {
+
+

{translate('jump range')}

+ + + + + + + + + +
+ + + + + {formats.f2(fuelLevel * fuelCapacity)}{units.T} {formats.pct1(fuelLevel)} +
+
+
@@ -357,8 +394,8 @@ export default class OutfittingPage extends Page {
- + ); } }