Update to 1.1.9

This commit is contained in:
2026-01-24 13:59:54 +01:00
parent 766d956008
commit b379a6dccd
12 changed files with 323 additions and 299 deletions
+16 -13
View File
@@ -2,23 +2,26 @@ Index: EFB.js
===================================================================
--- EFB.js
+++ EFB.js
@@ -30203,9 +30203,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"
}
) }) })
] }) }) });
}
@@ -40556,8 +40556,27 @@
@@ -40265,11 +40265,11 @@
),
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
"button",
{
- onClick: loadPayload,
+ onClick: () => dispatch(setRoute({ path: "/payload" })),
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",
@@ -40767,8 +40767,27 @@
] })
] }) }) });
}
+ // Exports for add. script
+// Exports for add. script
+ window.reactExports = __toESM(require_react());
+ window.reactDomExports = __toESM(require_react_dom());
+ window.jsxRuntimeExports = __toESM(require_jsx_runtime());