trident-git 0.3.0 → 0.4.0
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/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +12 -12
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +2 -2
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +3 -3
- package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/api/credentials/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/custom-scripts/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/route.js +1 -1
- package/.next/server/app/api/fs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/git/action/route.js +1 -1
- package/.next/server/app/api/git/action/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/git/branches/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/git/log/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repos/clone/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repos/route.js +1 -1
- package/.next/server/app/api/repos/route.js.nft.json +1 -1
- package/.next/server/app/api/repos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
- package/.next/server/app/credentials/page.js +2 -4
- package/.next/server/app/credentials/page.js.nft.json +1 -1
- package/.next/server/app/credentials/page_client-reference-manifest.js +1 -1
- package/.next/server/app/credentials.html +1 -1
- package/.next/server/app/credentials.rsc +4 -4
- package/.next/server/app/credentials.segments/_full.segment.rsc +4 -4
- package/.next/server/app/credentials.segments/_head.segment.rsc +1 -1
- package/.next/server/app/credentials.segments/_index.segment.rsc +3 -3
- package/.next/server/app/credentials.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/credentials.segments/credentials/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/credentials.segments/credentials.segment.rsc +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +14 -13
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -5
- package/.next/server/app/index.segments/_full.segment.rsc +14 -13
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/page.js +4 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/changes/page.js +2 -2
- package/.next/server/app/workspace/changes/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/changes.html +1 -1
- package/.next/server/app/workspace/changes.rsc +6 -6
- package/.next/server/app/workspace/changes.segments/_full.segment.rsc +6 -6
- package/.next/server/app/workspace/changes.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace/changes.segments/_index.segment.rsc +3 -3
- package/.next/server/app/workspace/changes.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/workspace/changes.segments/workspace/changes/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace/changes.segments/workspace/changes.segment.rsc +1 -1
- package/.next/server/app/workspace/changes.segments/workspace.segment.rsc +3 -3
- package/.next/server/app/workspace/custom-scripts/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/custom-scripts.html +1 -1
- package/.next/server/app/workspace/custom-scripts.rsc +6 -6
- package/.next/server/app/workspace/custom-scripts.segments/_full.segment.rsc +6 -6
- package/.next/server/app/workspace/custom-scripts.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace/custom-scripts.segments/_index.segment.rsc +3 -3
- package/.next/server/app/workspace/custom-scripts.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/workspace/custom-scripts.segments/workspace/custom-scripts/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace/custom-scripts.segments/workspace/custom-scripts.segment.rsc +1 -1
- package/.next/server/app/workspace/custom-scripts.segments/workspace.segment.rsc +3 -3
- package/.next/server/app/workspace/history/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/history.html +1 -1
- package/.next/server/app/workspace/history.rsc +6 -6
- package/.next/server/app/workspace/history.segments/_full.segment.rsc +6 -6
- package/.next/server/app/workspace/history.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace/history.segments/_index.segment.rsc +3 -3
- package/.next/server/app/workspace/history.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/workspace/history.segments/workspace/history/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace/history.segments/workspace/history.segment.rsc +1 -1
- package/.next/server/app/workspace/history.segments/workspace.segment.rsc +3 -3
- package/.next/server/app/workspace/page.js +2 -2
- package/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/settings.html +1 -1
- package/.next/server/app/workspace/settings.rsc +6 -6
- package/.next/server/app/workspace/settings.segments/_full.segment.rsc +6 -6
- package/.next/server/app/workspace/settings.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace/settings.segments/_index.segment.rsc +3 -3
- package/.next/server/app/workspace/settings.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/workspace/settings.segments/workspace/settings/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace/settings.segments/workspace/settings.segment.rsc +1 -1
- package/.next/server/app/workspace/settings.segments/workspace.segment.rsc +3 -3
- package/.next/server/app/workspace/stashes/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/stashes.html +1 -1
- package/.next/server/app/workspace/stashes.rsc +6 -6
- package/.next/server/app/workspace/stashes.segments/_full.segment.rsc +6 -6
- package/.next/server/app/workspace/stashes.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace/stashes.segments/_index.segment.rsc +3 -3
- package/.next/server/app/workspace/stashes.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/workspace/stashes.segments/workspace/stashes/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace/stashes.segments/workspace/stashes.segment.rsc +1 -1
- package/.next/server/app/workspace/stashes.segments/workspace.segment.rsc +3 -3
- package/.next/server/app/workspace.html +1 -1
- package/.next/server/app/workspace.rsc +6 -6
- package/.next/server/app/workspace.segments/_full.segment.rsc +6 -6
- package/.next/server/app/workspace.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace.segments/_index.segment.rsc +3 -3
- package/.next/server/app/workspace.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/workspace.segments/workspace/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace.segments/workspace.segment.rsc +3 -3
- package/.next/server/app-paths-manifest.json +12 -12
- package/.next/server/chunks/392.js +1 -1
- package/.next/server/chunks/455.js +3 -0
- package/.next/server/chunks/471.js +4 -4
- package/.next/server/chunks/557.js +1 -1
- package/.next/server/chunks/739.js +6 -4
- package/.next/server/chunks/781.js +1 -1
- package/.next/server/chunks/946.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +2 -2
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/{131-7599c38c2eb54305.js → 131-4e059eb668f6734a.js} +1 -1
- package/.next/static/chunks/147-64f7ae9eceb783be.js +8 -0
- package/.next/static/chunks/26-71a5a763fed8540a.js +1 -0
- package/.next/static/chunks/{772-b39107b40c31b6b6.js → 437-856aae031cb5746d.js} +3 -3
- package/.next/static/chunks/app/credentials/page-98f6c498c4356393.js +1 -0
- package/.next/static/chunks/app/page-b6a88311748e2958.js +1 -0
- package/.next/static/chunks/app/workspace/changes/page-332cb9b7837d465b.js +3 -0
- package/.next/static/css/c4117eb58c7d0642.css +1 -0
- package/package.json +1 -1
- package/public/github.png +0 -0
- package/.next/static/chunks/147-d4cb3e03218d75df.js +0 -6
- package/.next/static/chunks/26-0e6386c43f055f59.js +0 -1
- package/.next/static/chunks/app/credentials/page-9d0b6c0a8cf1ce2f.js +0 -1
- package/.next/static/chunks/app/page-157b05e7d700b845.js +0 -1
- package/.next/static/chunks/app/workspace/changes/page-e8bc3001e0ce1bb9.js +0 -3
- package/.next/static/css/aba7f1cbfd108b5e.css +0 -1
- /package/.next/static/{rozD2mKp-fnaizXZhYJKN → IsI_X7X1cKXUpjpCKYBiv}/_buildManifest.js +0 -0
- /package/.next/static/{rozD2mKp-fnaizXZhYJKN → IsI_X7X1cKXUpjpCKYBiv}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--rozD2mKp_fnaizXZhYJKN--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/4cf2300e9c8272f7-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/de70bee13400563f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/aba7f1cbfd108b5e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7dec27dc3bfe207a.js"/><script src="/_next/static/chunks/4bd1b696-096d35a2bd1da3af.js" async=""></script><script src="/_next/static/chunks/794-37dad9bbc14b04b8.js" async=""></script><script src="/_next/static/chunks/main-app-9697367bdd1cd307.js" async=""></script><script src="/_next/static/chunks/176-b068120641913226.js" async=""></script><script src="/_next/static/chunks/785-e6d755147ff87934.js" async=""></script><script src="/_next/static/chunks/200-3664e65687e716a2.js" async=""></script><script src="/_next/static/chunks/26-0e6386c43f055f59.js" async=""></script><script src="/_next/static/chunks/app/layout-dda593914e513c38.js" async=""></script><script src="/_next/static/chunks/500-5d45efbf86b8d36e.js" async=""></script><script src="/_next/static/chunks/131-7599c38c2eb54305.js" async=""></script><script src="/_next/static/chunks/app/workspace/layout-75643230bfa68574.js" async=""></script><script src="/_next/static/chunks/app/workspace/custom-scripts/page-8948e627574c391b.js" async=""></script><link rel="preload" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" as="style"/><meta name="next-size-adjust" content=""/><title>Trident</title><meta name="description" content="Git repository management tool"/><link rel="icon" href="/icon.png?91e8b75214a43d69" type="image/png" sizes="256x256"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_188709 __variable_9a8899 antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("data-theme","theme","system",null,["light","dark"],null,true,true)</script><div class="flex min-h-screen max-h-screen bg-base-100"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center"><span class="loading loading-spinner"></span></div><!--/$--><main class="flex-1 overflow-auto"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="flex items-center justify-center h-full"><span class="loading loading-spinner"></span></div><!--/$--><!--$--><!--/$--></main></div><script src="/_next/static/chunks/webpack-7dec27dc3bfe207a.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2246,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"200\",\"static/chunks/200-3664e65687e716a2.js\",\"26\",\"static/chunks/26-0e6386c43f055f59.js\",\"558\",\"static/chunks/app/layout-dda593914e513c38.js\"],\"Providers\"]\n3:I[7121,[],\"\"]\n4:I[4581,[],\"\"]\n5:\"$Sreact.suspense\"\n6:I[9128,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"26\",\"static/chunks/26-0e6386c43f055f59.js\",\"131\",\"static/chunks/131-7599c38c2eb54305.js\",\"807\",\"static/chunks/app/workspace/layout-75643230bfa68574.js\"],\"WorkspaceRepoOpenTracker\"]\n7:I[7185,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"26\",\"static/chunks/26-0e6386c43f055f59.js\",\"131\",\"static/chunks/131-7599c38c2eb54305.js\",\"807\",\"static/chunks/app/workspace/layout-75643230bfa68574.js\"],\"Sidebar\"]\n8:I[1304,[],\"ClientPageRoot\"]\n9:I[7443,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"26\",\"static/chunks/26-0e6386c43f055f59.js\",\"943\",\"static/chunks/app/workspace/custom-scripts/page-8948e627574c391b.js\"],\"default\"]\nc:I[484,[],\"OutletBoundary\"]\ne:I[484,[],\"ViewportBoundary\"]\n10:I[484,[],\"MetadataBoundary\"]\n12:I[7123,[],\"\"]\n:HL[\"/_next/static/media/4cf2300e9c8272f7-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/de70bee13400563f.css\",\"style\"]\n:HL[\"/_next/static/css/aba7f1cbfd108b5e.css\",\"style\"]\n:HL[\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"rozD2mKp-fnaizXZhYJKN\",\"c\":[\"\",\"workspace\",\"custom-scripts\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"workspace\",{\"children\":[\"custom-scripts\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/de70bee13400563f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/aba7f1cbfd108b5e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\"}]}],[\"$\",\"body\",null,{\"className\":\"__variable_188709 __variable_9a8899 antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"div\",null,{\"className\":\"flex min-h-screen max-h-screen bg-base-100\",\"children\":[[\"$\",\"$5\",null,{\"fallback\":null,\"children\":[\"$\",\"$L6\",null,{}]}],[\"$\",\"$5\",null,{\"fallback\":[\"$\",\"div\",null,{\"className\":\"w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center\",\"children\":[\"$\",\"span\",null,{\"className\":\"loading loading-spinner\"}]}],\"children\":[\"$\",\"$L7\",null,{\"initialCollapsed\":false}]}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-auto\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[6869,[],\"IconMark\"]\nd:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"Trident\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Git repository management tool\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?91e8b75214a43d69\",\"type\":\"image/png\",\"sizes\":\"256x256\"}],[\"$\",\"$L13\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><!--IsI_X7X1cKXUpjpCKYBiv--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/4cf2300e9c8272f7-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/de70bee13400563f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/c4117eb58c7d0642.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7dec27dc3bfe207a.js"/><script src="/_next/static/chunks/4bd1b696-096d35a2bd1da3af.js" async=""></script><script src="/_next/static/chunks/794-37dad9bbc14b04b8.js" async=""></script><script src="/_next/static/chunks/main-app-9697367bdd1cd307.js" async=""></script><script src="/_next/static/chunks/176-b068120641913226.js" async=""></script><script src="/_next/static/chunks/785-e6d755147ff87934.js" async=""></script><script src="/_next/static/chunks/200-3664e65687e716a2.js" async=""></script><script src="/_next/static/chunks/26-71a5a763fed8540a.js" async=""></script><script src="/_next/static/chunks/app/layout-dda593914e513c38.js" async=""></script><script src="/_next/static/chunks/500-5d45efbf86b8d36e.js" async=""></script><script src="/_next/static/chunks/131-4e059eb668f6734a.js" async=""></script><script src="/_next/static/chunks/app/workspace/layout-75643230bfa68574.js" async=""></script><script src="/_next/static/chunks/app/workspace/custom-scripts/page-8948e627574c391b.js" async=""></script><link rel="preload" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" as="style"/><meta name="next-size-adjust" content=""/><title>Trident</title><meta name="description" content="Git repository management tool"/><link rel="icon" href="/icon.png?91e8b75214a43d69" type="image/png" sizes="256x256"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_188709 __variable_9a8899 antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("data-theme","theme","system",null,["light","dark"],null,true,true)</script><div class="flex min-h-screen max-h-screen bg-base-100"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center"><span class="loading loading-spinner"></span></div><!--/$--><main class="flex-1 overflow-auto"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="flex items-center justify-center h-full"><span class="loading loading-spinner"></span></div><!--/$--><!--$--><!--/$--></main></div><script src="/_next/static/chunks/webpack-7dec27dc3bfe207a.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2246,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"200\",\"static/chunks/200-3664e65687e716a2.js\",\"26\",\"static/chunks/26-71a5a763fed8540a.js\",\"558\",\"static/chunks/app/layout-dda593914e513c38.js\"],\"Providers\"]\n3:I[7121,[],\"\"]\n4:I[4581,[],\"\"]\n5:\"$Sreact.suspense\"\n6:I[9128,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"26\",\"static/chunks/26-71a5a763fed8540a.js\",\"131\",\"static/chunks/131-4e059eb668f6734a.js\",\"807\",\"static/chunks/app/workspace/layout-75643230bfa68574.js\"],\"WorkspaceRepoOpenTracker\"]\n7:I[7185,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"26\",\"static/chunks/26-71a5a763fed8540a.js\",\"131\",\"static/chunks/131-4e059eb668f6734a.js\",\"807\",\"static/chunks/app/workspace/layout-75643230bfa68574.js\"],\"Sidebar\"]\n8:I[1304,[],\"ClientPageRoot\"]\n9:I[7443,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"26\",\"static/chunks/26-71a5a763fed8540a.js\",\"943\",\"static/chunks/app/workspace/custom-scripts/page-8948e627574c391b.js\"],\"default\"]\nc:I[484,[],\"OutletBoundary\"]\ne:I[484,[],\"ViewportBoundary\"]\n10:I[484,[],\"MetadataBoundary\"]\n12:I[7123,[],\"\"]\n:HL[\"/_next/static/media/4cf2300e9c8272f7-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/de70bee13400563f.css\",\"style\"]\n:HL[\"/_next/static/css/c4117eb58c7d0642.css\",\"style\"]\n:HL[\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"IsI_X7X1cKXUpjpCKYBiv\",\"c\":[\"\",\"workspace\",\"custom-scripts\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"workspace\",{\"children\":[\"custom-scripts\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/de70bee13400563f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/c4117eb58c7d0642.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\"}]}],[\"$\",\"body\",null,{\"className\":\"__variable_188709 __variable_9a8899 antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"div\",null,{\"className\":\"flex min-h-screen max-h-screen bg-base-100\",\"children\":[[\"$\",\"$5\",null,{\"fallback\":null,\"children\":[\"$\",\"$L6\",null,{}]}],[\"$\",\"$5\",null,{\"fallback\":[\"$\",\"div\",null,{\"className\":\"w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center\",\"children\":[\"$\",\"span\",null,{\"className\":\"loading loading-spinner\"}]}],\"children\":[\"$\",\"$L7\",null,{\"initialCollapsed\":false}]}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-auto\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[6869,[],\"IconMark\"]\nd:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"Trident\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Git repository management tool\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?91e8b75214a43d69\",\"type\":\"image/png\",\"sizes\":\"256x256\"}],[\"$\",\"$L13\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2246,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-
|
|
2
|
+
2:I[2246,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-71a5a763fed8540a.js","558","static/chunks/app/layout-dda593914e513c38.js"],"Providers"]
|
|
3
3
|
3:I[7121,[],""]
|
|
4
4
|
4:I[4581,[],""]
|
|
5
5
|
5:"$Sreact.suspense"
|
|
6
|
-
6:I[9128,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-
|
|
7
|
-
7:I[7185,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-
|
|
6
|
+
6:I[9128,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"WorkspaceRepoOpenTracker"]
|
|
7
|
+
7:I[7185,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"Sidebar"]
|
|
8
8
|
8:I[1304,[],"ClientPageRoot"]
|
|
9
|
-
9:I[7443,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","26","static/chunks/26-
|
|
9
|
+
9:I[7443,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","26","static/chunks/26-71a5a763fed8540a.js","943","static/chunks/app/workspace/custom-scripts/page-8948e627574c391b.js"],"default"]
|
|
10
10
|
c:I[484,[],"OutletBoundary"]
|
|
11
11
|
e:I[484,[],"ViewportBoundary"]
|
|
12
12
|
10:I[484,[],"MetadataBoundary"]
|
|
@@ -14,9 +14,9 @@ e:I[484,[],"ViewportBoundary"]
|
|
|
14
14
|
:HL["/_next/static/media/4cf2300e9c8272f7-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
15
|
:HL["/_next/static/media/93f479601ee12b01-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
16
|
:HL["/_next/static/css/de70bee13400563f.css","style"]
|
|
17
|
-
:HL["/_next/static/css/
|
|
17
|
+
:HL["/_next/static/css/c4117eb58c7d0642.css","style"]
|
|
18
18
|
:HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
|
|
19
|
-
0:{"P":null,"b":"
|
|
19
|
+
0:{"P":null,"b":"IsI_X7X1cKXUpjpCKYBiv","c":["","workspace","custom-scripts"],"q":"","i":false,"f":[[["",{"children":["workspace",{"children":["custom-scripts",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/de70bee13400563f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/c4117eb58c7d0642.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}]}],["$","body",null,{"className":"__variable_188709 __variable_9a8899 antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","div",null,{"className":"flex min-h-screen max-h-screen bg-base-100","children":[["$","$5",null,{"fallback":null,"children":["$","$L6",null,{}]}],["$","$5",null,{"fallback":["$","div",null,{"className":"w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center","children":["$","span",null,{"className":"loading loading-spinner"}]}],"children":["$","$L7",null,{"initialCollapsed":false}]}],["$","main",null,{"className":"flex-1 overflow-auto","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true}
|
|
20
20
|
a:{}
|
|
21
21
|
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
22
22
|
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2246,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-
|
|
2
|
+
2:I[2246,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-71a5a763fed8540a.js","558","static/chunks/app/layout-dda593914e513c38.js"],"Providers"]
|
|
3
3
|
3:I[7121,[],""]
|
|
4
4
|
4:I[4581,[],""]
|
|
5
5
|
5:"$Sreact.suspense"
|
|
6
|
-
6:I[9128,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-
|
|
7
|
-
7:I[7185,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-
|
|
6
|
+
6:I[9128,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"WorkspaceRepoOpenTracker"]
|
|
7
|
+
7:I[7185,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"Sidebar"]
|
|
8
8
|
8:I[1304,[],"ClientPageRoot"]
|
|
9
|
-
9:I[7443,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","26","static/chunks/26-
|
|
9
|
+
9:I[7443,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","26","static/chunks/26-71a5a763fed8540a.js","943","static/chunks/app/workspace/custom-scripts/page-8948e627574c391b.js"],"default"]
|
|
10
10
|
c:I[484,[],"OutletBoundary"]
|
|
11
11
|
e:I[484,[],"ViewportBoundary"]
|
|
12
12
|
10:I[484,[],"MetadataBoundary"]
|
|
@@ -14,9 +14,9 @@ e:I[484,[],"ViewportBoundary"]
|
|
|
14
14
|
:HL["/_next/static/media/4cf2300e9c8272f7-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
15
|
:HL["/_next/static/media/93f479601ee12b01-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
16
|
:HL["/_next/static/css/de70bee13400563f.css","style"]
|
|
17
|
-
:HL["/_next/static/css/
|
|
17
|
+
:HL["/_next/static/css/c4117eb58c7d0642.css","style"]
|
|
18
18
|
:HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
|
|
19
|
-
0:{"P":null,"b":"
|
|
19
|
+
0:{"P":null,"b":"IsI_X7X1cKXUpjpCKYBiv","c":["","workspace","custom-scripts"],"q":"","i":false,"f":[[["",{"children":["workspace",{"children":["custom-scripts",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/de70bee13400563f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/c4117eb58c7d0642.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}]}],["$","body",null,{"className":"__variable_188709 __variable_9a8899 antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","div",null,{"className":"flex min-h-screen max-h-screen bg-base-100","children":[["$","$5",null,{"fallback":null,"children":["$","$L6",null,{}]}],["$","$5",null,{"fallback":["$","div",null,{"className":"w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center","children":["$","span",null,{"className":"loading loading-spinner"}]}],"children":["$","$L7",null,{"initialCollapsed":false}]}],["$","main",null,{"className":"flex-1 overflow-auto","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],null,["$","$Lc",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true}
|
|
20
20
|
a:{}
|
|
21
21
|
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
22
22
|
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[484,[],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[6869,[],"IconMark"]
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"IsI_X7X1cKXUpjpCKYBiv","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Trident"}],["$","meta","1",{"name":"description","content":"Git repository management tool"}],["$","link","2",{"rel":"icon","href":"/icon.png?91e8b75214a43d69","type":"image/png","sizes":"256x256"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2246,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-
|
|
2
|
+
2:I[2246,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-71a5a763fed8540a.js","558","static/chunks/app/layout-dda593914e513c38.js"],"Providers"]
|
|
3
3
|
3:I[7121,[],""]
|
|
4
4
|
4:I[4581,[],""]
|
|
5
5
|
:HL["/_next/static/css/de70bee13400563f.css","style"]
|
|
6
|
-
:HL["/_next/static/css/
|
|
6
|
+
:HL["/_next/static/css/c4117eb58c7d0642.css","style"]
|
|
7
7
|
:HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
|
|
8
|
-
0:{"buildId":"
|
|
8
|
+
0:{"buildId":"IsI_X7X1cKXUpjpCKYBiv","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/de70bee13400563f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/c4117eb58c7d0642.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}]}],["$","body",null,{"className":"__variable_188709 __variable_9a8899 antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
:HL["/_next/static/media/4cf2300e9c8272f7-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
2
2
|
:HL["/_next/static/media/93f479601ee12b01-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
3
3
|
:HL["/_next/static/css/de70bee13400563f.css","style"]
|
|
4
|
-
:HL["/_next/static/css/
|
|
4
|
+
:HL["/_next/static/css/c4117eb58c7d0642.css","style"]
|
|
5
5
|
:HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"IsI_X7X1cKXUpjpCKYBiv","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"workspace","paramType":null,"paramKey":"workspace","hasRuntimePrefetch":false,"slots":{"children":{"name":"custom-scripts","paramType":null,"paramKey":"custom-scripts","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[1304,[],"ClientPageRoot"]
|
|
3
|
-
3:I[7443,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","26","static/chunks/26-
|
|
3
|
+
3:I[7443,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","26","static/chunks/26-71a5a763fed8540a.js","943","static/chunks/app/workspace/custom-scripts/page-8948e627574c391b.js"],"default"]
|
|
4
4
|
6:I[484,[],"OutletBoundary"]
|
|
5
5
|
7:"$Sreact.suspense"
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"IsI_X7X1cKXUpjpCKYBiv","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
|
7
7
|
4:{}
|
|
8
8
|
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
9
|
8:null
|
package/.next/server/app/workspace/custom-scripts.segments/workspace/custom-scripts.segment.rsc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[7121,[],""]
|
|
3
3
|
3:I[4581,[],""]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"IsI_X7X1cKXUpjpCKYBiv","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:"$Sreact.suspense"
|
|
3
|
-
3:I[9128,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-
|
|
4
|
-
4:I[7185,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-
|
|
3
|
+
3:I[9128,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"WorkspaceRepoOpenTracker"]
|
|
4
|
+
4:I[7185,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"Sidebar"]
|
|
5
5
|
5:I[7121,[],""]
|
|
6
6
|
6:I[4581,[],""]
|
|
7
|
-
0:{"buildId":"
|
|
7
|
+
0:{"buildId":"IsI_X7X1cKXUpjpCKYBiv","rsc":["$","$1","c",{"children":[null,["$","div",null,{"className":"flex min-h-screen max-h-screen bg-base-100","children":[["$","$2",null,{"fallback":null,"children":["$","$L3",null,{}]}],["$","$2",null,{"fallback":["$","div",null,{"className":"w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center","children":["$","span",null,{"className":"loading loading-spinner"}]}],"children":["$","$L4",null,{"initialCollapsed":false}]}],["$","main",null,{"className":"flex-1 overflow-auto","children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}]}]}]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/workspace/history/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"1984":{"*":{"id":"9311","name":"*","chunks":[],"async":false}},"2246":{"*":{"id":"9633","name":"*","chunks":[],"async":false}},"3411":{"*":{"id":"3517","name":"*","chunks":[],"async":false}},"3543":{"*":{"id":"1351","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5170":{"*":{"id":"4072","name":"*","chunks":[],"async":false}},"5432":{"*":{"id":"5544","name":"*","chunks":[],"async":false}},"6147":{"*":{"id":"5633","name":"*","chunks":[],"async":false}},"6795":{"*":{"id":"7174","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"5229","name":"*","chunks":[],"async":false}},"7443":{"*":{"id":"6363","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"3246","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":421,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-0e6386c43f055f59.js","558","static/chunks/app/layout-dda593914e513c38.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":9695,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-0e6386c43f055f59.js","558","static/chunks/app/layout-dda593914e513c38.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/globals.css":{"id":1743,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-0e6386c43f055f59.js","558","static/chunks/app/layout-dda593914e513c38.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/providers.tsx":{"id":2246,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-0e6386c43f055f59.js","558","static/chunks/app/layout-dda593914e513c38.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/components/repo-list.tsx":{"id":3411,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-0e6386c43f055f59.js","131","static/chunks/131-7599c38c2eb54305.js","974","static/chunks/app/page-157b05e7d700b845.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/credentials/page.tsx":{"id":3543,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/components/layout/sidebar.tsx":{"id":7185,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-0e6386c43f055f59.js","131","static/chunks/131-7599c38c2eb54305.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/components/workspace-repo-open-tracker.tsx":{"id":9128,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-0e6386c43f055f59.js","131","static/chunks/131-7599c38c2eb54305.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/custom-scripts/page.tsx":{"id":7443,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/page.tsx":{"id":6795,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","841","static/chunks/841-4d865378216d36eb.js","26","static/chunks/26-0e6386c43f055f59.js","790","static/chunks/790-3e8fa6e595d97940.js","147","static/chunks/147-d4cb3e03218d75df.js","364","static/chunks/app/workspace/page-2b043ff528917d81.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/changes/page.tsx":{"id":1984,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/history/page.tsx":{"id":6147,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","841","static/chunks/841-4d865378216d36eb.js","26","static/chunks/26-0e6386c43f055f59.js","790","static/chunks/790-3e8fa6e595d97940.js","147","static/chunks/147-d4cb3e03218d75df.js","411","static/chunks/app/workspace/history/page-89bfc9747faed53b.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/settings/page.tsx":{"id":5432,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/stashes/page.tsx":{"id":5170,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/tangqh/Downloads/projects/trident/src/":[],"/Users/tangqh/Downloads/projects/trident/src/app/layout":[{"inlined":false,"path":"static/css/de70bee13400563f.css"},{"inlined":false,"path":"static/css/aba7f1cbfd108b5e.css"}],"/Users/tangqh/Downloads/projects/trident/src/app/page":[],"/Users/tangqh/Downloads/projects/trident/src/app/workspace/layout":[],"/Users/tangqh/Downloads/projects/trident/src/app/workspace/page":[{"inlined":false,"path":"static/css/36968b90b2339533.css"}],"/Users/tangqh/Downloads/projects/trident/src/app/workspace/history/page":[{"inlined":false,"path":"static/css/36968b90b2339533.css"}]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"1984":{"*":{"id":"1874","name":"*","chunks":[],"async":false}},"2246":{"*":{"id":"4709","name":"*","chunks":[],"async":false}},"3411":{"*":{"id":"7203","name":"*","chunks":[],"async":false}},"3543":{"*":{"id":"7427","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5170":{"*":{"id":"394","name":"*","chunks":[],"async":false}},"5432":{"*":{"id":"2554","name":"*","chunks":[],"async":false}},"6147":{"*":{"id":"2299","name":"*","chunks":[],"async":false}},"6795":{"*":{"id":"3280","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"7443":{"*":{"id":"2913","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"6920","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/workspace/history/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"484":{"*":{"id":"664","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"440","name":"*","chunks":[],"async":false}},"1984":{"*":{"id":"9311","name":"*","chunks":[],"async":false}},"2246":{"*":{"id":"9633","name":"*","chunks":[],"async":false}},"3411":{"*":{"id":"3517","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"1335","name":"*","chunks":[],"async":false}},"4740":{"*":{"id":"1351","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"2265","name":"*","chunks":[],"async":false}},"5170":{"*":{"id":"4072","name":"*","chunks":[],"async":false}},"5432":{"*":{"id":"5544","name":"*","chunks":[],"async":false}},"6147":{"*":{"id":"5633","name":"*","chunks":[],"async":false}},"6795":{"*":{"id":"7174","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"4661","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"5421","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"1921","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"5229","name":"*","chunks":[],"async":false}},"7443":{"*":{"id":"6363","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"3836","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"4342","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"3246","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7123,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/client-page.js":{"id":1304,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/client-segment.js":{"id":8616,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4777,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/layout-router.js":{"id":7121,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":4581,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":484,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":6869,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":421,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-71a5a763fed8540a.js","558","static/chunks/app/layout-dda593914e513c38.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":9695,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-71a5a763fed8540a.js","558","static/chunks/app/layout-dda593914e513c38.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/globals.css":{"id":1743,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-71a5a763fed8540a.js","558","static/chunks/app/layout-dda593914e513c38.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/providers.tsx":{"id":2246,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-71a5a763fed8540a.js","558","static/chunks/app/layout-dda593914e513c38.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/client/image-component.js":{"id":8437,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","437","static/chunks/437-856aae031cb5746d.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","974","static/chunks/app/page-b6a88311748e2958.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/node_modules/next/dist/esm/client/image-component.js":{"id":8437,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","437","static/chunks/437-856aae031cb5746d.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","974","static/chunks/app/page-b6a88311748e2958.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/components/repo-list.tsx":{"id":3411,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","437","static/chunks/437-856aae031cb5746d.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","974","static/chunks/app/page-b6a88311748e2958.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/credentials/page.tsx":{"id":4740,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/components/layout/sidebar.tsx":{"id":7185,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/components/workspace-repo-open-tracker.tsx":{"id":9128,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/changes/page.tsx":{"id":1984,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/page.tsx":{"id":6795,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","841","static/chunks/841-4d865378216d36eb.js","26","static/chunks/26-71a5a763fed8540a.js","790","static/chunks/790-3e8fa6e595d97940.js","147","static/chunks/147-64f7ae9eceb783be.js","364","static/chunks/app/workspace/page-2b043ff528917d81.js"],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/custom-scripts/page.tsx":{"id":7443,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/settings/page.tsx":{"id":5432,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/stashes/page.tsx":{"id":5170,"name":"*","chunks":[],"async":false},"/Users/tangqh/Downloads/projects/trident/src/app/workspace/history/page.tsx":{"id":6147,"name":"*","chunks":["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","841","static/chunks/841-4d865378216d36eb.js","26","static/chunks/26-71a5a763fed8540a.js","790","static/chunks/790-3e8fa6e595d97940.js","147","static/chunks/147-64f7ae9eceb783be.js","411","static/chunks/app/workspace/history/page-89bfc9747faed53b.js"],"async":false}},"entryCSSFiles":{"/Users/tangqh/Downloads/projects/trident/src/":[],"/Users/tangqh/Downloads/projects/trident/src/app/layout":[{"inlined":false,"path":"static/css/de70bee13400563f.css"},{"inlined":false,"path":"static/css/c4117eb58c7d0642.css"}],"/Users/tangqh/Downloads/projects/trident/src/app/page":[],"/Users/tangqh/Downloads/projects/trident/src/app/workspace/layout":[],"/Users/tangqh/Downloads/projects/trident/src/app/workspace/page":[{"inlined":false,"path":"static/css/36968b90b2339533.css"}],"/Users/tangqh/Downloads/projects/trident/src/app/workspace/history/page":[{"inlined":false,"path":"static/css/36968b90b2339533.css"}]},"rscModuleMapping":{"484":{"*":{"id":"8562","name":"*","chunks":[],"async":false}},"1304":{"*":{"id":"5098","name":"*","chunks":[],"async":false}},"1743":{"*":{"id":"1135","name":"*","chunks":[],"async":false}},"1984":{"*":{"id":"1874","name":"*","chunks":[],"async":false}},"2246":{"*":{"id":"4709","name":"*","chunks":[],"async":false}},"3411":{"*":{"id":"7203","name":"*","chunks":[],"async":false}},"4581":{"*":{"id":"6237","name":"*","chunks":[],"async":false}},"4740":{"*":{"id":"7427","name":"*","chunks":[],"async":false}},"4777":{"*":{"id":"3859","name":"*","chunks":[],"async":false}},"5170":{"*":{"id":"394","name":"*","chunks":[],"async":false}},"5432":{"*":{"id":"2554","name":"*","chunks":[],"async":false}},"6147":{"*":{"id":"2299","name":"*","chunks":[],"async":false}},"6795":{"*":{"id":"3280","name":"*","chunks":[],"async":false}},"6869":{"*":{"id":"6675","name":"*","chunks":[],"async":false}},"7121":{"*":{"id":"8099","name":"*","chunks":[],"async":false}},"7123":{"*":{"id":"5547","name":"*","chunks":[],"async":false}},"7185":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"7443":{"*":{"id":"2913","name":"*","chunks":[],"async":false}},"8437":{"*":{"id":"8637","name":"*","chunks":[],"async":false}},"8616":{"*":{"id":"7644","name":"*","chunks":[],"async":false}},"9128":{"*":{"id":"6920","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--rozD2mKp_fnaizXZhYJKN--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/4cf2300e9c8272f7-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/de70bee13400563f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/aba7f1cbfd108b5e.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/36968b90b2339533.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7dec27dc3bfe207a.js"/><script src="/_next/static/chunks/4bd1b696-096d35a2bd1da3af.js" async=""></script><script src="/_next/static/chunks/794-37dad9bbc14b04b8.js" async=""></script><script src="/_next/static/chunks/main-app-9697367bdd1cd307.js" async=""></script><script src="/_next/static/chunks/176-b068120641913226.js" async=""></script><script src="/_next/static/chunks/785-e6d755147ff87934.js" async=""></script><script src="/_next/static/chunks/200-3664e65687e716a2.js" async=""></script><script src="/_next/static/chunks/26-0e6386c43f055f59.js" async=""></script><script src="/_next/static/chunks/app/layout-dda593914e513c38.js" async=""></script><script src="/_next/static/chunks/500-5d45efbf86b8d36e.js" async=""></script><script src="/_next/static/chunks/131-7599c38c2eb54305.js" async=""></script><script src="/_next/static/chunks/app/workspace/layout-75643230bfa68574.js" async=""></script><script src="/_next/static/chunks/841-4d865378216d36eb.js" async=""></script><script src="/_next/static/chunks/790-3e8fa6e595d97940.js" async=""></script><script src="/_next/static/chunks/147-d4cb3e03218d75df.js" async=""></script><script src="/_next/static/chunks/app/workspace/history/page-89bfc9747faed53b.js" async=""></script><link rel="preload" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" as="style"/><meta name="next-size-adjust" content=""/><title>Trident</title><meta name="description" content="Git repository management tool"/><link rel="icon" href="/icon.png?91e8b75214a43d69" type="image/png" sizes="256x256"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_188709 __variable_9a8899 antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("data-theme","theme","system",null,["light","dark"],null,true,true)</script><div class="flex min-h-screen max-h-screen bg-base-100"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center"><span class="loading loading-spinner"></span></div><!--/$--><main class="flex-1 overflow-auto"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="flex items-center justify-center h-full"><span class="loading loading-spinner"></span></div><!--/$--><!--$--><!--/$--></main></div><script src="/_next/static/chunks/webpack-7dec27dc3bfe207a.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2246,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"200\",\"static/chunks/200-3664e65687e716a2.js\",\"26\",\"static/chunks/26-0e6386c43f055f59.js\",\"558\",\"static/chunks/app/layout-dda593914e513c38.js\"],\"Providers\"]\n3:I[7121,[],\"\"]\n4:I[4581,[],\"\"]\n5:\"$Sreact.suspense\"\n6:I[9128,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"26\",\"static/chunks/26-0e6386c43f055f59.js\",\"131\",\"static/chunks/131-7599c38c2eb54305.js\",\"807\",\"static/chunks/app/workspace/layout-75643230bfa68574.js\"],\"WorkspaceRepoOpenTracker\"]\n7:I[7185,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"26\",\"static/chunks/26-0e6386c43f055f59.js\",\"131\",\"static/chunks/131-7599c38c2eb54305.js\",\"807\",\"static/chunks/app/workspace/layout-75643230bfa68574.js\"],\"Sidebar\"]\n8:I[1304,[],\"ClientPageRoot\"]\n9:I[6147,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"841\",\"static/chunks/841-4d865378216d36eb.js\",\"26\",\"static/chunks/26-0e6386c43f055f59.js\",\"790\",\"static/chunks/790-3e8fa6e595d97940.js\",\"147\",\"static/chunks/147-d4cb3e03218d75df.js\",\"411\",\"static/chunks/app/workspace/history/page-89bfc9747faed53b.js\"],\"default\"]\nc:I[484,[],\"OutletBoundary\"]\ne:I[484,[],\"ViewportBoundary\"]\n10:I[484,[],\"MetadataBoundary\"]\n12:I[7123,[],\"\"]\n:HL[\"/_next/static/media/4cf2300e9c8272f7-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/de70bee13400563f.css\",\"style\"]\n:HL[\"/_next/static/css/aba7f1cbfd108b5e.css\",\"style\"]\n:HL[\"/_next/static/css/36968b90b2339533.css\",\"style\"]\n:HL[\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"rozD2mKp-fnaizXZhYJKN\",\"c\":[\"\",\"workspace\",\"history\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"workspace\",{\"children\":[\"history\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/de70bee13400563f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/aba7f1cbfd108b5e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\"}]}],[\"$\",\"body\",null,{\"className\":\"__variable_188709 __variable_9a8899 antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"div\",null,{\"className\":\"flex min-h-screen max-h-screen bg-base-100\",\"children\":[[\"$\",\"$5\",null,{\"fallback\":null,\"children\":[\"$\",\"$L6\",null,{}]}],[\"$\",\"$5\",null,{\"fallback\":[\"$\",\"div\",null,{\"className\":\"w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center\",\"children\":[\"$\",\"span\",null,{\"className\":\"loading loading-spinner\"}]}],\"children\":[\"$\",\"$L7\",null,{\"initialCollapsed\":false}]}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-auto\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/36968b90b2339533.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[6869,[],\"IconMark\"]\nd:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"Trident\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Git repository management tool\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?91e8b75214a43d69\",\"type\":\"image/png\",\"sizes\":\"256x256\"}],[\"$\",\"$L13\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><!--IsI_X7X1cKXUpjpCKYBiv--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/4cf2300e9c8272f7-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/de70bee13400563f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/c4117eb58c7d0642.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/36968b90b2339533.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-7dec27dc3bfe207a.js"/><script src="/_next/static/chunks/4bd1b696-096d35a2bd1da3af.js" async=""></script><script src="/_next/static/chunks/794-37dad9bbc14b04b8.js" async=""></script><script src="/_next/static/chunks/main-app-9697367bdd1cd307.js" async=""></script><script src="/_next/static/chunks/176-b068120641913226.js" async=""></script><script src="/_next/static/chunks/785-e6d755147ff87934.js" async=""></script><script src="/_next/static/chunks/200-3664e65687e716a2.js" async=""></script><script src="/_next/static/chunks/26-71a5a763fed8540a.js" async=""></script><script src="/_next/static/chunks/app/layout-dda593914e513c38.js" async=""></script><script src="/_next/static/chunks/500-5d45efbf86b8d36e.js" async=""></script><script src="/_next/static/chunks/131-4e059eb668f6734a.js" async=""></script><script src="/_next/static/chunks/app/workspace/layout-75643230bfa68574.js" async=""></script><script src="/_next/static/chunks/841-4d865378216d36eb.js" async=""></script><script src="/_next/static/chunks/790-3e8fa6e595d97940.js" async=""></script><script src="/_next/static/chunks/147-64f7ae9eceb783be.js" async=""></script><script src="/_next/static/chunks/app/workspace/history/page-89bfc9747faed53b.js" async=""></script><link rel="preload" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" as="style"/><meta name="next-size-adjust" content=""/><title>Trident</title><meta name="description" content="Git repository management tool"/><link rel="icon" href="/icon.png?91e8b75214a43d69" type="image/png" sizes="256x256"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_188709 __variable_9a8899 antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("data-theme","theme","system",null,["light","dark"],null,true,true)</script><div class="flex min-h-screen max-h-screen bg-base-100"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center"><span class="loading loading-spinner"></span></div><!--/$--><main class="flex-1 overflow-auto"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="flex items-center justify-center h-full"><span class="loading loading-spinner"></span></div><!--/$--><!--$--><!--/$--></main></div><script src="/_next/static/chunks/webpack-7dec27dc3bfe207a.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[2246,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"200\",\"static/chunks/200-3664e65687e716a2.js\",\"26\",\"static/chunks/26-71a5a763fed8540a.js\",\"558\",\"static/chunks/app/layout-dda593914e513c38.js\"],\"Providers\"]\n3:I[7121,[],\"\"]\n4:I[4581,[],\"\"]\n5:\"$Sreact.suspense\"\n6:I[9128,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"26\",\"static/chunks/26-71a5a763fed8540a.js\",\"131\",\"static/chunks/131-4e059eb668f6734a.js\",\"807\",\"static/chunks/app/workspace/layout-75643230bfa68574.js\"],\"WorkspaceRepoOpenTracker\"]\n7:I[7185,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"500\",\"static/chunks/500-5d45efbf86b8d36e.js\",\"26\",\"static/chunks/26-71a5a763fed8540a.js\",\"131\",\"static/chunks/131-4e059eb668f6734a.js\",\"807\",\"static/chunks/app/workspace/layout-75643230bfa68574.js\"],\"Sidebar\"]\n8:I[1304,[],\"ClientPageRoot\"]\n9:I[6147,[\"176\",\"static/chunks/176-b068120641913226.js\",\"785\",\"static/chunks/785-e6d755147ff87934.js\",\"841\",\"static/chunks/841-4d865378216d36eb.js\",\"26\",\"static/chunks/26-71a5a763fed8540a.js\",\"790\",\"static/chunks/790-3e8fa6e595d97940.js\",\"147\",\"static/chunks/147-64f7ae9eceb783be.js\",\"411\",\"static/chunks/app/workspace/history/page-89bfc9747faed53b.js\"],\"default\"]\nc:I[484,[],\"OutletBoundary\"]\ne:I[484,[],\"ViewportBoundary\"]\n10:I[484,[],\"MetadataBoundary\"]\n12:I[7123,[],\"\"]\n:HL[\"/_next/static/media/4cf2300e9c8272f7-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/de70bee13400563f.css\",\"style\"]\n:HL[\"/_next/static/css/c4117eb58c7d0642.css\",\"style\"]\n:HL[\"/_next/static/css/36968b90b2339533.css\",\"style\"]\n:HL[\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"IsI_X7X1cKXUpjpCKYBiv\",\"c\":[\"\",\"workspace\",\"history\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"workspace\",{\"children\":[\"history\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/de70bee13400563f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/c4117eb58c7d0642.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\"}]}],[\"$\",\"body\",null,{\"className\":\"__variable_188709 __variable_9a8899 antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"div\",null,{\"className\":\"flex min-h-screen max-h-screen bg-base-100\",\"children\":[[\"$\",\"$5\",null,{\"fallback\":null,\"children\":[\"$\",\"$L6\",null,{}]}],[\"$\",\"$5\",null,{\"fallback\":[\"$\",\"div\",null,{\"className\":\"w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center\",\"children\":[\"$\",\"span\",null,{\"className\":\"loading loading-spinner\"}]}],\"children\":[\"$\",\"$L7\",null,{\"initialCollapsed\":false}]}],[\"$\",\"main\",null,{\"className\":\"flex-1 overflow-auto\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/36968b90b2339533.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[6869,[],\"IconMark\"]\nd:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"Trident\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Git repository management tool\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?91e8b75214a43d69\",\"type\":\"image/png\",\"sizes\":\"256x256\"}],[\"$\",\"$L13\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[2246,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-
|
|
2
|
+
2:I[2246,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","200","static/chunks/200-3664e65687e716a2.js","26","static/chunks/26-71a5a763fed8540a.js","558","static/chunks/app/layout-dda593914e513c38.js"],"Providers"]
|
|
3
3
|
3:I[7121,[],""]
|
|
4
4
|
4:I[4581,[],""]
|
|
5
5
|
5:"$Sreact.suspense"
|
|
6
|
-
6:I[9128,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-
|
|
7
|
-
7:I[7185,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-
|
|
6
|
+
6:I[9128,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"WorkspaceRepoOpenTracker"]
|
|
7
|
+
7:I[7185,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","500","static/chunks/500-5d45efbf86b8d36e.js","26","static/chunks/26-71a5a763fed8540a.js","131","static/chunks/131-4e059eb668f6734a.js","807","static/chunks/app/workspace/layout-75643230bfa68574.js"],"Sidebar"]
|
|
8
8
|
8:I[1304,[],"ClientPageRoot"]
|
|
9
|
-
9:I[6147,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","841","static/chunks/841-4d865378216d36eb.js","26","static/chunks/26-
|
|
9
|
+
9:I[6147,["176","static/chunks/176-b068120641913226.js","785","static/chunks/785-e6d755147ff87934.js","841","static/chunks/841-4d865378216d36eb.js","26","static/chunks/26-71a5a763fed8540a.js","790","static/chunks/790-3e8fa6e595d97940.js","147","static/chunks/147-64f7ae9eceb783be.js","411","static/chunks/app/workspace/history/page-89bfc9747faed53b.js"],"default"]
|
|
10
10
|
c:I[484,[],"OutletBoundary"]
|
|
11
11
|
e:I[484,[],"ViewportBoundary"]
|
|
12
12
|
10:I[484,[],"MetadataBoundary"]
|
|
@@ -14,10 +14,10 @@ e:I[484,[],"ViewportBoundary"]
|
|
|
14
14
|
:HL["/_next/static/media/4cf2300e9c8272f7-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
15
|
:HL["/_next/static/media/93f479601ee12b01-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
16
|
:HL["/_next/static/css/de70bee13400563f.css","style"]
|
|
17
|
-
:HL["/_next/static/css/
|
|
17
|
+
:HL["/_next/static/css/c4117eb58c7d0642.css","style"]
|
|
18
18
|
:HL["/_next/static/css/36968b90b2339533.css","style"]
|
|
19
19
|
:HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
|
|
20
|
-
0:{"P":null,"b":"
|
|
20
|
+
0:{"P":null,"b":"IsI_X7X1cKXUpjpCKYBiv","c":["","workspace","history"],"q":"","i":false,"f":[[["",{"children":["workspace",{"children":["history",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/de70bee13400563f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/c4117eb58c7d0642.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}]}],["$","body",null,{"className":"__variable_188709 __variable_9a8899 antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","div",null,{"className":"flex min-h-screen max-h-screen bg-base-100","children":[["$","$5",null,{"fallback":null,"children":["$","$L6",null,{}]}],["$","$5",null,{"fallback":["$","div",null,{"className":"w-64 border-r border-base-300 min-h-screen bg-base-200/30 flex items-center justify-center","children":["$","span",null,{"className":"loading loading-spinner"}]}],"children":["$","$L7",null,{"initialCollapsed":false}]}],["$","main",null,{"className":"flex-1 overflow-auto","children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/36968b90b2339533.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[]],"S":true}
|
|
21
21
|
a:{}
|
|
22
22
|
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
23
23
|
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|