From 711ed3c8851909620d3c8aa5effa11e600140f50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:26:37 +0000 Subject: [PATCH] This build was committed by a bot. --- dist/assets/{index-h5wt_Hcr.js => index-va-QrBFS.js} | 6 +++++- dist/index.html | 4 ++-- dist/sw.js | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) rename dist/assets/{index-h5wt_Hcr.js => index-va-QrBFS.js} (99%) diff --git a/dist/assets/index-h5wt_Hcr.js b/dist/assets/index-va-QrBFS.js similarity index 99% rename from dist/assets/index-h5wt_Hcr.js rename to dist/assets/index-va-QrBFS.js index e65a03f..f85bb9c 100644 --- a/dist/assets/index-h5wt_Hcr.js +++ b/dist/assets/index-va-QrBFS.js @@ -1335,7 +1335,10 @@ const USER = window.USER = { log: async (s) => { localStorage.setItem("gcp_sa_json", v ? JSON.stringify(v) : ""); } }; async function init() { - el.threadRepoInput.value = localStorage.getItem("thread_repo_url") || ""; + const u = localStorage.getItem("thread_repo_url") || ""; + el.threadRepoInput.value = u; + el.threadFolderBtn.classList.toggle("hidden", !u.startsWith("gh://")); + el.threadBackBtn.classList.toggle("hidden", !u.startsWith("gh://") || u.split("/").length <= 3); await THREAD.load(); await renderThreads(); renderSidebar(); @@ -1377,6 +1380,7 @@ const parseGhUrl = (u) => { $(el.threadRepoInput).on("change", async () => { const u = el.threadRepoInput.value.trim(); localStorage.setItem("thread_repo_url", u); + el.threadFolderBtn.classList.toggle("hidden", !u.startsWith("gh://")); el.threadBackBtn.classList.toggle("hidden", !u.startsWith("gh://") || u.split("/").length <= 3); await THREAD.load(); await renderThreads(); diff --git a/dist/index.html b/dist/index.html index 540fdc5..979ca20 100644 --- a/dist/index.html +++ b/dist/index.html @@ -12,7 +12,7 @@ - + @@ -63,7 +63,7 @@
- +
diff --git a/dist/sw.js b/dist/sw.js index f8eb7cc..c85432f 100644 --- a/dist/sw.js +++ b/dist/sw.js @@ -1 +1 @@ -if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,r)=>{const t=e||("document"in self?document.currentScript.src:"")||location.href;if(s[t])return;let o={};const c=e=>i(e,t),d={module:{uri:t},exports:o,require:c};s[t]=Promise.all(n.map(e=>d[e]||c(e))).then(e=>(r(...e),o))}}define(["./workbox-8c29f6e4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"index.html",revision:"ad522a771356d4d34f330e89f035054c"},{url:"assets/index-h5wt_Hcr.js",revision:null},{url:"assets/index-JLEDB1oP.css",revision:null},{url:"manifest.webmanifest",revision:"7a6c5c6ab9cb5d3605d21df44c6b17a2"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))}); +if(!self.define){let e,s={};const i=(i,n)=>(i=new URL(i+".js",n).href,s[i]||new Promise(s=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=s,document.head.appendChild(e)}else e=i,importScripts(i),s()}).then(()=>{let e=s[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(n,r)=>{const t=e||("document"in self?document.currentScript.src:"")||location.href;if(s[t])return;let o={};const c=e=>i(e,t),d={module:{uri:t},exports:o,require:c};s[t]=Promise.all(n.map(e=>d[e]||c(e))).then(e=>(r(...e),o))}}define(["./workbox-8c29f6e4"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"registerSW.js",revision:"1872c500de691dce40960bb85481de07"},{url:"index.html",revision:"ccf24cd20b77e03a1658744f9d9673db"},{url:"assets/index-va-QrBFS.js",revision:null},{url:"assets/index-JLEDB1oP.css",revision:null},{url:"manifest.webmanifest",revision:"7a6c5c6ab9cb5d3605d21df44c6b17a2"}],{}),e.cleanupOutdatedCaches(),e.registerRoute(new e.NavigationRoute(e.createHandlerBoundToURL("index.html")))});