@gallop.software/studio 0.1.98 → 0.1.100

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.
@@ -4475,7 +4475,7 @@ function StudioDetailView() {
4475
4475
  ] }),
4476
4476
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "button", { css: styles8.actionBtn, onClick: handleSync, disabled: pushing, children: [
4477
4477
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles8.actionIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12" }) }),
4478
- syncing ? "Pushing..." : "Push to CDN"
4478
+ pushing ? "Pushing..." : "Push to CDN"
4479
4479
  ] }),
4480
4480
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "button", { css: styles8.actionBtn, onClick: () => setShowProcessConfirm(true), children: [
4481
4481
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { css: styles8.actionIcon, fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" }) }),
@@ -4892,7 +4892,8 @@ function SettingsPanel({ onClose }) {
4892
4892
  const response = await fetch("/api/studio/cdns", {
4893
4893
  method: "POST",
4894
4894
  headers: { "Content-Type": "application/json" },
4895
- body: JSON.stringify({ cdns: cdnUrls.filter((url) => url.trim()) })
4895
+ // Preserve empty strings as placeholders to maintain indices
4896
+ body: JSON.stringify({ cdns: cdnUrls })
4896
4897
  });
4897
4898
  if (response.ok) {
4898
4899
  setHasChanges(false);
@@ -5453,4 +5454,4 @@ var StudioUI_default = StudioUI;
5453
5454
 
5454
5455
 
5455
5456
  exports.StudioUI = StudioUI; exports.default = StudioUI_default;
5456
- //# sourceMappingURL=StudioUI-WOMI5QP3.js.map
5457
+ //# sourceMappingURL=StudioUI-CX3KPS57.js.map