@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.
@@ -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? Images must be processed first. After pushing, local files will be deleted.`,
2444
- confirmLabel: "Sync",
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: "Sync Failed",
4467
- message: data.error || "Failed to sync to CDN."
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("Sync error:", error);
4472
+ console.error("Push error:", error);
4473
4473
  setAlertMessage({
4474
- title: "Sync Failed",
4475
- message: "Failed to sync to CDN. Check console for details."
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-WIPP4TPR.mjs.map
5683
+ //# sourceMappingURL=StudioUI-73XFVFV4.mjs.map