@gallop.software/studio 1.4.2 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -403,7 +403,7 @@ function ProgressModal({
403
403
  " before stopping."
404
404
  ] }) : isComplete ? /* @__PURE__ */ jsxs(Fragment, { children: [
405
405
  /* @__PURE__ */ jsxs("p", { css: styles.message, children: [
406
- progress.isMove ? /* @__PURE__ */ jsxs(Fragment, { children: [
406
+ progress.message ? progress.message : progress.isMove ? /* @__PURE__ */ jsxs(Fragment, { children: [
407
407
  "Moved ",
408
408
  progress.processed,
409
409
  " file",
@@ -5337,8 +5337,8 @@ function useStudioActions({
5337
5337
  });
5338
5338
  const isRemove = mode === "remove";
5339
5339
  const endpoint = isRemove ? "/api/studio/unprocess-stream" : "/api/studio/reprocess-stream";
5340
- const progressTitle = isRemove ? "Removing Thumbnails" : "Processing Images";
5341
- const progressMessage = isRemove ? "Removing thumbnails..." : "Processing images...";
5340
+ const progressTitle = isRemove ? "Removing Thumbnails" : "Generating Thumbnails";
5341
+ const progressMessage = isRemove ? "Removing thumbnails..." : "Generating thumbnails...";
5342
5342
  setActionState((prev) => ({
5343
5343
  ...prev,
5344
5344
  showProcessConfirm: false,
@@ -6104,4 +6104,4 @@ export {
6104
6104
  StudioUI,
6105
6105
  StudioUI_default as default
6106
6106
  };
6107
- //# sourceMappingURL=StudioUI-TTBNASM5.mjs.map
6107
+ //# sourceMappingURL=StudioUI-3B4NHBRY.mjs.map