diffhub 0.1.8 → 0.1.9
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/standalone/apps/web/.next/BUILD_ID +1 -1
- package/.next/standalone/apps/web/.next/build-manifest.json +3 -3
- package/.next/standalone/apps/web/.next/node_modules/shiki-43d062b67f27bbdc/dist/bundle-full.mjs +27 -0
- package/.next/standalone/apps/web/.next/node_modules/shiki-43d062b67f27bbdc/dist/index.mjs +6 -0
- package/.next/standalone/apps/web/.next/node_modules/shiki-43d062b67f27bbdc/dist/langs.mjs +1430 -0
- package/.next/standalone/apps/web/.next/node_modules/shiki-43d062b67f27bbdc/dist/themes.mjs +395 -0
- package/.next/standalone/apps/web/.next/node_modules/shiki-43d062b67f27bbdc/dist/wasm.mjs +2 -0
- package/.next/standalone/apps/web/.next/node_modules/shiki-43d062b67f27bbdc/package.json +70 -0
- package/.next/standalone/apps/web/.next/prerender-manifest.json +3 -3
- package/.next/standalone/apps/web/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/apps/web/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/apps/web/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/apps/web/.next/server/app/_not-found.rsc +2 -2
- package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/apps/web/.next/server/app/index.html +1 -1
- package/.next/standalone/apps/web/.next/server/app/index.rsc +3 -3
- package/.next/standalone/apps/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/apps/web/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/.next/standalone/apps/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/apps/web/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/standalone/apps/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__002xd2v._.js +1 -1
- package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__08v6xj7._.js +1 -1
- package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0of4lzl._.js +1 -1
- package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0wmjj~m._.js +1 -1
- package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0zeknn4._.js +1 -1
- package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__11d5pg1._.js +1 -1
- package/.next/standalone/apps/web/.next/server/chunks/ssr/_0oc3qg_._.js +15 -15
- package/.next/standalone/apps/web/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/apps/web/.next/server/pages/404.html +1 -1
- package/.next/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/.next/standalone/apps/web/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/apps/web/.next/static/chunks/08y3m525937fg.css +3 -0
- package/.next/standalone/apps/web/.next/static/chunks/{0gcusppap8f2f.js → 10kt4bfjbj3p6.js} +17 -17
- package/.next/standalone/apps/web/package.json +4 -3
- package/.next/standalone/apps/web/public/file.svg +1 -0
- package/.next/standalone/apps/web/public/glide-variable-italic.woff2 +0 -0
- package/.next/standalone/apps/web/public/glide-variable.woff2 +0 -0
- package/.next/standalone/apps/web/public/globe.svg +1 -0
- package/.next/standalone/apps/web/public/next.svg +1 -0
- package/.next/standalone/apps/web/public/operator-mono-book-italic.woff2 +0 -0
- package/.next/standalone/apps/web/public/operator-mono-book.woff2 +0 -0
- package/.next/standalone/apps/web/public/operator-mono-medium-italic.woff2 +0 -0
- package/.next/standalone/apps/web/public/operator-mono-medium.woff2 +0 -0
- package/.next/standalone/apps/web/public/screenshot.png +0 -0
- package/.next/standalone/apps/web/public/vercel.svg +1 -0
- package/.next/standalone/apps/web/public/window.svg +1 -0
- package/bin/diffhub.mjs +14 -26
- package/bin/prepare-standalone.mjs +24 -0
- package/bin/standalone-helpers.mjs +118 -0
- package/package.json +4 -3
- package/.next/standalone/apps/web/.next/static/chunks/0rv4vihrj083t.css +0 -3
- /package/.next/standalone/apps/web/.next/static/{jwjMsDTIK6u1jExOzJG4I → 1944ulFaN6y01mQKUIlQV}/_buildManifest.js +0 -0
- /package/.next/standalone/apps/web/.next/static/{jwjMsDTIK6u1jExOzJG4I → 1944ulFaN6y01mQKUIlQV}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/apps/web/.next/static/{jwjMsDTIK6u1jExOzJG4I → 1944ulFaN6y01mQKUIlQV}/_ssgManifest.js +0 -0
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[82520,["/_next/static/chunks/0k6qpcardco1q.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[60329,["/_next/static/chunks/0k6qpcardco1q.js"],"IconMark"]
|
|
6
|
-
0:{"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":[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","1",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"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":[["$","link","0",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","1",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1944ulFaN6y01mQKUIlQV"}
|
package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[10291,["/_next/static/chunks/0k6qpcardco1q.js"],"default"]
|
|
3
3
|
3:I[2968,["/_next/static/chunks/0k6qpcardco1q.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"1944ulFaN6y01mQKUIlQV"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"
|
|
1
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"1944ulFaN6y01mQKUIlQV"}
|
package/.next/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/apps/web/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":10291,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":10291,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":2968,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2968,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":37745,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":37745,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":45589,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/client-segment.js":{"id":45589,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":45319,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":45319,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":82520,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":82520,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":60329,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":60329,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/agentation/dist/index.mjs <module evaluation>":{"id":78042,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/agentation/dist/index.mjs":{"id":78042,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/components/DiffsWorkerProvider.tsx <module evaluation>":{"id":41447,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":true},"[project]/apps/web/components/DiffsWorkerProvider.tsx":{"id":41447,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":true},"[project]/apps/web/components/theme-provider.tsx <module evaluation>":{"id":5625,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/components/theme-provider.tsx":{"id":5625,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":24462,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/client/components/builtin/global-error.js":{"id":24462,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false}},"ssrModuleMapping":{"10291":{"*":{"id":23962,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"2968":{"*":{"id":75450,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"37745":{"*":{"id":19238,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"45589":{"*":{"id":46169,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"45319":{"*":{"id":79227,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"82520":{"*":{"id":5512,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"60329":{"*":{"id":40278,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"78042":{"*":{"id":95969,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"41447":{"*":{"id":27582,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":true}},"5625":{"*":{"id":78696,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"24462":{"*":{"id":82516,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js","server/chunks/ssr/0fuv_0frin6b._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"10291":{"*":{"id":73337,"name":"*","chunks":[],"async":false}},"2968":{"*":{"id":86122,"name":"*","chunks":[],"async":false}},"37745":{"*":{"id":24114,"name":"*","chunks":[],"async":false}},"45589":{"*":{"id":58696,"name":"*","chunks":[],"async":false}},"45319":{"*":{"id":82383,"name":"*","chunks":[],"async":false}},"82520":{"*":{"id":46106,"name":"*","chunks":[],"async":false}},"60329":{"*":{"id":23373,"name":"*","chunks":[],"async":false}},"78042":{"*":{"id":25633,"name":"*","chunks":[],"async":false}},"41447":{"*":{"id":81334,"name":"*","chunks":[],"async":false}},"5625":{"*":{"id":14676,"name":"*","chunks":[],"async":false}},"24462":{"*":{"id":39316,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/0rv4vihrj083t.css","inlined":false}],"[project]/apps/web/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0rv4vihrj083t.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/129j.vkoufmaw.js","static/chunks/0k6qpcardco1q.js","static/chunks/01f1ms~jsc5vh.js","static/chunks/0y0o261rjun_2.js"],"[project]/apps/web/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/129j.vkoufmaw.js","static/chunks/0k6qpcardco1q.js","static/chunks/01f1ms~jsc5vh.js","static/chunks/0y0o261rjun_2.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/apps/web/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":10291,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/layout-router.js":{"id":10291,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":2968,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2968,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":37745,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/client-page.js":{"id":37745,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":45589,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/client-segment.js":{"id":45589,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":45319,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":45319,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":82520,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":82520,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":60329,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":60329,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/agentation/dist/index.mjs <module evaluation>":{"id":78042,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/agentation/dist/index.mjs":{"id":78042,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/components/DiffsWorkerProvider.tsx <module evaluation>":{"id":41447,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":true},"[project]/apps/web/components/DiffsWorkerProvider.tsx":{"id":41447,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":true},"[project]/apps/web/components/theme-provider.tsx <module evaluation>":{"id":5625,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/components/theme-provider.tsx":{"id":5625,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":24462,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false},"[project]/apps/web/node_modules/next/dist/client/components/builtin/global-error.js":{"id":24462,"name":"*","chunks":["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"async":false}},"ssrModuleMapping":{"10291":{"*":{"id":23962,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"2968":{"*":{"id":75450,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"37745":{"*":{"id":19238,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"45589":{"*":{"id":46169,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"45319":{"*":{"id":79227,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"82520":{"*":{"id":5512,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"60329":{"*":{"id":40278,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"78042":{"*":{"id":95969,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"41447":{"*":{"id":27582,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":true}},"5625":{"*":{"id":78696,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js"],"async":false}},"24462":{"*":{"id":82516,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0bit3~x._.js","server/chunks/ssr/_0m1v4-9._.js","server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js","server/chunks/ssr/0fuv_0frin6b._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"10291":{"*":{"id":73337,"name":"*","chunks":[],"async":false}},"2968":{"*":{"id":86122,"name":"*","chunks":[],"async":false}},"37745":{"*":{"id":24114,"name":"*","chunks":[],"async":false}},"45589":{"*":{"id":58696,"name":"*","chunks":[],"async":false}},"45319":{"*":{"id":82383,"name":"*","chunks":[],"async":false}},"82520":{"*":{"id":46106,"name":"*","chunks":[],"async":false}},"60329":{"*":{"id":23373,"name":"*","chunks":[],"async":false}},"78042":{"*":{"id":25633,"name":"*","chunks":[],"async":false}},"41447":{"*":{"id":81334,"name":"*","chunks":[],"async":false}},"5625":{"*":{"id":14676,"name":"*","chunks":[],"async":false}},"24462":{"*":{"id":39316,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/08y3m525937fg.css","inlined":false}],"[project]/apps/web/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/08y3m525937fg.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/129j.vkoufmaw.js","static/chunks/0k6qpcardco1q.js","static/chunks/01f1ms~jsc5vh.js","static/chunks/0y0o261rjun_2.js"],"[project]/apps/web/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/129j.vkoufmaw.js","static/chunks/0k6qpcardco1q.js","static/chunks/01f1ms~jsc5vh.js","static/chunks/0y0o261rjun_2.js"]}};
|
|
3
3
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/0rv4vihrj083t.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0nupph2ieezql.js"/><script src="/_next/static/chunks/18de3ubyyshv4.js" async=""></script><script src="/_next/static/chunks/0p7btp09uoqfd.js" async=""></script><script src="/_next/static/chunks/turbopack-0o1xu~kzm4kdq.js" async=""></script><script src="/_next/static/chunks/129j.vkoufmaw.js" async=""></script><script src="/_next/static/chunks/0k6qpcardco1q.js" async=""></script><script src="/_next/static/chunks/01f1ms~jsc5vh.js" async=""></script><script src="/_next/static/chunks/0y0o261rjun_2.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>diffhub</title><meta name="description" content="GitHub PR-style local diff viewer"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><title>404: This page could not be found.</title><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="h-full overflow-hidden bg-background 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){}})("class","theme","dark",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0nupph2ieezql.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[5625,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"ThemeProvider\"]\n3:I[41447,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"DiffsWorkerProvider\",1]\n4:I[10291,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\"]\n5:I[2968,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\"]\n6:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"ViewportBoundary\"]\nc:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"MetadataBoundary\"]\ne:I[24462,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0rv4vihrj083t.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0rv4vihrj083t.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/129j.vkoufmaw.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0k6qpcardco1q.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0y0o261rjun_2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"h-full overflow-hidden bg-background antialiased\",\"children\":[\"$\",\"$L2\",null,{\"attribute\":\"class\",\"defaultTheme\":\"dark\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",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\"}]}],false]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:style\",\"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\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0rv4vihrj083t.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"jwjMsDTIK6u1jExOzJG4I\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[60329,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"IconMark\"]\n8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"diffhub\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"GitHub PR-style local diff viewer\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L10\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/08y3m525937fg.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0nupph2ieezql.js"/><script src="/_next/static/chunks/18de3ubyyshv4.js" async=""></script><script src="/_next/static/chunks/0p7btp09uoqfd.js" async=""></script><script src="/_next/static/chunks/turbopack-0o1xu~kzm4kdq.js" async=""></script><script src="/_next/static/chunks/129j.vkoufmaw.js" async=""></script><script src="/_next/static/chunks/0k6qpcardco1q.js" async=""></script><script src="/_next/static/chunks/01f1ms~jsc5vh.js" async=""></script><script src="/_next/static/chunks/0y0o261rjun_2.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>diffhub</title><meta name="description" content="GitHub PR-style local diff viewer"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><title>404: This page could not be found.</title><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="h-full overflow-hidden bg-background 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){}})("class","theme","dark",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0nupph2ieezql.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[5625,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"ThemeProvider\"]\n3:I[41447,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"DiffsWorkerProvider\",1]\n4:I[10291,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\"]\n5:I[2968,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\"]\n6:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"ViewportBoundary\"]\nc:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"MetadataBoundary\"]\ne:I[24462,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/08y3m525937fg.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/08y3m525937fg.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/129j.vkoufmaw.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0k6qpcardco1q.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0y0o261rjun_2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"h-full overflow-hidden bg-background antialiased\",\"children\":[\"$\",\"$L2\",null,{\"attribute\":\"class\",\"defaultTheme\":\"dark\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",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\"}]}],false]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:style\",\"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\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/08y3m525937fg.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"1944ulFaN6y01mQKUIlQV\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[60329,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"IconMark\"]\n8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"diffhub\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"GitHub PR-style local diff viewer\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L10\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
a:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"ViewportBoundary"]
|
|
9
9
|
c:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"MetadataBoundary"]
|
|
10
10
|
e:I[24462,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default",1]
|
|
11
|
-
:HL["/_next/static/chunks/
|
|
12
|
-
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
11
|
+
:HL["/_next/static/chunks/08y3m525937fg.css","style"]
|
|
12
|
+
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/08y3m525937fg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/129j.vkoufmaw.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0k6qpcardco1q.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/01f1ms~jsc5vh.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0y0o261rjun_2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full","suppressHydrationWarning":true,"children":["$","body",null,{"className":"h-full overflow-hidden bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"dark","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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"}]}],false]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:style","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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/08y3m525937fg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"1944ulFaN6y01mQKUIlQV"}
|
|
13
13
|
f:[]
|
|
14
14
|
9:"$Wf"
|
|
15
15
|
b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
a:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"ViewportBoundary"]
|
|
9
9
|
c:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"MetadataBoundary"]
|
|
10
10
|
e:I[24462,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default",1]
|
|
11
|
-
:HL["/_next/static/chunks/
|
|
12
|
-
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
11
|
+
:HL["/_next/static/chunks/08y3m525937fg.css","style"]
|
|
12
|
+
0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/08y3m525937fg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/129j.vkoufmaw.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0k6qpcardco1q.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/01f1ms~jsc5vh.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0y0o261rjun_2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full","suppressHydrationWarning":true,"children":["$","body",null,{"className":"h-full overflow-hidden bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"dark","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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"}]}],false]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:style","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":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/08y3m525937fg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"1944ulFaN6y01mQKUIlQV"}
|
|
13
13
|
f:[]
|
|
14
14
|
9:"$Wf"
|
|
15
15
|
b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
3:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
5
|
5:I[60329,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"IconMark"]
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$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":"diffhub"}],["$","meta","1",{"name":"description","content":"GitHub PR-style local diff viewer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$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":"diffhub"}],["$","meta","1",{"name":"description","content":"GitHub PR-style local diff viewer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1944ulFaN6y01mQKUIlQV"}
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
3:I[41447,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"DiffsWorkerProvider",1]
|
|
4
4
|
4:I[10291,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default"]
|
|
5
5
|
5:I[2968,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default"]
|
|
6
|
-
:HL["/_next/static/chunks/
|
|
7
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
6
|
+
:HL["/_next/static/chunks/08y3m525937fg.css","style"]
|
|
7
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/08y3m525937fg.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/129j.vkoufmaw.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0k6qpcardco1q.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/01f1ms~jsc5vh.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/0y0o261rjun_2.js","async":true}]],["$","html",null,{"lang":"en","className":"glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full","suppressHydrationWarning":true,"children":["$","body",null,{"className":"h-full overflow-hidden bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"dark","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",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."}]}]]}]}]],[]]}]}],false]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1944ulFaN6y01mQKUIlQV"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","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."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
4
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","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."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1944ulFaN6y01mQKUIlQV"}
|
|
5
5
|
4:null
|
package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found.segment.rsc
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
2:I[10291,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default"]
|
|
3
3
|
3:I[2968,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"1944ulFaN6y01mQKUIlQV"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
2
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"
|
|
1
|
+
:HL["/_next/static/chunks/08y3m525937fg.css","style"]
|
|
2
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"1944ulFaN6y01mQKUIlQV"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/glide_variable-s.p.0fx44xqf9f43h.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/glide_variable_italic-s.p.093qg0eh0wzav.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/operator_mono_book-s.p.0ao75o~.if_c5.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/operator_mono_book_italic-s.p.17ittyvlvy8jk.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/operator_mono_medium-s.p.0lzlpc.qkabu3.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/operator_mono_medium_italic-s.p.0~p9vm-1dhank.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0rv4vihrj083t.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0nupph2ieezql.js"/><script src="/_next/static/chunks/18de3ubyyshv4.js" async=""></script><script src="/_next/static/chunks/0p7btp09uoqfd.js" async=""></script><script src="/_next/static/chunks/turbopack-0o1xu~kzm4kdq.js" async=""></script><script src="/_next/static/chunks/129j.vkoufmaw.js" async=""></script><script src="/_next/static/chunks/0k6qpcardco1q.js" async=""></script><script src="/_next/static/chunks/01f1ms~jsc5vh.js" async=""></script><script src="/_next/static/chunks/0y0o261rjun_2.js" async=""></script><script src="/_next/static/chunks/0ogqv_xj2r0c6.js" async=""></script><script src="/_next/static/chunks/0gcusppap8f2f.js" async=""></script><meta name="next-size-adjust" content=""/><title>diffhub</title><meta name="description" content="GitHub PR-style local diff viewer"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="h-full overflow-hidden bg-background 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){}})("class","theme","dark",null,["light","dark"],null,true,true)</script><div class="group/sidebar-wrapper flex min-h-svh w-full has-data-[variant=inset]:bg-sidebar h-svh" data-slot="sidebar-wrapper" style="--sidebar-width:16rem;--sidebar-width-icon:3rem"><div class="flex h-full w-(--sidebar-width) flex-col bg-sidebar text-sidebar-foreground relative overflow-hidden border-r border-sidebar-border" data-slot="sidebar" style="--sidebar-width:256px"><div class="flex gap-2 p-2 border-b border-sidebar-border h-[52px] flex-row items-center py-0 px-2" data-sidebar="header" data-slot="sidebar-header"><div class="relative flex w-full items-center"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 24 24" stroke-width="2" color="currentColor" class="pointer-events-none absolute left-2.5 text-sidebar-foreground/40"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m20 20-3.95-3.95M18 11c0 3.866-3.134 7-7 7s-7-3.134-7-7 3.134-7 7-7 7 3.134 7 7Z"></path></svg><input type="text" placeholder="Filter files…" aria-label="Filter files" class="w-full rounded-md border border-sidebar-border bg-sidebar-accent py-1.5 pl-7 pr-7 text-xs text-sidebar-foreground placeholder:text-sidebar-foreground/40 transition-colors focus:border-sidebar-ring/50 focus:outline-none" value=""/></div></div><div class="flex min-h-0 flex-1 flex-col overflow-auto group-data-[collapsible=icon]:overflow-hidden gap-0 py-1" data-sidebar="content" data-slot="sidebar-content"><div class="flex flex-col items-center gap-2 px-4 py-8 text-center"><p class="animate-pulse text-xs text-sidebar-foreground/50">Loading…</p></div></div><div class="flex flex-col gap-2 p-2 border-t border-sidebar-border px-3 py-2" data-sidebar="footer" data-slot="sidebar-footer"><div class="flex items-center gap-2 text-[12px] font-mono text-sidebar-foreground/60"><span>0<!-- --> <!-- -->files</span></div></div><div aria-hidden="true" class="absolute inset-y-0 right-0 z-20 w-[5px] cursor-col-resize after:absolute after:inset-y-0 after:left-1/2 after:-translate-x-1/2 after:w-px after:transition-colors hover:after:bg-sidebar-border"></div></div><main class="relative w-full flex-1 bg-background md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ml-2 md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow-sm flex flex-col h-svh overflow-hidden" data-slot="sidebar-inset"><header class="flex h-[52px] items-center gap-2 border-b border-border bg-card px-4 text-sm"><div class="flex items-center gap-1.5"><button type="button" class="relative whitespace-nowrap rounded-md border border-border bg-background px-2.5 py-1 font-mono text-xs text-muted-foreground cursor-pointer hover:bg-secondary" id="base-ui-_R_db5fdb_" data-slot="tooltip-trigger"><span class="transition-opacity duration-150 opacity-100">…</span><span class="absolute inset-0 flex items-center justify-center text-diff-green transition-opacity duration-150 opacity-0"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-check" viewBox="0 0 24 24" color="currentColor"><path d="M20 6 9 17l-5-5"></path></svg></span></button><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="text-muted-foreground/50 shrink-0" viewBox="0 0 24 24" color="currentColor"><path d="M5 12h14M12 5l7 7-7 7"></path></svg><button type="button" class="relative whitespace-nowrap rounded-md border border-border bg-background px-2.5 py-1 font-mono text-xs text-muted-foreground cursor-pointer hover:bg-secondary" id="base-ui-_R_fb5fdb_" data-slot="tooltip-trigger"><span class="transition-opacity duration-150 opacity-100">main</span><span class="absolute inset-0 flex items-center justify-center text-diff-green transition-opacity duration-150 opacity-0"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-check" viewBox="0 0 24 24" color="currentColor"><path d="M20 6 9 17l-5-5"></path></svg></span></button></div><div class="flex-1"></div><div class="flex items-center gap-0.5"><div class="flex items-center pr-1.5" id="base-ui-_R_pr5fdb_" data-slot="tooltip-trigger"><span class="mx-1 size-1.5 rounded-full bg-muted-foreground/50"></span></div><div class="relative"><button type="button" data-size="xs" data-slot="button" data-variant="ghost" class="group/button inline-flex shrink-0 select-none items-center justify-center whitespace-nowrap border border-transparent bg-clip-padding font-sans font-medium outline-none transition-[color,background-color,border-color,box-shadow,opacity,transform] duration-150 ease-out focus-visible:border-ring focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-45 aria-disabled:pointer-events-none aria-disabled:cursor-not-allowed aria-disabled:opacity-45 aria-invalid:border-destructive aria-invalid:ring-2 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 h-8 in-data-[slot=button-group]:rounded-lg rounded-[min(var(--radius-md),10px)] px-2.5 text-xs has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 [&_svg:not([class*='size-'])]:size-3 active:bg-muted/80 aria-expanded:bg-muted aria-pressed:bg-muted/80 dark:aria-pressed:bg-muted/60 dark:active:bg-muted/60 dark:hover:bg-muted/50 text-muted-foreground hover:text-foreground hover:bg-secondary gap-1">All<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="10" height="10" stroke-width="2" color="currentColor" class="transition-transform duration-150"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9.5 6 6 6-6"></path></svg></button></div><button type="button" data-size="icon-xs" data-slot="tooltip-trigger" data-variant="ghost" class="group/button inline-flex shrink-0 select-none items-center justify-center whitespace-nowrap border border-transparent bg-clip-padding font-sans font-medium text-sm outline-none transition-[color,background-color,border-color,box-shadow,opacity,transform] duration-150 ease-out focus-visible:border-ring focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-45 aria-disabled:pointer-events-none aria-disabled:cursor-not-allowed aria-disabled:opacity-45 aria-invalid:border-destructive aria-invalid:ring-2 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 size-8 in-data-[slot=button-group]:rounded-lg rounded-[min(var(--radius-md),10px)] [&_svg:not([class*='size-'])]:size-3 active:bg-muted/80 aria-expanded:bg-muted aria-pressed:bg-muted/80 dark:aria-pressed:bg-muted/60 dark:active:bg-muted/60 dark:hover:bg-muted/50 text-muted-foreground hover:text-foreground hover:bg-secondary" id="base-ui-_R_tr5fdb_"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 24 24" stroke-width="2" color="currentColor"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v18M8 5H6C4.3431 5 3 6.3431 3 8v8c0 1.6569 1.3431 3 3 3h2m8 0h2c1.6569 0 3-1.3431 3-3V8c0-1.6569-1.3431-3-3-3h-2"></path></svg></button></div></header><div class="flex-1 min-h-0 overflow-hidden"><div class="flex h-full items-center justify-center"><div class="text-muted-foreground text-sm animate-pulse">Loading diff…</div></div></div></main></div><!--$--><!--/$--><script src="/_next/static/chunks/0nupph2ieezql.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[5625,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"ThemeProvider\"]\n3:I[41447,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"DiffsWorkerProvider\",1]\n4:I[10291,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\"]\n5:I[2968,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\"]\n6:I[33357,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\",\"/_next/static/chunks/0ogqv_xj2r0c6.js\",\"/_next/static/chunks/0gcusppap8f2f.js\"],\"DiffApp\"]\n7:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\na:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"ViewportBoundary\"]\nc:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"MetadataBoundary\"]\ne:I[24462,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0rv4vihrj083t.css\",\"style\"]\n:HL[\"/_next/static/media/glide_variable-s.p.0fx44xqf9f43h.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/glide_variable_italic-s.p.093qg0eh0wzav.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/operator_mono_book-s.p.0ao75o~.if_c5.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/operator_mono_book_italic-s.p.17ittyvlvy8jk.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/operator_mono_medium-s.p.0lzlpc.qkabu3.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/operator_mono_medium_italic-s.p.0~p9vm-1dhank.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0rv4vihrj083t.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/129j.vkoufmaw.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0k6qpcardco1q.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0y0o261rjun_2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"h-full overflow-hidden bg-background antialiased\",\"children\":[\"$\",\"$L2\",null,{\"attribute\":\"class\",\"defaultTheme\":\"dark\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",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\"}]}],false]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"repoPath\":\"/home/runner/work/diffhub/diffhub/apps/web\"}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0ogqv_xj2r0c6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0gcusppap8f2f.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0rv4vihrj083t.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"jwjMsDTIK6u1jExOzJG4I\"}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[60329,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"IconMark\"]\n9:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"diffhub\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"GitHub PR-style local diff viewer\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lf\",\"3\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/glide_variable-s.p.0fx44xqf9f43h.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/glide_variable_italic-s.p.093qg0eh0wzav.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/operator_mono_book-s.p.0ao75o~.if_c5.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/operator_mono_book_italic-s.p.17ittyvlvy8jk.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/operator_mono_medium-s.p.0lzlpc.qkabu3.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/operator_mono_medium_italic-s.p.0~p9vm-1dhank.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/08y3m525937fg.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0nupph2ieezql.js"/><script src="/_next/static/chunks/18de3ubyyshv4.js" async=""></script><script src="/_next/static/chunks/0p7btp09uoqfd.js" async=""></script><script src="/_next/static/chunks/turbopack-0o1xu~kzm4kdq.js" async=""></script><script src="/_next/static/chunks/129j.vkoufmaw.js" async=""></script><script src="/_next/static/chunks/0k6qpcardco1q.js" async=""></script><script src="/_next/static/chunks/01f1ms~jsc5vh.js" async=""></script><script src="/_next/static/chunks/0y0o261rjun_2.js" async=""></script><script src="/_next/static/chunks/0ogqv_xj2r0c6.js" async=""></script><script src="/_next/static/chunks/10kt4bfjbj3p6.js" async=""></script><meta name="next-size-adjust" content=""/><title>diffhub</title><meta name="description" content="GitHub PR-style local diff viewer"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="h-full overflow-hidden bg-background 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){}})("class","theme","dark",null,["light","dark"],null,true,true)</script><div class="group/sidebar-wrapper flex min-h-svh w-full has-data-[variant=inset]:bg-sidebar h-svh" data-slot="sidebar-wrapper" style="--sidebar-width:16rem;--sidebar-width-icon:3rem"><div class="flex h-full w-(--sidebar-width) flex-col bg-sidebar text-sidebar-foreground relative overflow-hidden border-r border-sidebar-border" data-slot="sidebar" style="--sidebar-width:256px"><div class="flex gap-2 p-2 border-b border-sidebar-border h-[52px] flex-row items-center py-0 px-2" data-sidebar="header" data-slot="sidebar-header"><div class="relative flex w-full items-center"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 24 24" stroke-width="2" color="currentColor" class="pointer-events-none absolute left-2.5 text-sidebar-foreground/40"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m20 20-3.95-3.95M18 11c0 3.866-3.134 7-7 7s-7-3.134-7-7 3.134-7 7-7 7 3.134 7 7Z"></path></svg><input type="text" placeholder="Filter files…" aria-label="Filter files" class="w-full rounded-md border border-sidebar-border bg-sidebar-accent py-1.5 pl-7 pr-7 text-xs text-sidebar-foreground placeholder:text-sidebar-foreground/40 transition-colors focus:border-sidebar-ring/50 focus:outline-none" value=""/></div></div><div class="flex min-h-0 flex-1 flex-col overflow-auto group-data-[collapsible=icon]:overflow-hidden gap-0 py-1" data-sidebar="content" data-slot="sidebar-content"><div class="flex flex-col items-center gap-2 px-4 py-8 text-center"><p class="animate-pulse text-xs text-sidebar-foreground/50">Loading…</p></div></div><div class="flex flex-col gap-2 p-2 border-t border-sidebar-border px-3 py-2" data-sidebar="footer" data-slot="sidebar-footer"><div class="flex items-center gap-2 text-[12px] font-mono text-sidebar-foreground/60"><span>0<!-- --> <!-- -->files</span></div></div><div aria-hidden="true" class="absolute inset-y-0 right-0 z-20 w-[5px] cursor-col-resize after:absolute after:inset-y-0 after:left-1/2 after:-translate-x-1/2 after:w-px after:transition-colors hover:after:bg-sidebar-border"></div></div><main class="relative w-full flex-1 bg-background md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ml-2 md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow-sm flex flex-col h-svh overflow-hidden" data-slot="sidebar-inset"><header class="flex h-[52px] items-center gap-2 border-b border-border bg-card px-4 text-sm"><div class="flex items-center gap-1.5"><button type="button" class="relative whitespace-nowrap rounded-md border border-border bg-background px-2.5 py-1 font-mono text-xs text-muted-foreground cursor-pointer hover:bg-secondary" id="base-ui-_R_db5fdb_" data-slot="tooltip-trigger"><span class="transition-opacity duration-150 opacity-100">…</span><span class="absolute inset-0 flex items-center justify-center text-diff-green transition-opacity duration-150 opacity-0"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-check" viewBox="0 0 24 24" color="currentColor"><path d="M20 6 9 17l-5-5"></path></svg></span></button><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="text-muted-foreground/50 shrink-0" viewBox="0 0 24 24" color="currentColor"><path d="M5 12h14M12 5l7 7-7 7"></path></svg><button type="button" class="relative whitespace-nowrap rounded-md border border-border bg-background px-2.5 py-1 font-mono text-xs text-muted-foreground cursor-pointer hover:bg-secondary" id="base-ui-_R_fb5fdb_" data-slot="tooltip-trigger"><span class="transition-opacity duration-150 opacity-100">main</span><span class="absolute inset-0 flex items-center justify-center text-diff-green transition-opacity duration-150 opacity-0"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-check" viewBox="0 0 24 24" color="currentColor"><path d="M20 6 9 17l-5-5"></path></svg></span></button></div><div class="flex-1"></div><div class="flex items-center gap-0.5"><div class="flex items-center pr-1.5" id="base-ui-_R_pr5fdb_" data-slot="tooltip-trigger"><span class="mx-1 size-1.5 rounded-full bg-muted-foreground/50"></span></div><div class="relative"><button type="button" data-size="xs" data-slot="button" data-variant="ghost" class="group/button inline-flex shrink-0 select-none items-center justify-center whitespace-nowrap border border-transparent bg-clip-padding font-sans font-medium outline-none transition-[color,background-color,border-color,box-shadow,opacity,transform] duration-150 ease-out focus-visible:border-ring focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-45 aria-disabled:pointer-events-none aria-disabled:cursor-not-allowed aria-disabled:opacity-45 aria-invalid:border-destructive aria-invalid:ring-2 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 h-8 in-data-[slot=button-group]:rounded-lg rounded-[min(var(--radius-md),10px)] px-2.5 text-xs has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 [&_svg:not([class*='size-'])]:size-3 active:bg-muted/80 aria-expanded:bg-muted aria-pressed:bg-muted/80 dark:aria-pressed:bg-muted/60 dark:active:bg-muted/60 dark:hover:bg-muted/50 text-muted-foreground hover:text-foreground hover:bg-secondary gap-1">All<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="10" height="10" stroke-width="2" color="currentColor" class="transition-transform duration-150"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m6 9.5 6 6 6-6"></path></svg></button></div><button type="button" data-size="icon-xs" data-slot="tooltip-trigger" data-variant="ghost" class="group/button inline-flex shrink-0 select-none items-center justify-center whitespace-nowrap border border-transparent bg-clip-padding font-sans font-medium text-sm outline-none transition-[color,background-color,border-color,box-shadow,opacity,transform] duration-150 ease-out focus-visible:border-ring focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-45 aria-disabled:pointer-events-none aria-disabled:cursor-not-allowed aria-disabled:opacity-45 aria-invalid:border-destructive aria-invalid:ring-2 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 size-8 in-data-[slot=button-group]:rounded-lg rounded-[min(var(--radius-md),10px)] [&_svg:not([class*='size-'])]:size-3 active:bg-muted/80 aria-expanded:bg-muted aria-pressed:bg-muted/80 dark:aria-pressed:bg-muted/60 dark:active:bg-muted/60 dark:hover:bg-muted/50 text-muted-foreground hover:text-foreground hover:bg-secondary" id="base-ui-_R_tr5fdb_"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="none" viewBox="0 0 24 24" stroke-width="2" color="currentColor"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v18M8 5H6C4.3431 5 3 6.3431 3 8v8c0 1.6569 1.3431 3 3 3h2m8 0h2c1.6569 0 3-1.3431 3-3V8c0-1.6569-1.3431-3-3-3h-2"></path></svg></button></div></header><div class="flex-1 min-h-0 overflow-hidden"><div class="flex h-full items-center justify-center"><div class="text-muted-foreground text-sm animate-pulse">Loading diff…</div></div></div></main></div><!--$--><!--/$--><script src="/_next/static/chunks/0nupph2ieezql.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[5625,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"ThemeProvider\"]\n3:I[41447,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"DiffsWorkerProvider\",1]\n4:I[10291,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\"]\n5:I[2968,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\"]\n6:I[33357,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\",\"/_next/static/chunks/0ogqv_xj2r0c6.js\",\"/_next/static/chunks/10kt4bfjbj3p6.js\"],\"DiffApp\"]\n7:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\na:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"ViewportBoundary\"]\nc:I[82520,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"MetadataBoundary\"]\ne:I[24462,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/08y3m525937fg.css\",\"style\"]\n:HL[\"/_next/static/media/glide_variable-s.p.0fx44xqf9f43h.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/glide_variable_italic-s.p.093qg0eh0wzav.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/operator_mono_book-s.p.0ao75o~.if_c5.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/operator_mono_book_italic-s.p.17ittyvlvy8jk.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/operator_mono_medium-s.p.0lzlpc.qkabu3.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/operator_mono_medium_italic-s.p.0~p9vm-1dhank.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/08y3m525937fg.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/129j.vkoufmaw.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0k6qpcardco1q.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0y0o261rjun_2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"h-full overflow-hidden bg-background antialiased\",\"children\":[\"$\",\"$L2\",null,{\"attribute\":\"class\",\"defaultTheme\":\"dark\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",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\"}]}],false]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"repoPath\":\"/home/runner/work/diffhub/diffhub/apps/web\"}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0ogqv_xj2r0c6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/10kt4bfjbj3p6.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/08y3m525937fg.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"1944ulFaN6y01mQKUIlQV\"}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[60329,[\"/_next/static/chunks/129j.vkoufmaw.js\",\"/_next/static/chunks/0k6qpcardco1q.js\",\"/_next/static/chunks/01f1ms~jsc5vh.js\",\"/_next/static/chunks/0y0o261rjun_2.js\"],\"IconMark\"]\n9:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"diffhub\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"GitHub PR-style local diff viewer\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Lf\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
3:I[41447,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"DiffsWorkerProvider",1]
|
|
4
4
|
4:I[10291,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default"]
|
|
5
5
|
5:I[2968,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default"]
|
|
6
|
-
6:I[33357,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js","/_next/static/chunks/0ogqv_xj2r0c6.js","/_next/static/chunks/
|
|
6
|
+
6:I[33357,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js","/_next/static/chunks/0ogqv_xj2r0c6.js","/_next/static/chunks/10kt4bfjbj3p6.js"],"DiffApp"]
|
|
7
7
|
7:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"OutletBoundary"]
|
|
8
8
|
8:"$Sreact.suspense"
|
|
9
9
|
a:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"ViewportBoundary"]
|
|
10
10
|
c:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"MetadataBoundary"]
|
|
11
11
|
e:I[24462,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"default",1]
|
|
12
|
-
:HL["/_next/static/chunks/
|
|
12
|
+
:HL["/_next/static/chunks/08y3m525937fg.css","style"]
|
|
13
13
|
:HL["/_next/static/media/glide_variable-s.p.0fx44xqf9f43h.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
14
14
|
:HL["/_next/static/media/glide_variable_italic-s.p.093qg0eh0wzav.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
15
15
|
:HL["/_next/static/media/operator_mono_book-s.p.0ao75o~.if_c5.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
16
16
|
:HL["/_next/static/media/operator_mono_book_italic-s.p.17ittyvlvy8jk.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
17
17
|
:HL["/_next/static/media/operator_mono_medium-s.p.0lzlpc.qkabu3.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
18
18
|
:HL["/_next/static/media/operator_mono_medium_italic-s.p.0~p9vm-1dhank.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
|
19
|
-
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
19
|
+
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/08y3m525937fg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/129j.vkoufmaw.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0k6qpcardco1q.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/01f1ms~jsc5vh.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0y0o261rjun_2.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"glide_d2f847e3-module__AaAq0q__variable operatormono_ed74845e-module__AwNkEW__variable h-full","suppressHydrationWarning":true,"children":["$","body",null,{"className":"h-full overflow-hidden bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"dark","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",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"}]}],false]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"repoPath":"/home/runner/work/diffhub/diffhub/apps/web"}],[["$","script","script-0",{"src":"/_next/static/chunks/0ogqv_xj2r0c6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/10kt4bfjbj3p6.js","async":true,"nonce":"$undefined"}]],["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/08y3m525937fg.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"1944ulFaN6y01mQKUIlQV"}
|
|
20
20
|
b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
21
21
|
f:I[60329,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"IconMark"]
|
|
22
22
|
9:null
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[33357,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js","/_next/static/chunks/0ogqv_xj2r0c6.js","/_next/static/chunks/
|
|
2
|
+
2:I[33357,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js","/_next/static/chunks/0ogqv_xj2r0c6.js","/_next/static/chunks/10kt4bfjbj3p6.js"],"DiffApp"]
|
|
3
3
|
3:I[82520,["/_next/static/chunks/129j.vkoufmaw.js","/_next/static/chunks/0k6qpcardco1q.js","/_next/static/chunks/01f1ms~jsc5vh.js","/_next/static/chunks/0y0o261rjun_2.js"],"OutletBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"repoPath":"/home/runner/work/diffhub/diffhub/apps/web"}],[["$","script","script-0",{"src":"/_next/static/chunks/0ogqv_xj2r0c6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"repoPath":"/home/runner/work/diffhub/diffhub/apps/web"}],[["$","script","script-0",{"src":"/_next/static/chunks/0ogqv_xj2r0c6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/10kt4bfjbj3p6.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1944ulFaN6y01mQKUIlQV"}
|
|
6
6
|
5:null
|