diff --git a/internal/executor/executor.go b/internal/executor/executor.go index 8aba824..b5cc03e 100644 --- a/internal/executor/executor.go +++ b/internal/executor/executor.go @@ -696,11 +696,13 @@ func getStepCommand(step *core.Step) string { parts = append(parts, fmt.Sprintf("step: %s (%s)", step.Step.Name, step.Step.Type)) } } - threads, _ := step.Threads.Int() - if threads <= 0 { - threads = 1 + // Emit the raw threads value so template variables (e.g. {{deparosParallel}}) + // are resolved later by templateEngine.Render; Int() can't parse an unrendered template. + threadsStr := strings.TrimSpace(string(step.Threads)) + if threadsStr == "" { + threadsStr = "1" } - parts = append(parts, fmt.Sprintf("threads: %d", threads)) + parts = append(parts, fmt.Sprintf("threads: %s", threadsStr)) return strings.Join(parts, " | ") } @@ -735,11 +737,13 @@ func getStepCommandColored(step *core.Step) string { firstLineParts = append(firstLineParts, fmt.Sprintf("pre_process: %s", terminal.Gray(step.VariablePreProcess))) } - threads, _ := step.Threads.Int() - if threads <= 0 { - threads = 1 + // Emit the raw threads value so template variables (e.g. {{deparosParallel}}) + // are resolved later by templateEngine.Render; Int() can't parse an unrendered template. + threadsStr := strings.TrimSpace(string(step.Threads)) + if threadsStr == "" { + threadsStr = "1" } - firstLineParts = append(firstLineParts, fmt.Sprintf("threads: %s", terminal.Yellow(fmt.Sprintf("%d", threads)))) + firstLineParts = append(firstLineParts, fmt.Sprintf("threads: %s", terminal.Yellow(threadsStr))) lines = append(lines, strings.Join(firstLineParts, terminal.Gray(" | "))) // Second line: step: name (type) diff --git a/pkg/cli/run.go b/pkg/cli/run.go index 5d663bc..6498711 100644 --- a/pkg/cli/run.go +++ b/pkg/cli/run.go @@ -1562,7 +1562,8 @@ func printResultSummary(result *core.WorkflowResult) { printMarkdownTable([]string{terminal.Bold("Status"), terminal.Bold("Step"), terminal.Bold("Duration")}, rows, "clc") } - if len(result.Artifacts) > 0 { + // Only list artifacts (state/log files) in verbose mode (-v); they clutter normal output. + if verbose && len(result.Artifacts) > 0 { fmt.Println() fmt.Println(terminal.ListSymbol() + " " + terminal.Bold("Artifacts:")) for _, artifact := range result.Artifacts { diff --git a/public/ui/404.html b/public/ui/404.html index 58d234a..9edd835 100644 --- a/public/ui/404.html +++ b/public/ui/404.html @@ -1 +1 @@ -404: This page could not be found.Osmedeus Dashboard

404

This page could not be found.

\ No newline at end of file +404: This page could not be found.Osmedeus Dashboard

404

This page could not be found.

\ No newline at end of file diff --git a/public/ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt b/public/ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt index dc89f9b..023566b 100644 --- a/public/ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt +++ b/public/ui/__next.!KGRhc2hib2FyZCk.__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" -2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -3:I[16883,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/908798be08ffb4a0.js","/_next/static/chunks/4ee7454817df754a.js","/_next/static/chunks/05e83c8918990ca6.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/5ee0626c235da08b.js","/_next/static/chunks/0ce12536101cfeca.js"],"default"] -6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] +2:I[47257,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ClientPageRoot"] +3:I[16883,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js","/_next/static/chunks/073vir3nlne61.js","/_next/static/chunks/0totsqye7z5yv.js","/_next/static/chunks/0z9055q78c9-_.js","/_next/static/chunks/12u9gmr.cqrml.js","/_next/static/chunks/0hvy94r_v0g-k.js","/_next/static/chunks/0-vejc748njot.js","/_next/static/chunks/0s45p1ee3f.it.js"],"default"] +6:I[97367,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"d1GNi4ZvpEqNTdpJQsavQ","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0ce12536101cfeca.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0s45p1ee3f.it.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"06q7B-L8ETV9JZF9l3brE"} 4:{} -5:{} +5:"$0:rsc:props:children:0:props:serverProvidedParams:params" 8:null diff --git a/public/ui/__next.!KGRhc2hib2FyZCk.txt b/public/ui/__next.!KGRhc2hib2FyZCk.txt index 0d66971..cdb2f22 100644 --- a/public/ui/__next.!KGRhc2hib2FyZCk.txt +++ b/public/ui/__next.!KGRhc2hib2FyZCk.txt @@ -1,7 +1,7 @@ 1:"$Sreact.fragment" -2:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] -3:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/908798be08ffb4a0.js","/_next/static/chunks/4ee7454817df754a.js","/_next/static/chunks/05e83c8918990ca6.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/5ee0626c235da08b.js"],"default"] -4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -0:{"buildId":"d1GNi4ZvpEqNTdpJQsavQ","rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/908798be08ffb4a0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/4ee7454817df754a.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/05e83c8918990ca6.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/5ee0626c235da08b.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"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."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":null,"isPartial":false} +2:I[92825,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ClientSegmentRoot"] +3:I[1701,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js","/_next/static/chunks/073vir3nlne61.js","/_next/static/chunks/0totsqye7z5yv.js","/_next/static/chunks/0z9055q78c9-_.js","/_next/static/chunks/12u9gmr.cqrml.js","/_next/static/chunks/0hvy94r_v0g-k.js","/_next/static/chunks/0-vejc748njot.js"],"default"] +4:I[39756,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"default"] +5:I[37457,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"default"] +0:{"rsc":["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/073vir3nlne61.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0totsqye7z5yv.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0z9055q78c9-_.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/12u9gmr.cqrml.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/0hvy94r_v0g-k.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/0-vejc748njot.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"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."}]}]]}]}]],[]]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"06q7B-L8ETV9JZF9l3brE"} 6:"$0:rsc:props:children:1:props:serverProvidedParams:params" diff --git a/public/ui/__next._full.txt b/public/ui/__next._full.txt index fa5507c..986f32c 100644 --- a/public/ui/__next._full.txt +++ b/public/ui/__next._full.txt @@ -1,25 +1,25 @@ 1:"$Sreact.fragment" -2:I[72111,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js"],"ThemeProvider"] -3:I[25184,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js"],"ColorVarsProvider"] -4:I[91617,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js"],"AuthProvider"] -5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -8:I[92825,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientSegmentRoot"] -9:I[1701,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/908798be08ffb4a0.js","/_next/static/chunks/4ee7454817df754a.js","/_next/static/chunks/05e83c8918990ca6.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/5ee0626c235da08b.js"],"default"] -b:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ClientPageRoot"] -c:I[16883,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js","/_next/static/chunks/908798be08ffb4a0.js","/_next/static/chunks/4ee7454817df754a.js","/_next/static/chunks/05e83c8918990ca6.js","/_next/static/chunks/e76c06a2463d634e.js","/_next/static/chunks/b5f708c6982c3b94.js","/_next/static/chunks/5ee0626c235da08b.js","/_next/static/chunks/0ce12536101cfeca.js"],"default"] -f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"OutletBoundary"] +2:I[72111,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ThemeProvider"] +3:I[25184,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ColorVarsProvider"] +4:I[91617,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"AuthProvider"] +5:I[39756,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"default"] +6:I[37457,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"default"] +7:I[46696,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"Toaster"] +8:I[92825,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ClientSegmentRoot"] +9:I[1701,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js","/_next/static/chunks/073vir3nlne61.js","/_next/static/chunks/0totsqye7z5yv.js","/_next/static/chunks/0z9055q78c9-_.js","/_next/static/chunks/12u9gmr.cqrml.js","/_next/static/chunks/0hvy94r_v0g-k.js","/_next/static/chunks/0-vejc748njot.js"],"default"] +b:I[47257,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ClientPageRoot"] +c:I[16883,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js","/_next/static/chunks/073vir3nlne61.js","/_next/static/chunks/0totsqye7z5yv.js","/_next/static/chunks/0z9055q78c9-_.js","/_next/static/chunks/12u9gmr.cqrml.js","/_next/static/chunks/0hvy94r_v0g-k.js","/_next/static/chunks/0-vejc748njot.js","/_next/static/chunks/0s45p1ee3f.it.js"],"default"] +f:I[97367,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"OutletBoundary"] 10:"$Sreact.suspense" -12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] -14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] -16:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -:HL["/_next/static/chunks/be16f9c77f941f9d.css","style"] -0:{"P":null,"b":"d1GNi4ZvpEqNTdpJQsavQ","c":["",""],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/be16f9c77f941f9d.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2c2b2b4a7c3cabc2.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",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"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/908798be08ffb4a0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/4ee7454817df754a.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/05e83c8918990ca6.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/e76c06a2463d634e.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/b5f708c6982c3b94.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/5ee0626c235da08b.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","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:1:props:children:0: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:1:props:children:0: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:1:props:children:0: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:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0ce12536101cfeca.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[]],"S":true} +12:I[97367,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ViewportBoundary"] +14:I[97367,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"MetadataBoundary"] +16:I[68027,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"default",1] +:HL["/_next/static/chunks/103gc52-sn.ei.css","style"] +0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["(dashboard)",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/103gc52-sn.ei.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/06evd-2z_p9ch.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0sua__625fult.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0c68q0vyxaa58.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/165_bs5rewd36.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",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"}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[[["$","script","script-0",{"src":"/_next/static/chunks/073vir3nlne61.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0totsqye7z5yv.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0z9055q78c9-_.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/12u9gmr.cqrml.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/0hvy94r_v0g-k.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0-vejc748njot.js","async":true,"nonce":"$undefined"}]],["$","$L8",null,{"Component":"$9","slots":{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","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:1:props:children:0: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:1:props:children:0: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:1:props:children:0: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:1:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"serverProvidedParams":{"params":{},"promises":["$@a"]}}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params","promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0s45p1ee3f.it.js","async":true,"nonce":"$undefined"}]],["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]]}],{},null,false,null]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}],false]],"m":"$undefined","G":["$16",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/103gc52-sn.ei.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"06q7B-L8ETV9JZF9l3brE"} a:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" d:{} e:"$0:f:0:1:1:children:0:props:children:1:props:serverProvidedParams:params" 13:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] -17:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] +17:I[27201,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"IconMark"] 11:null -15:[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L17","3",{}]] +15:[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.0sbq_6zc0jj4d.ico"}],["$","$L17","3",{}]] diff --git a/public/ui/__next._head.txt b/public/ui/__next._head.txt index 018b369..f4c47cc 100644 --- a/public/ui/__next._head.txt +++ b/public/ui/__next._head.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"ViewportBoundary"] -3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"MetadataBoundary"] +2:I[97367,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ViewportBoundary"] +3:I[97367,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"IconMark"] -0:{"buildId":"d1GNi4ZvpEqNTdpJQsavQ","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.c24ea5a7.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false} +5:I[27201,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"IconMark"] +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":[["$","title","0",{"children":"Osmedeus Dashboard"}],["$","meta","1",{"name":"description","content":"Security scan management dashboard for Osmedeus Workflow Engine"}],["$","link","2",{"rel":"icon","href":"/_next/static/media/favicon.0sbq_6zc0jj4d.ico"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"06q7B-L8ETV9JZF9l3brE"} diff --git a/public/ui/__next._index.txt b/public/ui/__next._index.txt index 34c189f..71b67e4 100644 --- a/public/ui/__next._index.txt +++ b/public/ui/__next._index.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" -2:I[72111,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js"],"ThemeProvider"] -3:I[25184,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js"],"ColorVarsProvider"] -4:I[91617,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js"],"AuthProvider"] -5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -6:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/fb70bb72a072b317.js"],"default"] -7:I[46696,["/_next/static/chunks/9785aa98eecd6922.js","/_next/static/chunks/2c2b2b4a7c3cabc2.js","/_next/static/chunks/440d7e9f198c67cb.js"],"Toaster"] -:HL["/_next/static/chunks/be16f9c77f941f9d.css","style"] -0:{"buildId":"d1GNi4ZvpEqNTdpJQsavQ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/be16f9c77f941f9d.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9785aa98eecd6922.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/2c2b2b4a7c3cabc2.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/440d7e9f198c67cb.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",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."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"loading":null,"isPartial":false} +2:I[72111,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ThemeProvider"] +3:I[25184,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"ColorVarsProvider"] +4:I[91617,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"AuthProvider"] +5:I[39756,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"default"] +6:I[37457,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"default"] +7:I[46696,["/_next/static/chunks/06evd-2z_p9ch.js","/_next/static/chunks/0sua__625fult.js","/_next/static/chunks/0c68q0vyxaa58.js","/_next/static/chunks/165_bs5rewd36.js"],"Toaster"] +:HL["/_next/static/chunks/103gc52-sn.ei.css","style"] +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/103gc52-sn.ei.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/06evd-2z_p9ch.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0sua__625fult.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0c68q0vyxaa58.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/165_bs5rewd36.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"min-h-screen bg-background antialiased","children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":[["$","$L3",null,{}],["$","$L4",null,{"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",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."}]}]]}]}]],[]]}],["$","$L7",null,{"position":"bottom-right","richColors":true,"toastOptions":{"className":"border border-border"}}]]}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"06q7B-L8ETV9JZF9l3brE"} diff --git a/public/ui/__next._tree.txt b/public/ui/__next._tree.txt index b3da422..fe2c5a3 100644 --- a/public/ui/__next._tree.txt +++ b/public/ui/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/be16f9c77f941f9d.css","style"] -0:{"buildId":"d1GNi4ZvpEqNTdpJQsavQ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"(dashboard)","paramType":null,"paramKey":"(dashboard)","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/103gc52-sn.ei.css","style"] +0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(dashboard)","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"06q7B-L8ETV9JZF9l3brE"} diff --git a/public/ui/_next/static/d1GNi4ZvpEqNTdpJQsavQ/_buildManifest.js b/public/ui/_next/static/06q7B-L8ETV9JZF9l3brE/_buildManifest.js similarity index 100% rename from public/ui/_next/static/d1GNi4ZvpEqNTdpJQsavQ/_buildManifest.js rename to public/ui/_next/static/06q7B-L8ETV9JZF9l3brE/_buildManifest.js diff --git a/public/ui/_next/static/06q7B-L8ETV9JZF9l3brE/_clientMiddlewareManifest.js b/public/ui/_next/static/06q7B-L8ETV9JZF9l3brE/_clientMiddlewareManifest.js new file mode 100644 index 0000000..a8acaff --- /dev/null +++ b/public/ui/_next/static/06q7B-L8ETV9JZF9l3brE/_clientMiddlewareManifest.js @@ -0,0 +1 @@ +self.__MIDDLEWARE_MATCHERS = [];self.__MIDDLEWARE_MATCHERS_CB && self.__MIDDLEWARE_MATCHERS_CB() \ No newline at end of file diff --git a/public/ui/_next/static/d1GNi4ZvpEqNTdpJQsavQ/_ssgManifest.js b/public/ui/_next/static/06q7B-L8ETV9JZF9l3brE/_ssgManifest.js similarity index 100% rename from public/ui/_next/static/d1GNi4ZvpEqNTdpJQsavQ/_ssgManifest.js rename to public/ui/_next/static/06q7B-L8ETV9JZF9l3brE/_ssgManifest.js diff --git a/public/ui/_next/static/chunks/0-vejc748njot.js b/public/ui/_next/static/chunks/0-vejc748njot.js new file mode 100644 index 0000000..11ca05c --- /dev/null +++ b/public/ui/_next/static/chunks/0-vejc748njot.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,26330,e=>{"use strict";var t,n=e.i(71645),r=e.i(81140),i=e.i(74080),o=e.i(20783),l=e.i(43476),a=Symbol("radix.slottable");function u(e){return n.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===a}var s=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{var r,i;let a,s,c,f=(i=r=`Primitive.${t}`,(a=n.forwardRef((e,t)=>{let{children:r,...i}=e;if(n.isValidElement(r)){var l;let e,a,u=(l=r,(a=(e=Object.getOwnPropertyDescriptor(l.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.ref:(a=(e=Object.getOwnPropertyDescriptor(l,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.props.ref:l.props.ref||l.ref),s=function(e,t){let n={...t};for(let r in t){let i=e[r],o=t[r];/^on[A-Z]/.test(r)?i&&o?n[r]=(...e)=>{let t=o(...e);return i(...e),t}:i&&(n[r]=i):"style"===r?n[r]={...i,...o}:"className"===r&&(n[r]=[i,o].filter(Boolean).join(" "))}return{...e,...n}}(i,r.props);return r.type!==n.Fragment&&(s.ref=t?(0,o.composeRefs)(t,u):u),n.cloneElement(r,s)}return n.Children.count(r)>1?n.Children.only(null):null})).displayName=`${i}.SlotClone`,s=a,(c=n.forwardRef((e,t)=>{let{children:r,...i}=e,o=n.Children.toArray(r),a=o.find(u);if(a){let e=a.props.children,r=o.map(t=>t!==a?t:n.Children.count(e)>1?n.Children.only(null):n.isValidElement(e)?e.props.children:null);return(0,l.jsx)(s,{...i,ref:t,children:n.isValidElement(e)?n.cloneElement(e,void 0,r):null})}return(0,l.jsx)(s,{...i,ref:t,children:r})})).displayName=`${r}.Slot`,c),d=n.forwardRef((e,n)=>{let{asChild:r,...i}=e;return"u">typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,l.jsx)(r?f:t,{...i,ref:n})});return d.displayName=`Primitive.${t}`,{...e,[t]:d}},{}),c=e.i(30207),f="dismissableLayer.update",d=n.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),p=n.forwardRef((e,i)=>{let{disableOutsidePointerEvents:a=!1,onEscapeKeyDown:u,onPointerDownOutside:p,onFocusOutside:v,onInteractOutside:g,onDismiss:y,...w}=e,b=n.useContext(d),[x,E]=n.useState(null),R=x?.ownerDocument??globalThis?.document,[,C]=n.useState({}),S=(0,o.useComposedRefs)(i,e=>E(e)),A=Array.from(b.layers),[P]=[...b.layersWithOutsidePointerEventsDisabled].slice(-1),L=A.indexOf(P),O=x?A.indexOf(x):-1,N=b.layersWithOutsidePointerEventsDisabled.size>0,T=O>=L,j=function(e,t=globalThis?.document){let r=(0,c.useCallbackRef)(e),i=n.useRef(!1),o=n.useRef(()=>{});return n.useEffect(()=>{let e=e=>{if(e.target&&!i.current){let n=function(){h("dismissableLayer.pointerDownOutside",r,i,{discrete:!0})},i={originalEvent:e};"touch"===e.pointerType?(t.removeEventListener("click",o.current),o.current=n,t.addEventListener("click",o.current,{once:!0})):n()}else t.removeEventListener("click",o.current);i.current=!1},n=window.setTimeout(()=>{t.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(n),t.removeEventListener("pointerdown",e),t.removeEventListener("click",o.current)}},[t,r]),{onPointerDownCapture:()=>i.current=!0}}(e=>{let t=e.target,n=[...b.branches].some(e=>e.contains(t));T&&!n&&(p?.(e),g?.(e),e.defaultPrevented||y?.())},R),k=function(e,t=globalThis?.document){let r=(0,c.useCallbackRef)(e),i=n.useRef(!1);return n.useEffect(()=>{let e=e=>{e.target&&!i.current&&h("dismissableLayer.focusOutside",r,{originalEvent:e},{discrete:!1})};return t.addEventListener("focusin",e),()=>t.removeEventListener("focusin",e)},[t,r]),{onFocusCapture:()=>i.current=!0,onBlurCapture:()=>i.current=!1}}(e=>{let t=e.target;![...b.branches].some(e=>e.contains(t))&&(v?.(e),g?.(e),e.defaultPrevented||y?.())},R);return!function(e,t=globalThis?.document){let r=(0,c.useCallbackRef)(e);n.useEffect(()=>{let e=e=>{"Escape"===e.key&&r(e)};return t.addEventListener("keydown",e,{capture:!0}),()=>t.removeEventListener("keydown",e,{capture:!0})},[r,t])}(e=>{O===b.layers.size-1&&(u?.(e),!e.defaultPrevented&&y&&(e.preventDefault(),y()))},R),n.useEffect(()=>{if(x)return a&&(0===b.layersWithOutsidePointerEventsDisabled.size&&(t=R.body.style.pointerEvents,R.body.style.pointerEvents="none"),b.layersWithOutsidePointerEventsDisabled.add(x)),b.layers.add(x),m(),()=>{a&&1===b.layersWithOutsidePointerEventsDisabled.size&&(R.body.style.pointerEvents=t)}},[x,R,a,b]),n.useEffect(()=>()=>{x&&(b.layers.delete(x),b.layersWithOutsidePointerEventsDisabled.delete(x),m())},[x,b]),n.useEffect(()=>{let e=()=>C({});return document.addEventListener(f,e),()=>document.removeEventListener(f,e)},[]),(0,l.jsx)(s.div,{...w,ref:S,style:{pointerEvents:N?T?"auto":"none":void 0,...e.style},onFocusCapture:(0,r.composeEventHandlers)(e.onFocusCapture,k.onFocusCapture),onBlurCapture:(0,r.composeEventHandlers)(e.onBlurCapture,k.onBlurCapture),onPointerDownCapture:(0,r.composeEventHandlers)(e.onPointerDownCapture,j.onPointerDownCapture)})});function m(){let e=new CustomEvent(f);document.dispatchEvent(e)}function h(e,t,n,{discrete:r}){let o=n.originalEvent.target,l=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});if(t&&o.addEventListener(e,t,{once:!0}),r)o&&i.flushSync(()=>o.dispatchEvent(l));else o.dispatchEvent(l)}p.displayName="DismissableLayer",n.forwardRef((e,t)=>{let r=n.useContext(d),i=n.useRef(null),a=(0,o.useComposedRefs)(t,i);return n.useEffect(()=>{let e=i.current;if(e)return r.branches.add(e),()=>{r.branches.delete(e)}},[r.branches]),(0,l.jsx)(s.div,{...e,ref:a})}).displayName="DismissableLayerBranch",e.s(["DismissableLayer",0,p],26330)},65491,e=>{"use strict";let t;var n=e.i(71645),r=e.i(20783);e.i(74080);var i=e.i(43476),o=Symbol("radix.slottable");function l(e){return n.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===o}var a=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{var o,a;let u,s,c,f=(a=o=`Primitive.${t}`,(u=n.forwardRef((e,t)=>{let{children:i,...o}=e;if(n.isValidElement(i)){var l;let e,a,u=(l=i,(a=(e=Object.getOwnPropertyDescriptor(l.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.ref:(a=(e=Object.getOwnPropertyDescriptor(l,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.props.ref:l.props.ref||l.ref),s=function(e,t){let n={...t};for(let r in t){let i=e[r],o=t[r];/^on[A-Z]/.test(r)?i&&o?n[r]=(...e)=>{let t=o(...e);return i(...e),t}:i&&(n[r]=i):"style"===r?n[r]={...i,...o}:"className"===r&&(n[r]=[i,o].filter(Boolean).join(" "))}return{...e,...n}}(o,i.props);return i.type!==n.Fragment&&(s.ref=t?(0,r.composeRefs)(t,u):u),n.cloneElement(i,s)}return n.Children.count(i)>1?n.Children.only(null):null})).displayName=`${a}.SlotClone`,s=u,(c=n.forwardRef((e,t)=>{let{children:r,...o}=e,a=n.Children.toArray(r),u=a.find(l);if(u){let e=u.props.children,r=a.map(t=>t!==u?t:n.Children.count(e)>1?n.Children.only(null):n.isValidElement(e)?e.props.children:null);return(0,i.jsx)(s,{...o,ref:t,children:n.isValidElement(e)?n.cloneElement(e,void 0,r):null})}return(0,i.jsx)(s,{...o,ref:t,children:r})})).displayName=`${o}.Slot`,c),d=n.forwardRef((e,n)=>{let{asChild:r,...o}=e;return"u">typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,i.jsx)(r?f:t,{...o,ref:n})});return d.displayName=`Primitive.${t}`,{...e,[t]:d}},{}),u=e.i(30207),s="focusScope.autoFocusOnMount",c="focusScope.autoFocusOnUnmount",f={bubbles:!1,cancelable:!0},d=n.forwardRef((e,t)=>{let{loop:o=!1,trapped:l=!1,onMountAutoFocus:d,onUnmountAutoFocus:g,...y}=e,[w,b]=n.useState(null),x=(0,u.useCallbackRef)(d),E=(0,u.useCallbackRef)(g),R=n.useRef(null),C=(0,r.useComposedRefs)(t,e=>b(e)),S=n.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;n.useEffect(()=>{if(l){let e=function(e){if(S.paused||!w)return;let t=e.target;w.contains(t)?R.current=t:h(R.current,{select:!0})},t=function(e){if(S.paused||!w)return;let t=e.relatedTarget;null!==t&&(w.contains(t)||h(R.current,{select:!0}))};document.addEventListener("focusin",e),document.addEventListener("focusout",t);let n=new MutationObserver(function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&h(w)});return w&&n.observe(w,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),n.disconnect()}}},[l,w,S.paused]),n.useEffect(()=>{if(w){v.add(S);let e=document.activeElement;if(!w.contains(e)){let t=new CustomEvent(s,f);w.addEventListener(s,x),w.dispatchEvent(t),t.defaultPrevented||(function(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(h(r,{select:t}),document.activeElement!==n)return}(p(w).filter(e=>"A"!==e.tagName),{select:!0}),document.activeElement===e&&h(w))}return()=>{w.removeEventListener(s,x),setTimeout(()=>{let t=new CustomEvent(c,f);w.addEventListener(c,E),w.dispatchEvent(t),t.defaultPrevented||h(e??document.body,{select:!0}),w.removeEventListener(c,E),v.remove(S)},0)}}},[w,x,E,S]);let A=n.useCallback(e=>{if(!o&&!l||S.paused)return;let t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,n=document.activeElement;if(t&&n){var r;let t,i=e.currentTarget,[l,a]=[m(t=p(r=i),r),m(t.reverse(),r)];l&&a?e.shiftKey||n!==a?e.shiftKey&&n===l&&(e.preventDefault(),o&&h(a,{select:!0})):(e.preventDefault(),o&&h(l,{select:!0})):n===i&&e.preventDefault()}},[o,l,S.paused]);return(0,i.jsx)(a.div,{tabIndex:-1,...y,ref:C,onKeyDown:A})});function p(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function m(e,t){for(let n of e)if(!function(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e&&(void 0===t||e!==t);){if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}(n,{upTo:t}))return n}function h(e,{select:t=!1}={}){if(e&&e.focus){var n;let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&(n=e)instanceof HTMLInputElement&&"select"in n&&t&&e.select()}}d.displayName="FocusScope";var v=(t=[],{add(e){let n=t[0];e!==n&&n?.pause(),(t=g(t,e)).unshift(e)},remove(e){t=g(t,e),t[0]?.resume()}});function g(e,t){let n=[...e],r=n.indexOf(t);return -1!==r&&n.splice(r,1),n}e.s(["FocusScope",0,d],65491)},74606,e=>{"use strict";var t=e.i(71645),n=e.i(74080),r=e.i(20783),i=e.i(43476),o=Symbol("radix.slottable");function l(e){return t.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===o}var a=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,n)=>{var o,a;let u,s,c,f=(a=o=`Primitive.${n}`,(u=t.forwardRef((e,n)=>{let{children:i,...o}=e;if(t.isValidElement(i)){var l;let e,a,u=(l=i,(a=(e=Object.getOwnPropertyDescriptor(l.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.ref:(a=(e=Object.getOwnPropertyDescriptor(l,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?l.props.ref:l.props.ref||l.ref),s=function(e,t){let n={...t};for(let r in t){let i=e[r],o=t[r];/^on[A-Z]/.test(r)?i&&o?n[r]=(...e)=>{let t=o(...e);return i(...e),t}:i&&(n[r]=i):"style"===r?n[r]={...i,...o}:"className"===r&&(n[r]=[i,o].filter(Boolean).join(" "))}return{...e,...n}}(o,i.props);return i.type!==t.Fragment&&(s.ref=n?(0,r.composeRefs)(n,u):u),t.cloneElement(i,s)}return t.Children.count(i)>1?t.Children.only(null):null})).displayName=`${a}.SlotClone`,s=u,(c=t.forwardRef((e,n)=>{let{children:r,...o}=e,a=t.Children.toArray(r),u=a.find(l);if(u){let e=u.props.children,r=a.map(n=>n!==u?n:t.Children.count(e)>1?t.Children.only(null):t.isValidElement(e)?e.props.children:null);return(0,i.jsx)(s,{...o,ref:n,children:t.isValidElement(e)?t.cloneElement(e,void 0,r):null})}return(0,i.jsx)(s,{...o,ref:n,children:r})})).displayName=`${o}.Slot`,c),d=t.forwardRef((e,t)=>{let{asChild:r,...o}=e;return"u">typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,i.jsx)(r?f:n,{...o,ref:t})});return d.displayName=`Primitive.${n}`,{...e,[n]:d}},{}),u=e.i(34620),s=t.forwardRef((e,r)=>{let{container:o,...l}=e,[s,c]=t.useState(!1);(0,u.useLayoutEffect)(()=>c(!0),[]);let f=o||s&&globalThis?.document?.body;return f?n.default.createPortal((0,i.jsx)(a.div,{...l,ref:r}),f):null});s.displayName="Portal",e.s(["Portal",0,s],74606)},3536,e=>{"use strict";var t=e.i(71645),n=0;function r(){let e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}e.s(["useFocusGuards",0,function(){t.useEffect(()=>{let e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??r()),document.body.insertAdjacentElement("beforeend",e[1]??r()),n++,()=>{1===n&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),n--}},[])}])},85369,e=>{"use strict";var t,n,r,i,o,l,a,u=function(){return(u=Object.assign||function(e){for(var t,n=1,r=arguments.length;nt.indexOf(r)&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var i=0,r=Object.getOwnPropertySymbols(e);it.indexOf(r[i])&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}var c=("function"==typeof SuppressedError&&SuppressedError,e.i(71645)),f="right-scroll-bar-position",d="width-before-scroll-bar";function p(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}var m="u">typeof window?c.useLayoutEffect:c.useEffect,h=new WeakMap,v=(void 0===t&&(t={}),(void 0===n&&(n=function(e){return e}),r=[],i=!1,o={read:function(){if(i)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:null},useMedium:function(e){var t=n(e,i);return r.push(t),function(){r=r.filter(function(e){return e!==t})}},assignSyncMedium:function(e){for(i=!0;r.length;){var t=r;r=[],t.forEach(e)}r={push:function(t){return e(t)},filter:function(){return r}}},assignMedium:function(e){i=!0;var t=[];if(r.length){var n=r;r=[],n.forEach(e),t=r}var o=function(){var n=t;t=[],n.forEach(e)},l=function(){return Promise.resolve().then(o)};l(),r={push:function(e){t.push(e),l()},filter:function(e){return t=t.filter(e),r}}}}).options=u({async:!0,ssr:!1},t),o),g=function(){},y=c.forwardRef(function(e,t){var n,r,i,o,l=c.useRef(null),a=c.useState({onScrollCapture:g,onWheelCapture:g,onTouchMoveCapture:g}),f=a[0],d=a[1],y=e.forwardProps,w=e.children,b=e.className,x=e.removeScrollBar,E=e.enabled,R=e.shards,C=e.sideCar,S=e.noRelative,A=e.noIsolation,P=e.inert,L=e.allowPinchZoom,O=e.as,N=e.gapMode,T=s(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),j=(n=[l,t],r=function(e){return n.forEach(function(t){return p(t,e)})},(i=(0,c.useState)(function(){return{value:null,callback:r,facade:{get current(){return i.value},set current(value){var e=i.value;e!==value&&(i.value=value,i.callback(value,e))}}}})[0]).callback=r,o=i.facade,m(function(){var e=h.get(o);if(e){var t=new Set(e),r=new Set(n),i=o.current;t.forEach(function(e){r.has(e)||p(e,null)}),r.forEach(function(e){t.has(e)||p(e,i)})}h.set(o,n)},[n]),o),k=u(u({},T),f);return c.createElement(c.Fragment,null,E&&c.createElement(C,{sideCar:v,removeScrollBar:x,shards:R,noRelative:S,noIsolation:A,inert:P,setCallbacks:d,allowPinchZoom:!!L,lockRef:l,gapMode:N}),y?c.cloneElement(c.Children.only(w),u(u({},k),{ref:j})):c.createElement(void 0===O?"div":O,u({},k,{className:b,ref:j}),w))});y.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},y.classNames={fullWidth:d,zeroRight:f};var w=function(e){var t=e.sideCar,n=s(e,["sideCar"]);if(!t)throw Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw Error("Sidecar medium not found");return c.createElement(r,u({},n))};w.isSideCarExport=!0;var b=function(){var e=0,t=null;return{add:function(n){if(0==e&&(t=function(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=a||("u">typeof __webpack_nonce__?__webpack_nonce__:void 0);return t&&e.setAttribute("nonce",t),e}())){var r,i;(r=t).styleSheet?r.styleSheet.cssText=n:r.appendChild(document.createTextNode(n)),i=t,(document.head||document.getElementsByTagName("head")[0]).appendChild(i)}e++},remove:function(){--e||!t||(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},x=function(){var e=b();return function(t,n){c.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},E=function(){var e=x();return function(t){return e(t.styles,t.dynamic),null}},R={left:0,top:0,right:0,gap:0},C=function(e){return parseInt(e||"",10)||0},S=function(e){var t=window.getComputedStyle(document.body),n=t["padding"===e?"paddingLeft":"marginLeft"],r=t["padding"===e?"paddingTop":"marginTop"],i=t["padding"===e?"paddingRight":"marginRight"];return[C(n),C(r),C(i)]},A=function(e){if(void 0===e&&(e="margin"),"u"