@gallop.software/studio 0.1.114 → 0.1.115
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.
- package/dist/{StudioUI-WIPP4TPR.mjs → StudioUI-73XFVFV4.mjs} +8 -8
- package/dist/StudioUI-73XFVFV4.mjs.map +1 -0
- package/dist/{StudioUI-M3QU6MDI.js → StudioUI-OVL65ONP.js} +8 -8
- package/dist/StudioUI-OVL65ONP.js.map +1 -0
- package/dist/handlers/index.js +2 -2
- package/dist/handlers/index.js.map +1 -1
- package/dist/handlers/index.mjs +2 -2
- package/dist/handlers/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/StudioUI-M3QU6MDI.js.map +0 -1
- package/dist/StudioUI-WIPP4TPR.mjs.map +0 -1
|
@@ -2440,8 +2440,8 @@ function StudioToolbar() {
|
|
|
2440
2440
|
ConfirmModal,
|
|
2441
2441
|
{
|
|
2442
2442
|
title: "Push to CDN",
|
|
2443
|
-
message: `Push ${syncImageCount} image${syncImageCount !== 1 ? "s" : ""} to Cloudflare R2?
|
|
2444
|
-
confirmLabel: "
|
|
2443
|
+
message: `Push ${syncImageCount} image${syncImageCount !== 1 ? "s" : ""} to Cloudflare R2? Local images must be processed first. Remote images will be downloaded first. After pushing, local files will be deleted.`,
|
|
2444
|
+
confirmLabel: "Push",
|
|
2445
2445
|
onConfirm: handleSyncConfirm,
|
|
2446
2446
|
onCancel: () => setShowSyncConfirm(false)
|
|
2447
2447
|
}
|
|
@@ -4463,16 +4463,16 @@ function StudioDetailView() {
|
|
|
4463
4463
|
setShowR2SetupModal(true);
|
|
4464
4464
|
} else {
|
|
4465
4465
|
setAlertMessage({
|
|
4466
|
-
title: "
|
|
4467
|
-
message: data.error || "Failed to
|
|
4466
|
+
title: "Push Failed",
|
|
4467
|
+
message: data.error || "Failed to push to CDN."
|
|
4468
4468
|
});
|
|
4469
4469
|
}
|
|
4470
4470
|
}
|
|
4471
4471
|
} catch (error) {
|
|
4472
|
-
console.error("
|
|
4472
|
+
console.error("Push error:", error);
|
|
4473
4473
|
setAlertMessage({
|
|
4474
|
-
title: "
|
|
4475
|
-
message: "Failed to
|
|
4474
|
+
title: "Push Failed",
|
|
4475
|
+
message: "Failed to push to CDN. Check console for details."
|
|
4476
4476
|
});
|
|
4477
4477
|
} finally {
|
|
4478
4478
|
setPushing(false);
|
|
@@ -5680,4 +5680,4 @@ export {
|
|
|
5680
5680
|
StudioUI,
|
|
5681
5681
|
StudioUI_default as default
|
|
5682
5682
|
};
|
|
5683
|
-
//# sourceMappingURL=StudioUI-
|
|
5683
|
+
//# sourceMappingURL=StudioUI-73XFVFV4.mjs.map
|