Upgrade to 105
This commit is contained in:
+13
-23
@@ -2,28 +2,18 @@ Index: EFB.js
|
||||
===================================================================
|
||||
--- EFB.js
|
||||
+++ EFB.js
|
||||
@@ -40035,11 +40035,18 @@
|
||||
),
|
||||
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
||||
"button",
|
||||
{
|
||||
- onClick: loadPayload,
|
||||
+ onClick: () => dispatch(
|
||||
+ setRoute({
|
||||
+ path: "/payload",
|
||||
+ params: {
|
||||
+ icao: simBrief.plan.origin.icao_code
|
||||
+ }
|
||||
+ })
|
||||
+ ),
|
||||
className: "middle none center rounded-lg bg-green-700 px-6 py-3 font-sans text-xs font-bold uppercase text-white shadow-md shadow-green-500/20 transition-all hover:shadow-lg hover:shadow-green-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none",
|
||||
- children: "Set payload & fuel"
|
||||
+ children: "Manage payload & fuel"
|
||||
}
|
||||
),
|
||||
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
||||
"button",
|
||||
@@ -40537,8 +40544,13 @@
|
||||
@@ -30206,9 +30206,9 @@
|
||||
{
|
||||
className: "middle none center rounded-lg bg-green-700 px-6 py-3 font-sans text-xs font-bold uppercase text-white shadow-md shadow-green-500/20 transition-all hover:shadow-lg hover:shadow-green-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none",
|
||||
"data-ripple-light": "true",
|
||||
onClick: () => getOutput(),
|
||||
- children: "Set Payload"
|
||||
+ children: "Manage Payload"
|
||||
}
|
||||
) }) })
|
||||
] }) }) });
|
||||
}
|
||||
@@ -40548,8 +40548,13 @@
|
||||
] })
|
||||
] }) }) });
|
||||
}
|
||||
@@ -37,7 +27,7 @@ Index: EFB.js
|
||||
init_common();
|
||||
var import_jsx_runtime15 = __toESM(require_jsx_runtime());
|
||||
var routes = {
|
||||
@@ -40553,9 +40565,9 @@
|
||||
@@ -40564,9 +40569,9 @@
|
||||
button: {
|
||||
title: "Payload",
|
||||
icon: Weight
|
||||
|
||||
Reference in New Issue
Block a user