@vibe80/vibe80 0.2.0 → 0.2.1
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/README.md +43 -16
- package/client/dist/assets/{DiffPanel-BKLnyIAZ.js → DiffPanel-Luk1GrAd.js} +1 -1
- package/client/dist/assets/{ExplorerPanel-D3IbBsXz.js → ExplorerPanel-CGVmxql1.js} +1 -1
- package/client/dist/assets/{LogsPanel-BwJAFHRP.js → LogsPanel-D8Z8Zam8.js} +1 -1
- package/client/dist/assets/{SettingsPanel-BfkchMnR.js → SettingsPanel-H2q2eoDf.js} +1 -1
- package/client/dist/assets/{TerminalPanel-BQfMEm-u.js → TerminalPanel-kEz-cjes.js} +1 -1
- package/client/dist/assets/{index-D1UJw1oP.js → index-knjescVH.js} +3 -3
- package/client/dist/index.html +1 -1
- package/client/dist/sw.js +1 -1
- package/client/src/App.jsx +1 -0
- package/client/src/components/SessionGate/SessionGate.jsx +13 -1
- package/package.json +1 -1
package/client/dist/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
9
9
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
10
10
|
<title>vibe80</title>
|
|
11
|
-
<script type="module" crossorigin src="/assets/index-
|
|
11
|
+
<script type="module" crossorigin src="/assets/index-knjescVH.js"></script>
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-BDQQz6SJ.css">
|
|
13
13
|
<link rel="manifest" href="/manifest.webmanifest"></head>
|
|
14
14
|
<body>
|
package/client/dist/sw.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
if(!self.define){let e,s={};const n=(n,i)=>(n=new URL(n+".js",i).href,s[n]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=n,e.onload=s,document.head.appendChild(e)}else e=n,importScripts(n),s()}).then(()=>{let e=s[n];if(!e)throw new Error(`Module ${n} didn’t register its module`);return e}));self.define=(i,r)=>{const l=e||("document"in self?document.currentScript.src:"")||location.href;if(s[l])return;let o={};const t=e=>n(e,l),u={module:{uri:l},exports:o,require:t};s[l]=Promise.all(i.map(e=>u[e]||t(e))).then(e=>(r(...e),o))}}define(["./workbox-7fc22fbe"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"index.html",revision:"
|
|
1
|
+
if(!self.define){let e,s={};const n=(n,i)=>(n=new URL(n+".js",i).href,s[n]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=n,e.onload=s,document.head.appendChild(e)}else e=n,importScripts(n),s()}).then(()=>{let e=s[n];if(!e)throw new Error(`Module ${n} didn’t register its module`);return e}));self.define=(i,r)=>{const l=e||("document"in self?document.currentScript.src:"")||location.href;if(s[l])return;let o={};const t=e=>n(e,l),u={module:{uri:l},exports:o,require:t};s[l]=Promise.all(i.map(e=>u[e]||t(e))).then(e=>(r(...e),o))}}define(["./workbox-7fc22fbe"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"index.html",revision:"e7a2b70a39fe6d661efb11ea2d4f27b3"},{url:"assets/workbox-window.prod.es5-vqzQaGvo.js",revision:null},{url:"assets/index-knjescVH.js",revision:null},{url:"assets/index-BDQQz6SJ.css",revision:null},{url:"assets/browser-e3WgtMs-.js",revision:null},{url:"assets/TerminalPanel-kEz-cjes.js",revision:null},{url:"assets/SettingsPanel-H2q2eoDf.js",revision:null},{url:"assets/LogsPanel-D8Z8Zam8.js",revision:null},{url:"assets/ExplorerPanel-CGVmxql1.js",revision:null},{url:"assets/DiffPanel-Luk1GrAd.js",revision:null},{url:"favicon.ico",revision:"ab291f80220c4e0b93d3192c842cb8ad"},{url:"favicon.png",revision:"088b254b8ed3393bfd918c244f6e10c8"},{url:"favicon.svg",revision:"b115c75a00d0f2f3bd511605c6e81ed8"},{url:"pwa-192x192.png",revision:"ba87f82ed6c17b70593ced2223d6b2fa"},{url:"pwa-512x512.png",revision:"088b254b8ed3393bfd918c244f6e10c8"},{url:"manifest.webmanifest",revision:"f8a50992ce65e74ad63dea83d38e59e1"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});
|
package/client/src/App.jsx
CHANGED
|
@@ -844,6 +844,18 @@ export default function SessionGate({
|
|
|
844
844
|
{infoContent.paragraphs?.map((paragraph) => (
|
|
845
845
|
<p key={paragraph}>{paragraph}</p>
|
|
846
846
|
))}
|
|
847
|
+
{infoContent.setupLink ? (
|
|
848
|
+
<p>
|
|
849
|
+
<a
|
|
850
|
+
className="session-info-link"
|
|
851
|
+
href="https://vibe80.io/docs/workspace-session-setup"
|
|
852
|
+
target="_blank"
|
|
853
|
+
rel="noreferrer"
|
|
854
|
+
>
|
|
855
|
+
{t("Click here to learn more.")}
|
|
856
|
+
</a>
|
|
857
|
+
</p>
|
|
858
|
+
) : null}
|
|
847
859
|
{infoContent.securityLink ? (
|
|
848
860
|
<p>
|
|
849
861
|
{t(
|
|
@@ -851,7 +863,7 @@ export default function SessionGate({
|
|
|
851
863
|
)}
|
|
852
864
|
<a
|
|
853
865
|
className="session-info-link"
|
|
854
|
-
href="https://vibe80.
|
|
866
|
+
href="https://vibe80.io/docs/sandboxing"
|
|
855
867
|
target="_blank"
|
|
856
868
|
rel="noreferrer"
|
|
857
869
|
>
|