test-lah 1.0.8 → 1.0.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/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-build-manifest.json +46 -36
- package/.next/standalone/.next/app-path-routes-manifest.json +6 -5
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +24 -24
- package/.next/standalone/.next/server/app/(dashboard)/integrations/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/page.js +17 -70
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/summary/page.js +2 -22
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/summary/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/[projectId]/summary/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/page.js +34 -2
- package/.next/standalone/.next/server/app/(dashboard)/projects/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/(dashboard)/projects/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
- package/.next/standalone/.next/server/app/api/e2e/route.js +13 -2
- package/.next/standalone/.next/server/app/api/e2e/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/generate/route.js +13 -2
- package/.next/standalone/.next/server/app/api/generate/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/llm/encrypt/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/llm/test/route.js +13 -2
- package/.next/standalone/.next/server/app/api/llm/test/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/refine-notes/route.js +29 -0
- package/.next/standalone/.next/server/app/api/refine-notes/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/refine-notes/route_client-reference-manifest.js +1 -0
- package/.next/standalone/.next/server/app/api/weather/route_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +3 -3
- package/.next/standalone/.next/server/app/integrations.html +1 -1
- package/.next/standalone/.next/server/app/integrations.rsc +4 -4
- package/.next/standalone/.next/server/app/login/page.js +2 -2
- package/.next/standalone/.next/server/app/login/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/login.html +1 -1
- package/.next/standalone/.next/server/app/login.rsc +3 -3
- package/.next/standalone/.next/server/app/page.js +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/projects.html +1 -1
- package/.next/standalone/.next/server/app/projects.rsc +4 -4
- package/.next/standalone/.next/server/app-paths-manifest.json +6 -5
- package/.next/standalone/.next/server/chunks/423.js +62 -0
- package/.next/standalone/.next/server/chunks/615.js +2 -2
- package/.next/standalone/.next/server/chunks/736.js +2 -2
- package/.next/standalone/.next/server/chunks/779.js +1 -0
- package/.next/standalone/.next/server/chunks/845.js +5 -5
- package/.next/standalone/.next/server/chunks/898.js +21 -0
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/static/chunks/172-84d6b7afea495880.js +1 -0
- package/.next/standalone/.next/static/chunks/246-28370f424ce95be6.js +1 -0
- package/.next/standalone/.next/static/chunks/253-d1beae5e3cf2d88e.js +1 -0
- package/.next/standalone/.next/static/chunks/642-d84ad067810dd35b.js +1 -0
- package/.next/standalone/.next/static/chunks/661-a763fedcbf90af81.js +1 -0
- package/.next/standalone/.next/static/chunks/793-7306e111aea85b00.js +1 -0
- package/.next/standalone/.next/static/chunks/968-a7dcf12036013254.js +62 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/integrations/page-d62f7774ba0ed3ab.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/layout-e4ed5abcbb7c8802.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-0d320c1bd8d89d9c.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/summary/page-1b2e89d37c95e30f.js +1 -0
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/page-5f4191feafff095a.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/e2e/route-234cc6154c5cd194.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/generate/route-234cc6154c5cd194.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/llm/encrypt/route-234cc6154c5cd194.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/llm/test/route-234cc6154c5cd194.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/refine-notes/route-234cc6154c5cd194.js +1 -0
- package/.next/standalone/.next/static/chunks/app/api/weather/route-234cc6154c5cd194.js +1 -0
- package/.next/{static/chunks/app/login/page-a655de2a3e8514f8.js → standalone/.next/static/chunks/app/login/page-35c717d39c71dcbf.js} +1 -1
- package/.next/standalone/.next/static/chunks/app/page-dd12a450edb4a44d.js +1 -0
- package/.next/standalone/.next/static/css/d31bdcc43c2da03c.css +3 -0
- package/.next/standalone/.next/static/pu5ThH8RrsP9e4dTXjYwA/_buildManifest.js +1 -0
- package/.next/standalone/package.json +1 -1
- package/.next/static/chunks/172-84d6b7afea495880.js +1 -0
- package/.next/static/chunks/246-28370f424ce95be6.js +1 -0
- package/.next/static/chunks/253-d1beae5e3cf2d88e.js +1 -0
- package/.next/static/chunks/642-d84ad067810dd35b.js +1 -0
- package/.next/static/chunks/661-a763fedcbf90af81.js +1 -0
- package/.next/static/chunks/793-7306e111aea85b00.js +1 -0
- package/.next/static/chunks/968-a7dcf12036013254.js +62 -0
- package/.next/static/chunks/app/(dashboard)/integrations/page-d62f7774ba0ed3ab.js +1 -0
- package/.next/static/chunks/app/(dashboard)/layout-e4ed5abcbb7c8802.js +1 -0
- package/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-0d320c1bd8d89d9c.js +1 -0
- package/.next/static/chunks/app/(dashboard)/projects/[projectId]/summary/page-1b2e89d37c95e30f.js +1 -0
- package/.next/static/chunks/app/(dashboard)/projects/page-5f4191feafff095a.js +1 -0
- package/.next/static/chunks/app/api/e2e/route-234cc6154c5cd194.js +1 -0
- package/.next/static/chunks/app/api/generate/route-234cc6154c5cd194.js +1 -0
- package/.next/static/chunks/app/api/llm/encrypt/route-234cc6154c5cd194.js +1 -0
- package/.next/static/chunks/app/api/llm/test/route-234cc6154c5cd194.js +1 -0
- package/.next/static/chunks/app/api/refine-notes/route-234cc6154c5cd194.js +1 -0
- package/.next/static/chunks/app/api/weather/route-234cc6154c5cd194.js +1 -0
- package/.next/{standalone/.next/static/chunks/app/login/page-a655de2a3e8514f8.js → static/chunks/app/login/page-35c717d39c71dcbf.js} +1 -1
- package/.next/static/chunks/app/page-dd12a450edb4a44d.js +1 -0
- package/.next/static/css/d31bdcc43c2da03c.css +3 -0
- package/.next/static/pu5ThH8RrsP9e4dTXjYwA/_buildManifest.js +1 -0
- package/README.md +27 -4
- package/package.json +1 -1
- package/.next/standalone/.next/server/chunks/350.js +0 -21
- package/.next/standalone/.next/server/chunks/403.js +0 -1
- package/.next/standalone/.next/server/chunks/583.js +0 -1
- package/.next/standalone/.next/static/5bU_Xo0_CNnVnb2HQeysr/_buildManifest.js +0 -1
- package/.next/standalone/.next/static/chunks/246-1673b37cc8edb269.js +0 -1
- package/.next/standalone/.next/static/chunks/485-23e4a6e33ee79f14.js +0 -1
- package/.next/standalone/.next/static/chunks/532-95cb537bb36c2e68.js +0 -62
- package/.next/standalone/.next/static/chunks/637-dcbc811f7143935f.js +0 -1
- package/.next/standalone/.next/static/chunks/708-1fc7a6d1d5b4aee7.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/integrations/page-f5e71fcfbeffdfb1.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/layout-a5bf2535f1470c77.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-7205f74080ad5010.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/[projectId]/summary/page-b69fc155f1796e19.js +0 -1
- package/.next/standalone/.next/static/chunks/app/(dashboard)/projects/page-11a49918142004f5.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/e2e/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/generate/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/llm/encrypt/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/llm/test/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/api/weather/route-ccff81cd0a5704f2.js +0 -1
- package/.next/standalone/.next/static/chunks/app/page-a90eeaea3538ebf2.js +0 -1
- package/.next/standalone/.next/static/css/f78c165472d53f48.css +0 -3
- package/.next/static/5bU_Xo0_CNnVnb2HQeysr/_buildManifest.js +0 -1
- package/.next/static/chunks/246-1673b37cc8edb269.js +0 -1
- package/.next/static/chunks/485-23e4a6e33ee79f14.js +0 -1
- package/.next/static/chunks/532-95cb537bb36c2e68.js +0 -62
- package/.next/static/chunks/637-dcbc811f7143935f.js +0 -1
- package/.next/static/chunks/708-1fc7a6d1d5b4aee7.js +0 -1
- package/.next/static/chunks/app/(dashboard)/integrations/page-f5e71fcfbeffdfb1.js +0 -1
- package/.next/static/chunks/app/(dashboard)/layout-a5bf2535f1470c77.js +0 -1
- package/.next/static/chunks/app/(dashboard)/projects/[projectId]/page-7205f74080ad5010.js +0 -1
- package/.next/static/chunks/app/(dashboard)/projects/[projectId]/summary/page-b69fc155f1796e19.js +0 -1
- package/.next/static/chunks/app/(dashboard)/projects/page-11a49918142004f5.js +0 -1
- package/.next/static/chunks/app/api/e2e/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/api/generate/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/api/llm/encrypt/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/api/llm/test/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/api/weather/route-ccff81cd0a5704f2.js +0 -1
- package/.next/static/chunks/app/page-a90eeaea3538ebf2.js +0 -1
- package/.next/static/css/f78c165472d53f48.css +0 -3
- /package/.next/standalone/.next/static/{5bU_Xo0_CNnVnb2HQeysr → pu5ThH8RrsP9e4dTXjYwA}/_ssgManifest.js +0 -0
- /package/.next/static/{5bU_Xo0_CNnVnb2HQeysr → pu5ThH8RrsP9e4dTXjYwA}/_ssgManifest.js +0 -0
|
@@ -1,2 +1,34 @@
|
|
|
1
|
-
(()=>{var a={};a.id=709,a.ids=[709],a.modules={169:(a,b,c)=>{"use strict";c.d(b,{b:()=>g});var d=c(21124),e=c(38301),f=c(44943);function g({width:a=40,height:b=40,x:c=-1,y:g=-1,strokeDasharray:h="0",squares:i,className:j,...k}){let l=(0,e.useId)();return(0,d.jsxs)("svg",{"aria-hidden":"true",className:(0,f.cn)("pointer-events-none absolute inset-0 h-full w-full fill-gray-400/30 stroke-gray-400/30",j),...k,children:[(0,d.jsx)("defs",{children:(0,d.jsx)("pattern",{id:l,width:a,height:b,patternUnits:"userSpaceOnUse",x:c,y:g,children:(0,d.jsx)("path",{d:`M.5 ${b}V.5H${a}`,fill:"none",strokeDasharray:h})})}),(0,d.jsx)("rect",{width:"100%",height:"100%",strokeWidth:0,fill:`url(#${l})`}),i&&(0,d.jsx)("svg",{x:c,y:g,className:"overflow-visible",children:i.map(([c,e])=>(0,d.jsx)("rect",{strokeWidth:"0",width:a-1,height:b-1,x:c*a+1,y:e*b+1},`${c}-${e}`))})]})}},261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1342:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>u});var d=c(21124),e=c(95627),f=c.n(e),g=c(38301),h=c(3991),i=c.n(h),j=c(5908),k=c(22858),l=c(98457),m=c(44943);function n({width:a=40,height:b=40,squares:c=[24,24],className:e,squaresClassName:f,...h}){let[i,j]=c,[k,l]=(0,g.useState)(null);return(0,d.jsx)("svg",{width:a*i,height:b*j,className:(0,m.cn)("absolute inset-0 h-full w-full border border-gray-400/30",e),...h,children:Array.from({length:i*j}).map((c,e)=>{let g=e%i*a,h=Math.floor(e/i)*b;return(0,d.jsx)("rect",{x:g,y:h,width:a,height:b,className:(0,m.cn)("stroke-gray-400/30 transition-all duration-100 ease-in-out not-[&:hover]:duration-1000",k===e?"fill-gray-300/30":"fill-transparent",f),onMouseEnter:()=>l(e),onMouseLeave:()=>l(null)},e)})})}var o=c(169),p=c(85586),q=c(44013);function r({value:a,startValue:b=0,direction:c="up",delay:e=0,className:f,decimalPlaces:h=0,...i}){let j=(0,g.useRef)(null),k=(0,p.d)("down"===c?a:b);return(0,q.z)(k,{damping:60,stiffness:100}),!function(a,{root:b,margin:c,amount:d,once:e=!1,initial:f=!1}={}){let[h,i]=(0,g.useState)(f)}(0,{once:!0,margin:"0px"}),(0,d.jsx)("span",{ref:j,className:(0,m.cn)("inline-block tracking-wider text-black tabular-nums dark:text-white",f),...i,children:b})}c(16319),c(95826);let s=[{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 00-2.91-.09z"}),(0,d.jsx)("path",{d:"M12 15l-3-3a22 22 0 012-3.95A12.88 12.88 0 0122 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 01-4 2z"}),(0,d.jsx)("path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}),(0,d.jsx)("path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"})]}),bg:"#F5F0EB"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,d.jsx)("circle",{cx:"12",cy:"12",r:"6"}),(0,d.jsx)("circle",{cx:"12",cy:"12",r:"2",fill:"#6F4E37"})]}),bg:"#EDE6DD"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M10 2v7.527a2 2 0 01-.211.896L4.72 20.55a1 1 0 00.9 1.45h12.76a1 1 0 00.9-1.45l-5.069-10.127A2 2 0 0114 9.527V2"}),(0,d.jsx)("path",{d:"M8.5 2h7"}),(0,d.jsx)("path",{d:"M7 16h10"})]}),bg:"#F7F3EE"},{icon:(0,d.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z"})}),bg:"#F5F0EB"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 006 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"}),(0,d.jsx)("path",{d:"M9 18h6"}),(0,d.jsx)("path",{d:"M10 22h4"})]}),bg:"#EDE6DD"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 01-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 011-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 011.52 0C14.51 3.81 17 5 19 5a1 1 0 011 1z"}),(0,d.jsx)("path",{d:"M12 8v4"}),(0,d.jsx)("path",{d:"M12 16h.01"})]}),bg:"#F7F3EE"},{icon:(0,d.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2",fill:"#6F4E37",opacity:"0.2"})}),bg:"#F5F0EB"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("line",{x1:"6",y1:"11",x2:"10",y2:"11"}),(0,d.jsx)("line",{x1:"8",y1:"9",x2:"8",y2:"13"}),(0,d.jsx)("line",{x1:"15",y1:"12",x2:"15.01",y2:"12"}),(0,d.jsx)("line",{x1:"18",y1:"10",x2:"18.01",y2:"10"}),(0,d.jsx)("path",{d:"M17.32 5H6.68a4 4 0 00-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 003 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 019.828 16h4.344a2 2 0 011.414.586L17 18c.5.5 1 1 2 1a3 3 0 003-3c0-1.544-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0017.32 5z"})]}),bg:"#EDE6DD"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M12 2L2 7l10 5 10-5-10-5z"}),(0,d.jsx)("path",{d:"M2 17l10 5 10-5"}),(0,d.jsx)("path",{d:"M2 12l10 5 10-5",fill:"#6F4E37",opacity:"0.15"})]}),bg:"#F7F3EE"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M12 2a10 10 0 1010 10 4 4 0 01-5-5 4 4 0 01-5-5"}),(0,d.jsx)("path",{d:"M8.5 8.5v.01"}),(0,d.jsx)("path",{d:"M16 15.5v.01"}),(0,d.jsx)("path",{d:"M12 12v.01"}),(0,d.jsx)("path",{d:"M11 17v.01"}),(0,d.jsx)("path",{d:"M7 14v.01"})]}),bg:"#F5F0EB"},{icon:(0,d.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2",fill:"#6F4E37",opacity:"0.2"})}),bg:"#EDE6DD"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,d.jsx)("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76",fill:"#6F4E37",opacity:"0.2"})]}),bg:"#F7F3EE"},{icon:(0,d.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 01-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 10-3.214 3.214c.446.166.855.497.925.968a.979.979 0 01-.276.837l-1.61 1.611a2.404 2.404 0 01-1.705.707 2.402 2.402 0 01-1.704-.706l-1.568-1.568a1.026 1.026 0 00-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 11-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 00-.289-.877l-1.568-1.568A2.402 2.402 0 011.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073.978a2.5 2.5 0 103.259-3.259c-.45-.196-.9-.558-.977-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0112 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 113.237 3.237c-.464.18-.894.527-.967 1.02z"})}),bg:"#F5F0EB"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0021 16z"}),(0,d.jsx)("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),(0,d.jsx)("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),bg:"#EDE6DD"}];function t(a){let b=0;for(let c=0;c<a.length;c++)b=(b<<5)-b+a.charCodeAt(c)|0;return s[Math.abs(b)%s.length]}function u(){let{projects:a,createProject:b,deleteProject:c,duplicateProject:e,importProject:h,renameProject:m,profile:p,profileInitials:q,promptDialog:s,confirmDialog:u}=(0,j.M)(),v=Object.values(a),[w,x]=(0,g.useState)(null),[y,z]=(0,g.useState)(""),[A,B]=(0,g.useState)(null),[C,D]=(0,g.useState)(!1),[E,F]=(0,g.useState)(!1),[G,H]=(0,g.useState)(null),I=(0,g.useRef)(null),J=(0,g.useRef)(null),K=(0,g.useMemo)(()=>{let a=v.flatMap(a=>Object.values(a.testCases).flat()),b=a.length,c=a.filter(a=>"pass"===a.status).length,d=a.filter(a=>"skip"===a.status).length,e=v.reduce((a,b)=>a+b.flows.length,0),f=b-d;return{totalCases:b,totalNodes:e,overallPassRate:f>0?Math.round(c/f*100):0}},[v]);if(0===v.length)return(0,d.jsx)("div",{className:"h-full overflow-auto p-6",children:(0,d.jsx)(l.p,{message:"No projects yet. Create your first project to get started.",action:{label:"+ New Project",onClick:async()=>{let a=await s("New Project","Enter project name:");a?.trim()&&b(a.trim())}}})});let L=()=>{w&&y.trim()&&m(w,y.trim()),x(null)},M=async(a,b)=>{B(null),await u("Delete Project",`Delete "${b}"? This cannot be undone.`)&&c(a)};return(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 h-full overflow-auto relative",children:[(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 absolute inset-0 overflow-hidden pointer-events-none",children:[(0,d.jsx)(n,{width:48,height:48,squares:[32,32],className:"opacity-30",squaresClassName:"fill-neutral-200/20"}),(0,d.jsx)("div",{style:{background:"linear-gradient(to bottom, var(--bg-primary) 0%, transparent 15%, transparent 85%, var(--bg-primary) 100%)"},className:"jsx-ef3362fdbd774571 absolute inset-0"})]}),(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 relative p-6",children:[(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 flex items-center justify-between mb-6",children:[(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571",children:[(0,d.jsx)("h2",{style:{color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 text-lg font-medium",children:"All Projects"}),(0,d.jsxs)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 text-xs mt-0.5",children:[v.length," project",1!==v.length?"s":""]})]}),(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 flex items-center gap-2",children:[(0,d.jsx)("button",{onClick:()=>D(!0),style:{borderColor:"#6F4E37",color:"#6F4E37",borderRadius:"var(--radius-pill)",boxShadow:"0 0 12px rgba(111,78,55,0.3), 0 0 24px rgba(111,78,55,0.15)",animation:"glowPulse 2s ease-in-out infinite"},className:"jsx-ef3362fdbd774571 px-4 py-2 text-sm font-medium rounded-md border transition-all hover:scale-105",children:"Donate Please \uD83E\uDD7A\uD83D\uDC49\uD83D\uDC48"}),(0,d.jsx)("button",{onClick:()=>J.current?.click(),style:{borderColor:"var(--border)",color:"var(--text-secondary)",borderRadius:"var(--radius-pill)"},className:"jsx-ef3362fdbd774571 px-4 py-2 text-sm font-medium rounded-md border transition-opacity hover:opacity-80",children:"Import Project"}),(0,d.jsx)("input",{ref:J,type:"file",accept:".json",onChange:a=>{let b=a.target.files?.[0];if(!b)return;let c=new FileReader;c.onload=()=>{let a=h(c.result);a.ok?H(null):H(a.error||"Import failed")},c.readAsText(b),a.target.value=""},className:"jsx-ef3362fdbd774571 hidden"}),(0,d.jsx)("button",{onClick:async()=>{let a=await s("New Project","Enter project name:");a?.trim()&&b(a.trim())},style:{backgroundColor:"var(--accent)",color:"var(--bg-primary)",borderRadius:"var(--radius-pill)"},className:"jsx-ef3362fdbd774571 px-4 py-2 text-sm font-medium rounded-md transition-opacity hover:opacity-80",children:"+ New Project"})]})]}),G&&(0,d.jsxs)("div",{style:{backgroundColor:"var(--status-fail-bg)",color:"var(--status-fail-text)"},className:"jsx-ef3362fdbd774571 mb-4 text-xs px-3 py-2 rounded-lg flex items-center justify-between",children:[(0,d.jsxs)("span",{className:"jsx-ef3362fdbd774571",children:["Import failed: ",G]}),(0,d.jsx)("button",{onClick:()=>H(null),className:"jsx-ef3362fdbd774571 ml-2 font-bold",children:"\\u00d7"})]}),(0,d.jsx)("div",{className:"jsx-ef3362fdbd774571 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-5",children:v.map(a=>{let b=Object.values(a.testCases).flat(),c=b.length,f=b.filter(a=>"pass"===a.status).length,g=b.filter(a=>"fail"===a.status).length,h=b.filter(a=>"skip"===a.status).length,j=b.filter(a=>"untested"===a.status).length,l=c-h,m=l>0?Math.round(f/l*100):0,n=w===a.id;return(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-ef3362fdbd774571 group relative flex flex-col rounded-xl border overflow-hidden transition-all duration-200 hover:shadow-lg hover:border-[var(--border-hover)]",children:[(0,d.jsxs)("div",{style:{background:"linear-gradient(135deg, #F7F5F1 0%, #EDEAE3 100%)"},className:"jsx-ef3362fdbd774571 relative h-24 overflow-hidden",children:[(0,d.jsx)(o.b,{width:28,height:28,x:-1,y:-1,strokeDasharray:"4 2",className:"text-neutral-400/20"}),(0,d.jsx)("div",{className:"jsx-ef3362fdbd774571 absolute inset-0 flex items-center justify-center pointer-events-none",children:(0,d.jsx)("img",{src:"https://static.vecteezy.com/system/resources/thumbnails/067/162/149/small/cute-duck-meme-sticker-transparent-cute-illustration-free-png.png",alt:"",style:{opacity:.08},className:"jsx-ef3362fdbd774571 h-[70%] object-contain select-none"})}),(0,d.jsx)("div",{style:{background:m>=80?"var(--status-pass-text)":m>=50?"var(--status-skip-text)":c>0?"var(--status-fail-text)":"var(--border)"},className:"jsx-ef3362fdbd774571 absolute bottom-0 left-0 right-0 h-1"}),(0,d.jsx)("div",{style:{backgroundColor:t(a.id).bg},className:"jsx-ef3362fdbd774571 absolute top-4 left-4 w-10 h-10 rounded-lg flex items-center justify-center",children:t(a.id).icon})]}),(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 flex-1 p-4 flex flex-col gap-3",children:[n?(0,d.jsx)("input",{autoFocus:!0,value:y,onChange:a=>z(a.target.value),onBlur:L,onKeyDown:a=>{"Enter"===a.key&&L(),"Escape"===a.key&&x(null)},style:{borderColor:"var(--accent)",color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 text-sm font-semibold bg-transparent outline-none border-b px-0 py-0.5"}):(0,d.jsx)("h3",{style:{color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 text-sm font-semibold truncate",children:a.name}),(0,d.jsxs)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 flex items-center gap-3 text-xs",children:[(0,d.jsxs)("span",{className:"jsx-ef3362fdbd774571 flex items-center gap-1",children:[(0,d.jsx)(r,{value:a.flows.length,className:"text-xs font-medium",style:{color:"var(--text-primary)"}}),(0,d.jsx)("span",{className:"jsx-ef3362fdbd774571",children:"nodes"})]}),(0,d.jsx)("span",{style:{backgroundColor:"var(--border)"},className:"jsx-ef3362fdbd774571 w-px h-3"}),(0,d.jsxs)("span",{className:"jsx-ef3362fdbd774571 flex items-center gap-1",children:[(0,d.jsx)(r,{value:c,className:"text-xs font-medium",style:{color:"var(--text-primary)"}}),(0,d.jsx)("span",{className:"jsx-ef3362fdbd774571",children:"cases"})]})]}),c>0&&(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 space-y-1",children:[(0,d.jsxs)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 flex items-center justify-between text-[10px]",children:[(0,d.jsx)("span",{className:"jsx-ef3362fdbd774571",children:"Pass rate"}),(0,d.jsxs)("span",{style:{color:m>=80?"var(--status-pass-text)":m>=50?"var(--status-skip-text)":"var(--status-fail-text)",fontWeight:600},className:"jsx-ef3362fdbd774571",children:[m,"%"]})]}),(0,d.jsx)("div",{style:{backgroundColor:"var(--bg-secondary)"},className:"jsx-ef3362fdbd774571 h-1.5 w-full rounded-full overflow-hidden",children:(0,d.jsx)("div",{style:{width:`${m}%`,backgroundColor:m>=80?"var(--status-pass-text)":m>=50?"var(--status-skip-text)":"var(--status-fail-text)"},className:"jsx-ef3362fdbd774571 h-full rounded-full transition-all duration-500"})}),(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 flex gap-1 mt-1",children:[f>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-pass-bg)",color:"var(--status-pass-text)"},className:"jsx-ef3362fdbd774571 text-[9px] px-1.5 py-0.5 rounded-full",children:[f," pass"]}),g>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-fail-bg)",color:"var(--status-fail-text)"},className:"jsx-ef3362fdbd774571 text-[9px] px-1.5 py-0.5 rounded-full",children:[g," fail"]}),h>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-skip-bg)",color:"var(--status-skip-text)"},className:"jsx-ef3362fdbd774571 text-[9px] px-1.5 py-0.5 rounded-full",children:[h," skip"]}),j>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-untested-bg)",color:"var(--status-untested-text)"},className:"jsx-ef3362fdbd774571 text-[9px] px-1.5 py-0.5 rounded-full",children:[j," todo"]})]})]}),(0,d.jsxs)("div",{style:{color:"var(--text-tertiary)",borderColor:"var(--border)"},className:"jsx-ef3362fdbd774571 text-[10px] mt-auto pt-2 border-t",children:["Created ",new Date(a.createdAt).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"})]})]}),(0,d.jsx)("div",{className:"jsx-ef3362fdbd774571 absolute top-3 right-3 flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-150 z-10",children:(0,d.jsx)("button",{onClick:b=>{b.preventDefault(),b.stopPropagation(),B(A===a.id?null:a.id)},style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)",color:"var(--text-secondary)"},className:"jsx-ef3362fdbd774571 w-7 h-7 flex items-center justify-center rounded-md border text-xs transition-colors hover:bg-[var(--bg-secondary)]",children:(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-ef3362fdbd774571",children:[(0,d.jsx)("circle",{cx:"6",cy:"2.5",r:"1",fill:"currentColor",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("circle",{cx:"6",cy:"6",r:"1",fill:"currentColor",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("circle",{cx:"6",cy:"9.5",r:"1",fill:"currentColor",className:"jsx-ef3362fdbd774571"})]})})}),A===a.id&&(0,d.jsxs)("div",{ref:I,style:{backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)"},className:"jsx-ef3362fdbd774571 absolute top-11 right-3 z-30 py-1 min-w-[140px] border rounded-lg",children:[(0,d.jsxs)(i(),{href:`/projects/${a.id}`,className:"flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",style:{color:"var(--text-primary)"},onClick:()=>B(null),children:[(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-ef3362fdbd774571",children:(0,d.jsx)("path",{d:"M2 6h8M7 3l3 3-3 3",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-ef3362fdbd774571"})}),"Open"]}),(0,d.jsxs)("button",{onClick:b=>{var c,d;b.stopPropagation(),c=a.id,d=a.name,x(c),z(d),B(null)},style:{color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-ef3362fdbd774571",children:(0,d.jsx)("path",{d:"M8.5 1.5l2 2-7 7H1.5v-2l7-7z",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-ef3362fdbd774571"})}),"Rename"]}),(0,d.jsxs)("button",{onClick:b=>{b.stopPropagation(),e(a.id),B(null)},style:{color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-ef3362fdbd774571",children:[(0,d.jsx)("rect",{x:"3.5",y:"3.5",width:"6",height:"6",rx:"1",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("path",{d:"M8.5 3.5V2.5a1 1 0 00-1-1h-5a1 1 0 00-1 1v5a1 1 0 001 1h1",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-ef3362fdbd774571"})]}),"Duplicate"]}),(0,d.jsxs)("button",{onClick:b=>{b.stopPropagation(),(0,k.Vj)(a),B(null)},style:{color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-ef3362fdbd774571",children:[(0,d.jsx)("path",{d:"M10 7v3a1 1 0 01-1 1H3a1 1 0 01-1-1V7",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("polyline",{points:"4 5 6 7 8 5",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("line",{x1:"6",y1:"1",x2:"6",y2:"7",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-ef3362fdbd774571"})]}),"Export JSON"]}),(0,d.jsx)("div",{style:{borderColor:"var(--border)"},className:"jsx-ef3362fdbd774571 border-t my-1"}),(0,d.jsxs)("button",{onClick:b=>{b.stopPropagation(),M(a.id,a.name)},style:{color:"var(--status-fail-text)"},className:"jsx-ef3362fdbd774571 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-ef3362fdbd774571",children:(0,d.jsx)("path",{d:"M1.5 3h9M4.5 3V1.5h3V3M3 3v7.5h6V3",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-ef3362fdbd774571"})}),"Delete"]})]}),(0,d.jsx)(i(),{href:`/projects/${a.id}`,className:"absolute inset-0 z-0",onClick:()=>B(null)})]},a.id)})}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)"},className:"jsx-ef3362fdbd774571 relative mt-8 pt-6 border-t",children:[(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 flex items-center gap-4 mb-4",children:[(0,d.jsx)("div",{style:{border:"1px solid var(--border)"},className:"jsx-ef3362fdbd774571 w-10 h-10 rounded-lg overflow-hidden flex-shrink-0",children:p.avatarUrl?(0,d.jsx)("img",{src:p.avatarUrl,alt:"Avatar",className:"jsx-ef3362fdbd774571 w-full h-full object-cover"}):(0,d.jsx)("div",{style:{backgroundColor:p.bannerColor,color:"#fff"},className:"jsx-ef3362fdbd774571 w-full h-full flex items-center justify-center text-sm font-bold",children:q})}),(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571",children:[(0,d.jsx)("div",{style:{color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 text-sm font-medium",children:p.name||"Anonymous Tester"}),(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 text-[10px]",children:p.role||"No role set"})]})]}),(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 grid grid-cols-2 sm:grid-cols-4 gap-3",children:[(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-ef3362fdbd774571 p-3 rounded-lg border",children:[(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 text-[10px] uppercase tracking-wider mb-1",children:"Projects"}),(0,d.jsx)(r,{value:v.length,className:"text-lg font-semibold",style:{color:"var(--accent)"}})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-ef3362fdbd774571 p-3 rounded-lg border",children:[(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 text-[10px] uppercase tracking-wider mb-1",children:"Test Cases"}),(0,d.jsx)(r,{value:K.totalCases,className:"text-lg font-semibold",style:{color:"var(--status-pass-text)"}})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-ef3362fdbd774571 p-3 rounded-lg border",children:[(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 text-[10px] uppercase tracking-wider mb-1",children:"Flow Nodes"}),(0,d.jsx)(r,{value:K.totalNodes,className:"text-lg font-semibold",style:{color:"#9E7AFF"}})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-ef3362fdbd774571 p-3 rounded-lg border",children:[(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 text-[10px] uppercase tracking-wider mb-1",children:"Pass Rate"}),(0,d.jsxs)("div",{className:"jsx-ef3362fdbd774571 flex items-baseline gap-0.5",children:[(0,d.jsx)(r,{value:K.overallPassRate,className:"text-lg font-semibold",style:{color:K.overallPassRate>=80?"var(--status-pass-text)":"var(--status-skip-text)"}}),(0,d.jsx)("span",{style:{color:K.overallPassRate>=80?"var(--status-pass-text)":"var(--status-skip-text)"},className:"jsx-ef3362fdbd774571 text-sm font-medium",children:"%"})]})]})]})]})]}),C&&(0,d.jsx)("div",{style:{backgroundColor:"rgba(0,0,0,0.3)",animation:"fadeIn 150ms ease-out"},onClick:()=>D(!1),className:"jsx-ef3362fdbd774571 fixed inset-0 z-[400] flex items-center justify-center",children:(0,d.jsxs)("div",{style:{backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)",animation:"fadeInUp 200ms ease-out"},onClick:a=>a.stopPropagation(),className:"jsx-ef3362fdbd774571 w-full max-w-lg mx-4 rounded-xl border overflow-hidden",children:[(0,d.jsxs)("div",{style:{background:"linear-gradient(180deg, #FFF8E1 0%, var(--bg-card) 100%)"},className:"jsx-ef3362fdbd774571 px-6 pt-6 pb-5 flex flex-col items-center text-center",children:[(0,d.jsx)("div",{className:"jsx-ef3362fdbd774571 w-20 h-20 mb-4 flex items-center justify-center",children:(0,d.jsxs)("svg",{width:"60",height:"60",viewBox:"0 0 48 48",fill:"none",className:"jsx-ef3362fdbd774571",children:[(0,d.jsx)("path",{d:"M8 16h24v20a8 8 0 01-8 8H16a8 8 0 01-8-8V16z",fill:"#6F4E37",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("path",{d:"M32 20h4a4 4 0 010 8h-4",stroke:"#6F4E37",strokeWidth:"2.5",strokeLinecap:"round",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("path",{d:"M14 12c0-2 2-4 4-4s4 2 4 4",stroke:"#BCAAA4",strokeWidth:"2",strokeLinecap:"round",opacity:"0.6",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("path",{d:"M20 10c0-2 2-4 4-4s4 2 4 4",stroke:"#BCAAA4",strokeWidth:"2",strokeLinecap:"round",opacity:"0.4",className:"jsx-ef3362fdbd774571"}),(0,d.jsx)("rect",{x:"6",y:"38",width:"28",height:"4",rx:"2",fill:"#D7CCC8",className:"jsx-ef3362fdbd774571"})]})}),(0,d.jsx)("h3",{style:{color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 text-base font-semibold mb-2",children:"Please, Buy me a Coffee.."}),(0,d.jsx)("p",{style:{color:"var(--text-secondary)"},className:"jsx-ef3362fdbd774571 text-sm leading-relaxed",children:"If Test Lah! has been helpful, consider buying Qois a coffee. Any size will do. He's very tired."})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)"},className:"jsx-ef3362fdbd774571 px-6 py-4 border-t",children:[(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 text-[10px] font-semibold uppercase tracking-wider mb-2",children:"Pickup Location"}),(0,d.jsx)("p",{style:{color:"var(--text-primary)"},className:"jsx-ef3362fdbd774571 text-sm font-medium mb-1",children:"Toko Kopi TUKU — BSD"}),(0,d.jsx)("p",{style:{color:"var(--text-secondary)"},className:"jsx-ef3362fdbd774571 text-xs leading-relaxed",children:"Ruko Sektor 1.3, Blok RB No. 1, Jl. Griya Loka Raya No.1, Serpong, Tangerang Selatan"})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)"},className:"jsx-ef3362fdbd774571 px-6 py-4 border-t flex gap-2",children:[(0,d.jsxs)("div",{onMouseEnter:()=>F(!0),onMouseLeave:()=>F(!1),className:"jsx-ef3362fdbd774571 flex-1 relative",children:[(0,d.jsx)("button",{onClick:()=>D(!1),style:{borderColor:"var(--border)",color:"var(--text-secondary)"},className:"jsx-ef3362fdbd774571 w-full px-3 py-2.5 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",children:"Maybe Later"}),E&&(0,d.jsx)("div",{style:{width:240,backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)",animation:"fadeInUp 200ms ease-out"},className:"jsx-ef3362fdbd774571 absolute bottom-full left-1/2 -translate-x-1/2 mb-2 z-[410] rounded-xl border overflow-hidden",children:(0,d.jsx)("img",{src:"https://i.pinimg.com/564x/82/74/4d/82744d1c73b0296c5f32e6f669ac05e6.jpg",alt:"Maybe next time?",width:240,style:{borderRadius:11},className:"jsx-ef3362fdbd774571 w-full h-auto block"})})]}),(0,d.jsx)("a",{href:"https://maps.google.com/?q=Toko+Kopi+TUKU+BSD",target:"_blank",rel:"noopener noreferrer",style:{backgroundColor:"#6F4E37",color:"#fff"},className:"jsx-ef3362fdbd774571 flex-1 px-3 py-2.5 text-xs font-medium rounded-lg text-center transition-opacity hover:opacity-80",children:"Open in Maps"})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"#FAFAF8"},className:"jsx-ef3362fdbd774571 px-6 py-4 border-t",children:[(0,d.jsx)("p",{style:{color:"var(--text-secondary)",direction:"rtl"},className:"jsx-ef3362fdbd774571 text-xs text-center leading-relaxed mb-3",children:"اِنَّ الْمُصَّدِّقِيْنَ وَالْمُصَّدِّقٰتِ وَاَقْرَضُوا اللّٰهَ قَرْضًا حَسَنًا يُّضٰعَفُ لَهُمْ وَلَهُمْ اَجْرٌ كَرِيْمٌ ١٨"}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-ef3362fdbd774571 text-[10px] text-center leading-relaxed",children:"“Sesungguhnya orang-orang yang bersedekah baik laki-laki maupun perempuan dan meminjamkan kepada Allah dengan pinjaman yang baik, akan dilipatgandakan (balasannya) bagi mereka; dan mereka akan mendapat pahala yang mulia.” (QS Al Hadid: 18)"})]})]})}),(0,d.jsx)(f(),{id:"ef3362fdbd774571",children:"@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translatey(16px)}to{opacity:1;transform:translatey(0)}}@keyframes fadeInRight{from{opacity:0;transform:translatey(-50%)translatex(16px)}to{opacity:1;transform:translatey(-50%)translatex(0)}}@keyframes glowPulse{0%,100%{box-shadow:0 0 12px rgba(111,78,55,.3),0 0 24px rgba(111,78,55,.15)}50%{box-shadow:0 0 20px rgba(111,78,55,.5),0 0 40px rgba(111,78,55,.25)}}"})]})}},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},11531:(a,b,c)=>{Promise.resolve().then(c.bind(c,1342))},12412:a=>{"use strict";a.exports=require("assert")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},40228:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx","default")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41204:a=>{"use strict";a.exports=require("string_decoder")},49485:a=>{"use strict";a.exports=require("rimraf")},55511:a=>{"use strict";a.exports=require("crypto")},55659:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(52574),o=c(82802),p=c(77533),q=c(45229),r=c(32822),s=c(261),t=c(26453),u=c(52474),v=c(26713),w=c(51356),x=c(62685),y=c(36225),z=c(63446),A=c(2762),B=c(45742),C=c(86439),D=c(81170),E=c.n(D),F=c(62506),G=c(91203),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["(dashboard)",{children:["projects",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,40228)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,97788)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,51472)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]}.children,J=["/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx"],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/(dashboard)/projects/page",pathname:"/projects",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/(dashboard)/projects/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
-
|
|
1
|
+
(()=>{var a={};a.id=709,a.ids=[709],a.modules={169:(a,b,c)=>{"use strict";c.d(b,{b:()=>g});var d=c(21124),e=c(38301),f=c(44943);function g({width:a=40,height:b=40,x:c=-1,y:g=-1,strokeDasharray:h="0",squares:i,className:j,...k}){let l=(0,e.useId)();return(0,d.jsxs)("svg",{"aria-hidden":"true",className:(0,f.cn)("pointer-events-none absolute inset-0 h-full w-full fill-gray-400/30 stroke-gray-400/30",j),...k,children:[(0,d.jsx)("defs",{children:(0,d.jsx)("pattern",{id:l,width:a,height:b,patternUnits:"userSpaceOnUse",x:c,y:g,children:(0,d.jsx)("path",{d:`M.5 ${b}V.5H${a}`,fill:"none",strokeDasharray:h})})}),(0,d.jsx)("rect",{width:"100%",height:"100%",strokeWidth:0,fill:`url(#${l})`}),i&&(0,d.jsx)("svg",{x:c,y:g,className:"overflow-visible",children:i.map(([c,e])=>(0,d.jsx)("rect",{strokeWidth:"0",width:a-1,height:b-1,x:c*a+1,y:e*b+1},`${c}-${e}`))})]})}},261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7534:(a,b,c)=>{"use strict";c.d(b,{E:()=>e});var d=c(38301);let e="undefined"!=typeof window?d.useLayoutEffect:d.useEffect},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},11531:(a,b,c)=>{Promise.resolve().then(c.bind(c,50542))},12412:a=>{"use strict";a.exports=require("assert")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},22858:(a,b,c)=>{"use strict";c.d(b,{Bf:()=>B,G$:()=>y,Rz:()=>s,Vj:()=>m,hX:()=>o,ii:()=>l,k5:()=>n,nN:()=>j,sy:()=>A,wy:()=>i});var d=c(19188),e=c(13824),f=c.n(e);let g={untested:"⬜ Untested",pass:"✅ Pass",fail:"❌ Fail",skip:"⏭ Skip",blocked:"\uD83D\uDEAB Blocked"},h=a=>a.replace(/\n/g,"<br>").replace(/\|/g,"\\|");function i(a,b,c){let e=(c.length>0?c:d._X).filter(a=>a.visible),f=e.map(a=>a.label).join(" | "),i=e.map(()=>"---").join(" | "),j=`# ${a.code?a.code+" — ":""}${a.label}
|
|
2
|
+
|
|
3
|
+
`;j+=`| # | ${f} |
|
|
4
|
+
|---|${i}|
|
|
5
|
+
`,b.forEach((a,b)=>{let c=e.map(b=>"status"===b.key?g[a.status]:h(a[b.key]||""));j+=`| ${b+1} | ${c.join(" | ")} |
|
|
6
|
+
`});let k=b.length,l=b.filter(a=>"skip"===a.status).length,m=b.filter(a=>"pass"===a.status).length,n=k-l>0?Math.round(m/(k-l)*100):0;return j+=`
|
|
7
|
+
**Pass rate: ${m}/${k-l} (${n}%)**
|
|
8
|
+
`}function j(a,b){return JSON.stringify({node:a,testCases:b},null,2)}function k(a,b,c){let d=new Blob([a],{type:c}),e=URL.createObjectURL(d),f=document.createElement("a");f.href=e,f.download=b,f.click(),URL.revokeObjectURL(e)}function l(a){k(function(a){let b=`# ${a.name}
|
|
9
|
+
|
|
10
|
+
`;for(let c of a.flows){let e=a.testCases[c.id];if(!e||0===e.length)continue;let f=((a.columnConfigs?.[c.id]??a.columnConfig??[]).length>0?a.columnConfigs?.[c.id]??a.columnConfig??[]:d._X).filter(a=>a.visible),i=f.map(a=>a.label).join(" | "),j=f.map(()=>"---").join(" | ");b+=`## ${c.code?c.code+" — ":""}${c.label}
|
|
11
|
+
|
|
12
|
+
| # | ${i} |
|
|
13
|
+
|---|${j}|
|
|
14
|
+
`,e.forEach((a,c)=>{let d=f.map(b=>"status"===b.key?g[a.status]:h(a[b.key]||""));b+=`| ${c+1} | ${d.join(" | ")} |
|
|
15
|
+
`});let k=e.length,l=e.filter(a=>"skip"===a.status).length,m=e.filter(a=>"pass"===a.status).length,n=k-l>0?Math.round(m/(k-l)*100):0;b+=`
|
|
16
|
+
**Pass rate: ${m}/${k-l} (${n}%)**
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
`}return b}(a),`${a.name}.md`,"text/markdown")}function m(a){k(JSON.stringify(a,null,2),`${a.name}.json`,"application/json")}function n(a,b,c){let d=(a.code||a.label).replace(/[^a-zA-Z0-9_-]/g,"_");k(i(a,b,c),`${d}.md`,"text/markdown")}function o(a,b){let c=(a.code||a.label).replace(/[^a-zA-Z0-9_-]/g,"_");k(j(a,b),`${c}.json`,"application/json")}function p(a,b){let c=a&&a.length>0?a:b;return c.length>0?c:d._X}function q(a,b){return b.map(b=>"status"===b.key?g[a.status]:a[b.key]||"")}function r(a){return a.includes(",")||a.includes('"')||a.includes("\n")?`"${a.replace(/"/g,'""')}"`:a}function s(a,b,c){let e=(a.code||a.label).replace(/[^a-zA-Z0-9_-]/g,"_");k(function(a,b,c){let e=p(c,d._X).filter(a=>a.visible);return[["#",...e.map(a=>r(a.label))].join(","),...b.map((a,b)=>[String(b+1),...q(a,e).map(r)].join(","))].join("\n")}(0,b,c),`${e}.csv`,"text/csv")}function t(a,b){let c=a.columnConfigs?.[b]??a.columnConfig??[];return c.length>0?c:d._X}function u(a){a.fill={type:"pattern",pattern:"solid",fgColor:{argb:"FFdbd8d3"}},a.font={name:"Inter",bold:!0,size:11},a.border={top:{style:"thin"},bottom:{style:"thin"},left:{style:"thin"},right:{style:"thin"}},a.alignment={vertical:"middle",horizontal:"left",wrapText:!0}}function v(a){a.border={top:{style:"thin"},bottom:{style:"thin"},left:{style:"thin"},right:{style:"thin"}},a.font={name:"Inter",size:11},a.alignment={vertical:"middle",horizontal:"left",wrapText:!0}}function w(a,b,c,d,e){let f=a.addWorksheet(b);return f.columns=[{header:"#",key:"row",width:6},...e.map(a=>({header:a.label,key:a.key,width:Math.max(a.label.length+4,18)}))],f.getRow(1).eachCell(u),d.forEach((a,b)=>{let c={row:b+1};e.forEach(b=>{"status"===b.key?c[b.key]=g[a.status]:c[b.key]=a[b.key]||""}),f.addRow(c).eachCell(v)}),f}async function x(a,b,c){let e=p(c,d._X).filter(a=>a.visible),g=new(f()).Workbook;return g.creator="Ayu Management Tools",w(g,a.label,a.label,b,e),new Blob([await g.xlsx.writeBuffer()],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"})}async function y(a,b,c){let d=(a.code||a.label).replace(/[^a-zA-Z0-9_-]/g,"_"),e=await x(a,b,c),f=URL.createObjectURL(e),g=document.createElement("a");g.href=f,g.download=`${d}.xlsx`,g.click(),URL.revokeObjectURL(f)}async function z(a){let b=new(f()).Workbook;for(let c of(b.creator="Ayu Management Tools",a.flows)){let d=a.testCases[c.id];if(!d||0===d.length)continue;let e=t(a,c.id).filter(a=>a.visible);w(b,(c.code||c.label).substring(0,31).replace(/[\\/*?[\]]/g,"_"),c.label,d,e)}return new Blob([await b.xlsx.writeBuffer()],{type:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"})}async function A(a){let b=await z(a),c=URL.createObjectURL(b),d=document.createElement("a");d.href=c,d.download=`${a.name}.xlsx`,d.click(),URL.revokeObjectURL(c)}function B(a){k(function(a){let b="";for(let c of a.flows){let d=a.testCases[c.id];if(!d||0===d.length)continue;let e=t(a,c.id).filter(a=>a.visible);b+=`# ${c.code?c.code+" — ":""}${c.label}
|
|
21
|
+
`+["#",...e.map(a=>r(a.label))].join(",")+"\n",d.forEach((a,c)=>{let d=[String(c+1),...q(a,e).map(r)];b+=d.join(",")+"\n"}),b+="\n"}return b}(a),`${a.name}.csv`,"text/csv")}},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},40228:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx","default")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41204:a=>{"use strict";a.exports=require("string_decoder")},44943:(a,b,c)=>{"use strict";c.d(b,{cn:()=>f});var d=c(43249),e=c(58829);function f(...a){return(0,e.QP)((0,d.$)(a))}},49485:a=>{"use strict";a.exports=require("rimraf")},50542:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>L});var d=c(21124),e=c(95627),f=c.n(e),g=c(38301),h=c(3991),i=c.n(h),j=c(5908),k=c(22858),l=c(98457),m=c(44943);function n({width:a=40,height:b=40,squares:c=[24,24],className:e,squaresClassName:f,...h}){let[i,j]=c,[k,l]=(0,g.useState)(null);return(0,d.jsx)("svg",{width:a*i,height:b*j,className:(0,m.cn)("absolute inset-0 h-full w-full border border-gray-400/30",e),...h,children:Array.from({length:i*j}).map((c,e)=>{let g=e%i*a,h=Math.floor(e/i)*b;return(0,d.jsx)("rect",{x:g,y:h,width:a,height:b,className:(0,m.cn)("stroke-gray-400/30 transition-all duration-100 ease-in-out not-[&:hover]:duration-1000",k===e?"fill-gray-300/30":"fill-transparent",f),onMouseEnter:()=>l(e),onMouseLeave:()=>l(null)},e)})})}var o=c(169),p=c(28083),q=c(22577),r=c(62312);function s(a){let b=(0,r.M)(()=>(0,p.OQ)(a)),{isStatic:c}=(0,g.useContext)(q.Q);if(c){let[,b]=(0,g.useState)(a)}return b}var t=c(15018),u=c(71611),v=c(91362);function w(a){return"number"==typeof a?a:parseFloat(a)}var x=c(48230),y=c(7534);function z(a,b){let c=s(b()),d=()=>c.set(b());return d(),(0,y.E)(()=>{let b=()=>v.Gt.preRender(d,!1,!0),c=a.map(a=>a.on("change",b));return()=>{c.forEach(a=>a()),(0,v.WG)(d)}}),c}function A(a,b){let c=(0,r.M)(()=>[]);return z(a,()=>{c.length=0;let d=a.length;for(let b=0;b<d;b++)c[b]=a[b].get();return b(c)})}function B(a,b={}){return function(a,b={}){let{isStatic:c}=(0,g.useContext)(q.Q),d=()=>(0,t.S)(a)?a.get():a;if(c)return function a(b,c,d,e){if("function"==typeof b){p.bt.current=[],b();let a=z(p.bt.current,b);return p.bt.current=void 0,a}if(void 0!==d&&!Array.isArray(d)&&"function"!=typeof c){var f=b,g=c,h=d,i=e;let j=(0,r.M)(()=>Object.keys(h)),k=(0,r.M)(()=>({}));for(let b of j)k[b]=a(f,g,h[b],i);return k}let j="function"==typeof c?c:function(...a){let b=!Array.isArray(a[0]),c=b?0:-1,d=a[0+c],e=a[1+c],f=a[2+c],g=a[3+c],h=(0,x.G)(e,f,g);return b?h(d):h}(c,d,e),k=Array.isArray(b)?A(b,j):A([b],([a])=>j(a)),l=Array.isArray(b)?void 0:b.accelerate;return l&&!l.isTransformed&&"function"!=typeof c&&Array.isArray(d)&&e?.clamp!==!1&&(k.accelerate={...l,times:c,keyframes:d,isTransformed:!0,...e?.ease?{ease:e.ease}:{}}),k}(d);let e=s(d());return(0,g.useInsertionEffect)(()=>(function(a,b,c={}){let d,e=a.get(),f=null,g=e,h="string"==typeof e?e.replace(/[\d.-]/g,""):void 0,i=()=>{f&&(f.stop(),f=null),a.animation=void 0},j=()=>{(()=>{let b=w(a.get()),e=w(g);if(b===e)return i();let h=f?f.getGeneratorVelocity():a.getVelocity();i(),f=new u.s({keyframes:[b,e],velocity:h,type:"spring",restDelta:.001,restSpeed:.01,...c,onUpdate:d})})(),a.animation=f??void 0,a.events.animationStart?.notify(),f?.then(()=>{a.animation=void 0,a.events.animationComplete?.notify()})};if(a.attach((a,b)=>{g=a,d=a=>{var c,d;return b((c=a,(d=h)?c+d:c))},v.Gt.postRender(j)},i),(0,t.S)(b)){let d=!0===c.skipInitialAnimation,e=b.on("change",b=>{var c,e,f,g;d?(d=!1,a.jump((c=b,(e=h)?c+e:c),!1)):a.set((f=b,(g=h)?f+g:f))}),f=a.on("destroy",e);return()=>{e(),f()}}return i})(e,a,b),[e,JSON.stringify(b)]),e}(a,{type:"spring",...b})}function C({value:a,startValue:b=0,direction:c="up",delay:e=0,className:f,decimalPlaces:h=0,...i}){let j=(0,g.useRef)(null);return B(s("down"===c?a:b),{damping:60,stiffness:100}),!function(a,{root:b,margin:c,amount:d,once:e=!1,initial:f=!1}={}){let[h,i]=(0,g.useState)(f)}(0,{once:!0,margin:"0px"}),(0,d.jsx)("span",{ref:j,className:(0,m.cn)("inline-block tracking-wider text-black tabular-nums dark:text-white",f),...i,children:b})}c(16319);var D=c(41877);function E(a,...b){let c=a.length;return z(b.filter(t.S),function(){let d="";for(let e=0;e<c;e++){d+=a[e];let c=b[e];c&&(d+=(0,t.S)(c)?c.get():c)}return d})}var F=g.createContext(void 0),G={setTheme:a=>{},themes:[]};function H(a){return"orb"===a.mode}function I(a){var b;let{children:c,className:e,gradientSize:f=200,gradientColor:h="#262626",gradientOpacity:i=.8,gradientFrom:j="#9E7AFF",gradientTo:k="#FE8BBB",mode:l="gradient"}=a,n=H(a)?a.glowFrom??"#ee4f27":"#ee4f27",o=H(a)?a.glowTo??"#6b21ef":"#6b21ef",p=H(a)?a.glowAngle??90:90,q=H(a)?a.glowSize??420:420,r=H(a)?a.glowBlur??60:60,t=H(a)?a.glowOpacity??.9:.9,{theme:u,systemTheme:v}=null!=(b=g.useContext(F))?b:G,[w,x]=(0,g.useState)(!1),y=(0,g.useMemo)(()=>!w||"dark"===("system"===u?v:u),[u,v,w]),z=s(-f),A=s(-f),C=B(z,{stiffness:250,damping:30,mass:.6}),I=B(A,{stiffness:250,damping:30,mass:.6}),J=B(0,{stiffness:300,damping:35}),K=(0,g.useRef)(l),L=(0,g.useRef)(t),M=(0,g.useRef)(f),N=(0,g.useCallback)((a="leave")=>{if("orb"===K.current)return void("enter"===a?J.set(L.current):J.set(0));let b=-M.current;z.set(b),A.set(b)},[z,A,J]),O=(0,g.useCallback)(a=>{let b=a.currentTarget.getBoundingClientRect();z.set(a.clientX-b.left),A.set(a.clientY-b.top)},[z,A]);return(0,d.jsxs)(D.P.div,{className:(0,m.cn)("group relative isolate overflow-hidden rounded-[inherit] border border-transparent",e),onPointerMove:O,onPointerLeave:()=>N("leave"),onPointerEnter:()=>N("enter"),style:{background:E`
|
|
22
|
+
linear-gradient(var(--color-background) 0 0) padding-box,
|
|
23
|
+
radial-gradient(${f}px circle at ${z}px ${A}px,
|
|
24
|
+
${j},
|
|
25
|
+
${k},
|
|
26
|
+
var(--color-border) 100%
|
|
27
|
+
) border-box
|
|
28
|
+
`},children:[(0,d.jsx)("div",{className:"bg-background absolute inset-px z-20 rounded-[inherit]"}),"gradient"===l&&(0,d.jsx)(D.P.div,{suppressHydrationWarning:!0,className:"pointer-events-none absolute inset-px z-30 rounded-[inherit] opacity-0 transition-opacity duration-300 group-hover:opacity-100",style:{background:E`
|
|
29
|
+
radial-gradient(${f}px circle at ${z}px ${A}px,
|
|
30
|
+
${h},
|
|
31
|
+
transparent 100%
|
|
32
|
+
)
|
|
33
|
+
`,opacity:i}}),"orb"===l&&(0,d.jsx)(D.P.div,{suppressHydrationWarning:!0,"aria-hidden":"true",className:"pointer-events-none absolute z-30",style:{width:q,height:q,x:C,y:I,translateX:"-50%",translateY:"-50%",borderRadius:9999,filter:`blur(${r}px)`,opacity:J,background:`linear-gradient(${p}deg, ${n}, ${o})`,mixBlendMode:y?"screen":"multiply",willChange:"transform, opacity"}}),(0,d.jsx)("div",{className:"relative z-40",children:c})]})}c(95826);let J=[{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 00-2.91-.09z"}),(0,d.jsx)("path",{d:"M12 15l-3-3a22 22 0 012-3.95A12.88 12.88 0 0122 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 01-4 2z"}),(0,d.jsx)("path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0"}),(0,d.jsx)("path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5"})]}),bg:"#F5F0EB"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,d.jsx)("circle",{cx:"12",cy:"12",r:"6"}),(0,d.jsx)("circle",{cx:"12",cy:"12",r:"2",fill:"#6F4E37"})]}),bg:"#EDE6DD"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M10 2v7.527a2 2 0 01-.211.896L4.72 20.55a1 1 0 00.9 1.45h12.76a1 1 0 00.9-1.45l-5.069-10.127A2 2 0 0114 9.527V2"}),(0,d.jsx)("path",{d:"M8.5 2h7"}),(0,d.jsx)("path",{d:"M7 16h10"})]}),bg:"#F7F3EE"},{icon:(0,d.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M8.5 14.5A2.5 2.5 0 0011 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 11-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 002.5 2.5z"})}),bg:"#F5F0EB"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 006 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"}),(0,d.jsx)("path",{d:"M9 18h6"}),(0,d.jsx)("path",{d:"M10 22h4"})]}),bg:"#EDE6DD"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 01-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 011-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 011.52 0C14.51 3.81 17 5 19 5a1 1 0 011 1z"}),(0,d.jsx)("path",{d:"M12 8v4"}),(0,d.jsx)("path",{d:"M12 16h.01"})]}),bg:"#F7F3EE"},{icon:(0,d.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2",fill:"#6F4E37",opacity:"0.2"})}),bg:"#F5F0EB"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("line",{x1:"6",y1:"11",x2:"10",y2:"11"}),(0,d.jsx)("line",{x1:"8",y1:"9",x2:"8",y2:"13"}),(0,d.jsx)("line",{x1:"15",y1:"12",x2:"15.01",y2:"12"}),(0,d.jsx)("line",{x1:"18",y1:"10",x2:"18.01",y2:"10"}),(0,d.jsx)("path",{d:"M17.32 5H6.68a4 4 0 00-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 003 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 019.828 16h4.344a2 2 0 011.414.586L17 18c.5.5 1 1 2 1a3 3 0 003-3c0-1.544-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0017.32 5z"})]}),bg:"#EDE6DD"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M12 2L2 7l10 5 10-5-10-5z"}),(0,d.jsx)("path",{d:"M2 17l10 5 10-5"}),(0,d.jsx)("path",{d:"M2 12l10 5 10-5",fill:"#6F4E37",opacity:"0.15"})]}),bg:"#F7F3EE"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M12 2a10 10 0 1010 10 4 4 0 01-5-5 4 4 0 01-5-5"}),(0,d.jsx)("path",{d:"M8.5 8.5v.01"}),(0,d.jsx)("path",{d:"M16 15.5v.01"}),(0,d.jsx)("path",{d:"M12 12v.01"}),(0,d.jsx)("path",{d:"M11 17v.01"}),(0,d.jsx)("path",{d:"M7 14v.01"})]}),bg:"#F5F0EB"},{icon:(0,d.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2",fill:"#6F4E37",opacity:"0.2"})}),bg:"#EDE6DD"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,d.jsx)("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76",fill:"#6F4E37",opacity:"0.2"})]}),bg:"#F7F3EE"},{icon:(0,d.jsx)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 01-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 10-3.214 3.214c.446.166.855.497.925.968a.979.979 0 01-.276.837l-1.61 1.611a2.404 2.404 0 01-1.705.707 2.402 2.402 0 01-1.704-.706l-1.568-1.568a1.026 1.026 0 00-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 11-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 00-.289-.877l-1.568-1.568A2.402 2.402 0 011.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073.978a2.5 2.5 0 103.259-3.259c-.45-.196-.9-.558-.977-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0112 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 113.237 3.237c-.464.18-.894.527-.967 1.02z"})}),bg:"#F5F0EB"},{icon:(0,d.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#1A1A1A",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M21 16V8a2 2 0 00-1-1.73l-7-4a2 2 0 00-2 0l-7 4A2 2 0 003 8v8a2 2 0 001 1.73l7 4a2 2 0 002 0l7-4A2 2 0 0021 16z"}),(0,d.jsx)("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),(0,d.jsx)("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"})]}),bg:"#EDE6DD"}];function K(a){let b=0;for(let c=0;c<a.length;c++)b=(b<<5)-b+a.charCodeAt(c)|0;return J[Math.abs(b)%J.length]}function L(){let{projects:a,createProject:b,deleteProject:c,duplicateProject:e,importProject:h,renameProject:m,profile:p,profileInitials:q,confirmDialog:r}=(0,j.M)(),s=Object.values(a),[t,u]=(0,g.useState)(null),[v,w]=(0,g.useState)(""),[x,y]=(0,g.useState)(null),[z,A]=(0,g.useState)(!1),[B,D]=(0,g.useState)(!1),[E,F]=(0,g.useState)(null),[G,H]=(0,g.useState)(null),[J,L]=(0,g.useState)(!1),[O,P]=(0,g.useState)(!1),Q=(0,g.useRef)(null),R=(0,g.useRef)(null),S=(0,g.useMemo)(()=>{let a=s.flatMap(a=>Object.values(a.testCases).flat()),b=a.length,c=a.filter(a=>"pass"===a.status).length,d=a.filter(a=>"skip"===a.status).length,e=s.reduce((a,b)=>a+b.flows.length,0),f=b-d;return{totalCases:b,totalNodes:e,overallPassRate:f>0?Math.round(c/f*100):0}},[s]),[T,U]=(0,g.useState)(null),[V,W]=(0,g.useState)(null),[X,Y]=(0,g.useState)({}),[Z,$]=(0,g.useState)(null),[_,aa]=(0,g.useState)(null);function ab(a){let b=X[a];if(!b)return{color:"var(--text-tertiary)",opacity:.4};let c=(Date.now()-new Date(b).getTime())/36e5;return c<1?{color:"#4CAF50",opacity:1}:c<48?{color:"var(--text-secondary)",opacity:Math.max(.3,1-c/48*.7)}:c<168?{color:"#E57373",opacity:1}:{color:"#E57373",opacity:1,animation:"pulse 2s ease-in-out infinite"}}if(0===s.length)return(0,d.jsx)("div",{className:"h-full overflow-auto p-6",children:(0,d.jsx)(l.p,{message:"No projects yet. Create your first project to get started.",action:{label:"+ New Project",onClick:()=>L(!0)}})});let ac=()=>{t&&v.trim()&&m(t,v.trim()),u(null)},ad=async(a,b)=>{y(null),await r("⚠️ Hold On!",`You won't receive bonus salary if you delete "${b}". This action cannot be undone. Are you sure?`)&&c(a)};return(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 h-full overflow-auto relative",children:[(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 absolute inset-0 overflow-hidden pointer-events-none",children:[(0,d.jsx)(n,{width:48,height:48,squares:[32,32],className:"opacity-30",squaresClassName:"fill-neutral-200/20"}),(0,d.jsx)("div",{style:{background:"linear-gradient(to bottom, var(--bg-primary) 0%, transparent 15%, transparent 85%, var(--bg-primary) 100%)"},className:"jsx-cffc792ee61617d4 absolute inset-0"})]}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 relative p-6",children:[(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-center justify-between mb-6",children:[(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("h2",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-lg font-medium",children:"All Projects"}),(0,d.jsxs)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-xs mt-0.5",children:[s.length," project",1!==s.length?"s":""]})]}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-center gap-2",children:[(0,d.jsx)("button",{onClick:()=>A(!0),style:{borderColor:"#6F4E37",color:"#6F4E37",borderRadius:"var(--radius-pill)",boxShadow:"0 0 12px rgba(111,78,55,0.3), 0 0 24px rgba(111,78,55,0.15)",animation:"glowPulse 2s ease-in-out infinite"},className:"jsx-cffc792ee61617d4 px-4 py-2 text-sm font-medium rounded-md border transition-all hover:scale-105",children:"Donate Please \uD83E\uDD7A\uD83D\uDC49\uD83D\uDC48"}),(0,d.jsx)("button",{onClick:()=>L(!0),style:{backgroundColor:"var(--accent)",color:"var(--bg-primary)",borderRadius:"var(--radius-pill)"},className:"jsx-cffc792ee61617d4 px-4 py-2 text-sm font-medium rounded-md transition-opacity hover:opacity-80",children:"+ New Project"}),(0,d.jsx)("button",{onClick:()=>R.current?.click(),style:{borderColor:"var(--border)",color:"var(--text-secondary)",borderRadius:"var(--radius-pill)"},title:"Import Project",className:"jsx-cffc792ee61617d4 p-2 rounded-md border transition-opacity hover:opacity-80",children:(0,d.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("path",{d:"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("polyline",{points:"17 8 12 3 7 8",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("line",{x1:"12",y1:"3",x2:"12",y2:"15",className:"jsx-cffc792ee61617d4"})]})}),(0,d.jsx)("input",{ref:R,type:"file",accept:".json",onChange:a=>{let b=a.target.files?.[0];if(!b)return;let c=new FileReader;c.onload=()=>{let a=h(c.result);a.ok?F(null):F(a.error||"Import failed")},c.readAsText(b),a.target.value=""},className:"jsx-cffc792ee61617d4 hidden"})]})]}),E&&(0,d.jsxs)("div",{style:{backgroundColor:"var(--status-fail-bg)",color:"var(--status-fail-text)"},className:"jsx-cffc792ee61617d4 mb-4 text-xs px-3 py-2 rounded-lg flex items-center justify-between",children:[(0,d.jsxs)("span",{className:"jsx-cffc792ee61617d4",children:["Import failed: ",E]}),(0,d.jsx)("button",{onClick:()=>F(null),className:"jsx-cffc792ee61617d4 ml-2 font-bold",children:"\\u00d7"})]}),(0,d.jsx)("div",{className:"jsx-cffc792ee61617d4 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-5",children:s.map(a=>{let b=Object.values(a.testCases).flat(),c=b.length,f=b.filter(a=>"pass"===a.status).length,g=b.filter(a=>"fail"===a.status).length,h=b.filter(a=>"skip"===a.status).length,j=b.filter(a=>"untested"===a.status).length,l=b.filter(a=>"blocked"===a.status).length,m=c-h,n=m>0?Math.round(f/m*100):0,p=t===a.id;return(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)",animation:_===a.id?"cardClick 300ms ease-out":"none"},onClick:()=>{aa(a.id),setTimeout(()=>aa(null),300)},className:"jsx-cffc792ee61617d4 group relative flex flex-col rounded-xl border overflow-hidden transition-all duration-200 hover:shadow-lg hover:border-[var(--border-hover)] cursor-pointer",children:[(0,d.jsxs)("div",{style:{background:"linear-gradient(135deg, #F7F5F1 0%, #EDEAE3 100%)"},className:"jsx-cffc792ee61617d4 relative h-24 overflow-hidden",children:[(0,d.jsx)(o.b,{width:28,height:28,x:-1,y:-1,strokeDasharray:"4 2",className:"text-neutral-400/20"}),(0,d.jsx)("div",{className:"jsx-cffc792ee61617d4 absolute inset-0 flex items-center justify-center pointer-events-none",children:(0,d.jsx)("img",{src:"https://static.vecteezy.com/system/resources/thumbnails/067/162/149/small/cute-duck-meme-sticker-transparent-cute-illustration-free-png.png",alt:"",style:{opacity:.08},className:"jsx-cffc792ee61617d4 h-[70%] object-contain select-none"})}),(0,d.jsx)("div",{style:{background:n>=80?"var(--status-pass-text)":n>=50?"var(--status-skip-text)":c>0?"var(--status-fail-text)":"var(--border)"},className:"jsx-cffc792ee61617d4 absolute bottom-0 left-0 right-0 h-1"}),(0,d.jsx)("div",{"data-icon-trigger":!0,style:{backgroundColor:K(a.id).bg,color:ab(a.id).color,opacity:ab(a.id).opacity,animation:ab(a.id).animation||"none",boxShadow:"0 2px 8px rgba(0,0,0,0.15)"},onMouseEnter:a=>{a.currentTarget.style.boxShadow="0 4px 16px rgba(0,0,0,0.25)"},onMouseLeave:a=>{a.currentTarget.style.boxShadow="0 2px 8px rgba(0,0,0,0.15)"},onClick:b=>{b.stopPropagation(),$(a.id)},className:"jsx-cffc792ee61617d4 absolute top-4 left-4 w-10 h-10 rounded-lg flex items-center justify-center transition-all duration-300 cursor-pointer hover:scale-105 z-10",children:K(a.id).icon})]}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex-1 p-4 flex flex-col gap-3",children:[p?(0,d.jsx)("input",{autoFocus:!0,value:v,onChange:a=>w(a.target.value),onBlur:ac,onKeyDown:a=>{"Enter"===a.key&&ac(),"Escape"===a.key&&u(null)},style:{borderColor:"var(--accent)",color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-sm font-semibold bg-transparent outline-none border-b px-0 py-0.5"}):(0,d.jsx)("h3",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-sm font-semibold truncate",children:a.name}),(0,d.jsxs)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 flex items-center gap-3 text-xs",children:[(0,d.jsxs)("span",{className:"jsx-cffc792ee61617d4 flex items-center gap-1",children:[(0,d.jsx)(C,{value:a.flows.length,className:"text-xs font-medium",style:{color:"var(--text-primary)"}}),(0,d.jsx)("span",{className:"jsx-cffc792ee61617d4",children:"nodes"})]}),(0,d.jsx)("span",{style:{backgroundColor:"var(--border)"},className:"jsx-cffc792ee61617d4 w-px h-3"}),(0,d.jsxs)("span",{className:"jsx-cffc792ee61617d4 flex items-center gap-1",children:[(0,d.jsx)(C,{value:c,className:"text-xs font-medium",style:{color:"var(--text-primary)"}}),(0,d.jsx)("span",{className:"jsx-cffc792ee61617d4",children:"cases"})]})]}),c>0&&(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 space-y-1",children:[(0,d.jsxs)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 flex items-center justify-between text-[10px]",children:[(0,d.jsx)("span",{className:"jsx-cffc792ee61617d4",children:"Pass rate"}),(0,d.jsxs)("span",{style:{color:n>=80?"var(--status-pass-text)":n>=50?"var(--status-skip-text)":"var(--status-fail-text)",fontWeight:600},className:"jsx-cffc792ee61617d4",children:[n,"%"]})]}),(0,d.jsx)("div",{style:{backgroundColor:"var(--bg-secondary)"},className:"jsx-cffc792ee61617d4 h-1.5 w-full rounded-full overflow-hidden",children:(0,d.jsx)("div",{style:{width:`${n}%`,backgroundColor:n>=80?"var(--status-pass-text)":n>=50?"var(--status-skip-text)":"var(--status-fail-text)"},className:"jsx-cffc792ee61617d4 h-full rounded-full transition-all duration-500"})}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex gap-1 mt-1",children:[f>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-pass-bg)",color:"var(--status-pass-text)"},className:"jsx-cffc792ee61617d4 text-[9px] px-1.5 py-0.5 rounded-full",children:[f," pass"]}),g>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-fail-bg)",color:"var(--status-fail-text)"},className:"jsx-cffc792ee61617d4 text-[9px] px-1.5 py-0.5 rounded-full",children:[g," fail"]}),h>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-skip-bg)",color:"var(--status-skip-text)"},className:"jsx-cffc792ee61617d4 text-[9px] px-1.5 py-0.5 rounded-full",children:[h," skip"]}),l>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-blocked-bg)",color:"var(--status-blocked-text)"},className:"jsx-cffc792ee61617d4 text-[9px] px-1.5 py-0.5 rounded-full",children:[l," blocked"]}),j>0&&(0,d.jsxs)("span",{style:{backgroundColor:"var(--status-untested-bg)",color:"var(--status-untested-text)"},className:"jsx-cffc792ee61617d4 text-[9px] px-1.5 py-0.5 rounded-full",children:[j," todo"]})]})]}),(0,d.jsxs)("div",{style:{color:"var(--text-tertiary)",borderColor:"var(--border)"},className:"jsx-cffc792ee61617d4 text-[11px] mt-auto pt-2 border-t flex items-center justify-between",children:[(0,d.jsxs)("span",{className:"jsx-cffc792ee61617d4",children:["Created ",new Date(a.createdAt).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"})]}),(0,d.jsxs)(i(),{href:`/projects/${a.id}`,className:"font-semibold hover:underline transition-all flex items-center gap-0.5",style:{color:"var(--accent)"},onClick:a=>a.stopPropagation(),onMouseEnter:a=>{a.currentTarget.querySelector(".arrow")?.classList.add("translate-x-0.5")},onMouseLeave:a=>{a.currentTarget.querySelector(".arrow")?.classList.remove("translate-x-0.5")},children:["Open",(0,d.jsx)("span",{className:"jsx-cffc792ee61617d4 arrow inline-block transition-transform duration-150",children:"→"})]})]})]}),(0,d.jsx)("div",{className:"jsx-cffc792ee61617d4 absolute top-3 right-3 flex gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-150 z-10",children:(0,d.jsx)("button",{onClick:b=>{b.preventDefault(),b.stopPropagation(),y(x===a.id?null:a.id)},style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)",color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 w-7 h-7 flex items-center justify-center rounded-md border text-xs transition-colors hover:bg-[var(--bg-secondary)]",children:(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("circle",{cx:"6",cy:"2.5",r:"1",fill:"currentColor",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("circle",{cx:"6",cy:"6",r:"1",fill:"currentColor",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("circle",{cx:"6",cy:"9.5",r:"1",fill:"currentColor",className:"jsx-cffc792ee61617d4"})]})})}),x===a.id&&(0,d.jsxs)("div",{ref:Q,style:{backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)"},className:"jsx-cffc792ee61617d4 absolute top-11 right-3 z-30 py-1 min-w-[140px] border rounded-lg",children:[(0,d.jsxs)("button",{onClick:b=>{b.stopPropagation(),H(a),y(null)},style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("path",{d:"M2 2h8v8H2z",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("line",{x1:"2",y1:"5",x2:"10",y2:"5",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("line",{x1:"5",y1:"5",x2:"5",y2:"10",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-cffc792ee61617d4"})]}),"Summary"]}),(0,d.jsxs)("button",{onClick:b=>{var c,d;b.stopPropagation(),c=a.id,d=a.name,u(c),w(d),y(null)},style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-cffc792ee61617d4",children:(0,d.jsx)("path",{d:"M8.5 1.5l2 2-7 7H1.5v-2l7-7z",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4"})}),"Rename"]}),(0,d.jsxs)("button",{onClick:b=>{b.stopPropagation(),e(a.id),y(null)},style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("rect",{x:"3.5",y:"3.5",width:"6",height:"6",rx:"1",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("path",{d:"M8.5 3.5V2.5a1 1 0 00-1-1h-5a1 1 0 00-1 1v5a1 1 0 001 1h1",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-cffc792ee61617d4"})]}),"Duplicate"]}),(0,d.jsxs)("button",{onClick:b=>{b.stopPropagation(),(0,k.Vj)(a),y(null)},style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("path",{d:"M10 7v3a1 1 0 01-1 1H3a1 1 0 01-1-1V7",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("polyline",{points:"4 5 6 7 8 5",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("line",{x1:"6",y1:"1",x2:"6",y2:"7",stroke:"currentColor",strokeWidth:"1.2",className:"jsx-cffc792ee61617d4"})]}),"Export JSON"]}),(0,d.jsx)("div",{style:{borderColor:"var(--border)"},className:"jsx-cffc792ee61617d4 border-t my-1"}),(0,d.jsxs)("button",{onClick:b=>{b.stopPropagation(),ad(a.id,a.name)},style:{color:"var(--status-fail-text)"},className:"jsx-cffc792ee61617d4 w-full flex items-center gap-2 px-3 py-1.5 text-xs hover:bg-[var(--bg-secondary)]",children:[(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",className:"jsx-cffc792ee61617d4",children:(0,d.jsx)("path",{d:"M1.5 3h9M4.5 3V1.5h3V3M3 3v7.5h6V3",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4"})}),"Delete"]})]}),(0,d.jsx)(i(),{href:`/projects/${a.id}`,className:"absolute inset-0 z-0",onClick:()=>y(null)})]},a.id)})}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)"},className:"jsx-cffc792ee61617d4 relative mt-8 pt-6 border-t",children:[(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-center gap-4 mb-4",children:[(0,d.jsx)("div",{style:{border:"1px solid var(--border)"},className:"jsx-cffc792ee61617d4 w-10 h-10 rounded-lg overflow-hidden flex-shrink-0",children:p.avatarUrl?(0,d.jsx)("img",{src:p.avatarUrl,alt:"Avatar",className:"jsx-cffc792ee61617d4 w-full h-full object-cover"}):(0,d.jsx)("div",{style:{backgroundColor:p.bannerColor,color:"#fff"},className:"jsx-cffc792ee61617d4 w-full h-full flex items-center justify-center text-sm font-bold",children:q})}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("div",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-sm font-medium",children:p.name||"Anonymous Tester"}),(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px]",children:p.role||"No role set"})]})]}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 grid grid-cols-2 sm:grid-cols-4 gap-3",children:[(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-cffc792ee61617d4 p-3 rounded-lg border",children:[(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] uppercase tracking-wider mb-1",children:"Projects"}),(0,d.jsx)(C,{value:s.length,className:"text-lg font-semibold",style:{color:"var(--accent)"}})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-cffc792ee61617d4 p-3 rounded-lg border",children:[(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] uppercase tracking-wider mb-1",children:"Test Cases"}),(0,d.jsx)(C,{value:S.totalCases,className:"text-lg font-semibold",style:{color:"var(--status-pass-text)"}})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-cffc792ee61617d4 p-3 rounded-lg border",children:[(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] uppercase tracking-wider mb-1",children:"Flow Nodes"}),(0,d.jsx)(C,{value:S.totalNodes,className:"text-lg font-semibold",style:{color:"#9E7AFF"}})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-card)"},className:"jsx-cffc792ee61617d4 p-3 rounded-lg border",children:[(0,d.jsx)("div",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] uppercase tracking-wider mb-1",children:"Pass Rate"}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-baseline gap-0.5",children:[(0,d.jsx)(C,{value:S.overallPassRate,className:"text-lg font-semibold",style:{color:S.overallPassRate>=80?"var(--status-pass-text)":"var(--status-skip-text)"}}),(0,d.jsx)("span",{style:{color:S.overallPassRate>=80?"var(--status-pass-text)":"var(--status-skip-text)"},className:"jsx-cffc792ee61617d4 text-sm font-medium",children:"%"})]})]})]}),T&&(0,d.jsxs)("div",{style:{borderColor:"var(--border)"},className:"jsx-cffc792ee61617d4 mt-4 py-4 border-t",children:[(0,d.jsxs)("p",{style:{color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 text-xs leading-relaxed text-center italic",children:["“",T.fact,"”"]}),(0,d.jsxs)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] text-center mt-1",children:["— ",T.author]})]})]})]}),z&&(0,d.jsx)("div",{style:{backgroundColor:"rgba(0,0,0,0.3)",animation:"fadeIn 150ms ease-out"},onClick:()=>A(!1),className:"jsx-cffc792ee61617d4 fixed inset-0 z-[400] flex items-center justify-center",children:(0,d.jsxs)("div",{style:{backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)",animation:"fadeInUp 200ms ease-out"},onClick:a=>a.stopPropagation(),className:"jsx-cffc792ee61617d4 w-full max-w-lg mx-4 rounded-xl border overflow-hidden",children:[(0,d.jsxs)("div",{style:{background:"linear-gradient(180deg, #FFF8E1 0%, var(--bg-card) 100%)"},className:"jsx-cffc792ee61617d4 px-6 pt-6 pb-5 flex flex-col items-center text-center",children:[(0,d.jsx)("div",{className:"jsx-cffc792ee61617d4 w-20 h-20 mb-4 flex items-center justify-center",children:(0,d.jsxs)("svg",{width:"60",height:"60",viewBox:"0 0 48 48",fill:"none",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("path",{d:"M8 16h24v20a8 8 0 01-8 8H16a8 8 0 01-8-8V16z",fill:"#6F4E37",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("path",{d:"M32 20h4a4 4 0 010 8h-4",stroke:"#6F4E37",strokeWidth:"2.5",strokeLinecap:"round",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("path",{d:"M14 12c0-2 2-4 4-4s4 2 4 4",stroke:"#BCAAA4",strokeWidth:"2",strokeLinecap:"round",opacity:"0.6",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("path",{d:"M20 10c0-2 2-4 4-4s4 2 4 4",stroke:"#BCAAA4",strokeWidth:"2",strokeLinecap:"round",opacity:"0.4",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("rect",{x:"6",y:"38",width:"28",height:"4",rx:"2",fill:"#D7CCC8",className:"jsx-cffc792ee61617d4"})]})}),(0,d.jsx)("h3",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-base font-semibold mb-2",children:"Please, Buy me a Coffee.."}),(0,d.jsx)("p",{style:{color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 text-sm leading-relaxed",children:"If Test Lah! has been helpful, consider buying Qois a coffee. Any size will do. He's very tired."})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)"},className:"jsx-cffc792ee61617d4 px-6 py-4 border-t",children:[(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] font-semibold uppercase tracking-wider mb-2",children:"Pickup Location"}),(0,d.jsx)("p",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-sm font-medium mb-1",children:"Toko Kopi TUKU — BSD"}),(0,d.jsx)("p",{style:{color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 text-xs leading-relaxed",children:"Ruko Sektor 1.3, Blok RB No. 1, Jl. Griya Loka Raya No.1, Serpong, Tangerang Selatan"})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)"},className:"jsx-cffc792ee61617d4 px-6 py-4 border-t flex gap-2",children:[(0,d.jsxs)("div",{onMouseEnter:()=>D(!0),onMouseLeave:()=>D(!1),className:"jsx-cffc792ee61617d4 flex-1 relative",children:[(0,d.jsx)("button",{onClick:()=>A(!1),style:{borderColor:"var(--border)",color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 w-full px-3 py-2.5 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",children:"Maybe Later"}),B&&(0,d.jsx)("div",{style:{width:240,backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)",animation:"fadeInUp 200ms ease-out"},className:"jsx-cffc792ee61617d4 absolute bottom-full left-1/2 -translate-x-1/2 mb-2 z-[410] rounded-xl border overflow-hidden",children:(0,d.jsx)("img",{src:"https://i.pinimg.com/564x/82/74/4d/82744d1c73b0296c5f32e6f669ac05e6.jpg",alt:"Maybe next time?",width:240,style:{borderRadius:11},className:"jsx-cffc792ee61617d4 w-full h-auto block"})})]}),(0,d.jsx)("a",{href:"https://maps.google.com/?q=Toko+Kopi+TUKU+BSD",target:"_blank",rel:"noopener noreferrer",style:{backgroundColor:"#6F4E37",color:"#fff"},className:"jsx-cffc792ee61617d4 flex-1 px-3 py-2.5 text-xs font-medium rounded-lg text-center transition-opacity hover:opacity-80",children:"Open in Maps"})]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"#FAFAF8"},className:"jsx-cffc792ee61617d4 px-6 py-4 border-t",children:[(0,d.jsx)("p",{style:{color:"var(--text-secondary)",direction:"rtl"},className:"jsx-cffc792ee61617d4 text-xs text-center leading-relaxed mb-3",children:"اِنَّ الْمُصَّدِّقِيْنَ وَالْمُصَّدِّقٰتِ وَاَقْرَضُوا اللّٰهَ قَرْضًا حَسَنًا يُّضٰعَفُ لَهُمْ وَلَهُمْ اَجْرٌ كَرِيْمٌ ١٨"}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] text-center leading-relaxed",children:"“Sesungguhnya orang-orang yang bersedekah baik laki-laki maupun perempuan dan meminjamkan kepada Allah dengan pinjaman yang baik, akan dilipatgandakan (balasannya) bagi mereka; dan mereka akan mendapat pahala yang mulia.” (QS Al Hadid: 18)"})]})]})}),(0,d.jsx)(f(),{id:"cffc792ee61617d4",children:"@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translatey(16px)}to{opacity:1;transform:translatey(0)}}@keyframes fadeInRight{from{opacity:0;transform:translatey(-50%)translatex(16px)}to{opacity:1;transform:translatey(-50%)translatex(0)}}@keyframes glowPulse{0%,100%{box-shadow:0 0 12px rgba(111,78,55,.3),0 0 24px rgba(111,78,55,.15)}50%{box-shadow:0 0 20px rgba(111,78,55,.5),0 0 40px rgba(111,78,55,.25)}}@keyframes cardClick{0%{transform:scale(1)}50%{transform:scale(.97)}100%{transform:scale(1)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}"}),G&&(0,d.jsx)(N,{project:G,onClose:()=>H(null)}),Z&&(()=>{let a=s.find(a=>a.id===Z);return a?(0,d.jsx)("div",{style:{backgroundColor:"rgba(0,0,0,0.3)",animation:"fadeIn 150ms ease-out"},onClick:()=>$(null),className:"jsx-cffc792ee61617d4 fixed inset-0 z-[450] flex items-center justify-center",children:(0,d.jsxs)("div",{style:{backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)",animation:"fadeInUp 200ms ease-out"},onClick:a=>a.stopPropagation(),className:"jsx-cffc792ee61617d4 w-full max-w-sm mx-4 rounded-xl border p-5",children:[(0,d.jsx)("h4",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-sm font-semibold mb-1",children:"Activity Status"}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[11px] mb-4",children:"The project icon changes color based on how recently you've worked on it. Here's what each state means:"}),(0,d.jsxs)("div",{style:{color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 flex flex-col gap-3 text-[11px]",children:[(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-start gap-3",children:[(0,d.jsx)("div",{style:{backgroundColor:"#E8F5E9",color:"#4CAF50"},className:"jsx-cffc792ee61617d4 w-8 h-8 rounded-lg flex items-center justify-center flex-shrink-0",children:(0,d.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4",children:(0,d.jsx)("polyline",{points:"20 6 9 17 4 12",className:"jsx-cffc792ee61617d4"})})}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("p",{style:{color:"#4CAF50"},className:"jsx-cffc792ee61617d4 font-medium",children:"Active (< 1 hour)"}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px]",children:"You just worked on this project. The icon glows green — keep up the momentum!"})]})]}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-start gap-3",children:[(0,d.jsx)("div",{style:{backgroundColor:"var(--bg-secondary)",color:"var(--text-secondary)",opacity:.7},className:"jsx-cffc792ee61617d4 w-8 h-8 rounded-lg flex items-center justify-center flex-shrink-0",children:(0,d.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"10",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("polyline",{points:"12 6 12 12 16 14",className:"jsx-cffc792ee61617d4"})]})}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("p",{style:{color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 font-medium",children:"Cooling down (1–48 hours)"}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px]",children:"It's been a while since you last worked on this. The icon fades gradually — time to check in?"})]})]}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-start gap-3",children:[(0,d.jsx)("div",{style:{backgroundColor:"#FFEBEE",color:"#E57373"},className:"jsx-cffc792ee61617d4 w-8 h-8 rounded-lg flex items-center justify-center flex-shrink-0",children:(0,d.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("path",{d:"M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("line",{x1:"12",y1:"9",x2:"12",y2:"13",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("line",{x1:"12",y1:"17",x2:"12.01",y2:"17",className:"jsx-cffc792ee61617d4"})]})}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("p",{style:{color:"#E57373"},className:"jsx-cffc792ee61617d4 font-medium",children:"Neglected (48+ hours)"}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px]",children:"This project hasn't seen activity in days. The icon turns red — your test cases are missing you!"})]})]}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-start gap-3",children:[(0,d.jsx)("div",{style:{backgroundColor:"#FFEBEE",color:"#E57373",animation:"pulse 2s ease-in-out infinite"},className:"jsx-cffc792ee61617d4 w-8 h-8 rounded-lg flex items-center justify-center flex-shrink-0",children:(0,d.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("path",{d:"M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("path",{d:"M13.73 21a2 2 0 01-3.46 0",className:"jsx-cffc792ee61617d4"})]})}),(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("p",{style:{color:"#E57373"},className:"jsx-cffc792ee61617d4 font-medium",children:"SOS mode (1+ week)"}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px]",children:"It's been over a week! The icon pulses red urgently — someone might need to check on this project."})]})]})]}),(0,d.jsx)("div",{style:{borderColor:"var(--border)"},className:"jsx-cffc792ee61617d4 mt-4 pt-3 border-t",children:(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-center justify-between mb-3",children:[(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("p",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-[11px] font-medium",children:"Activity tracking"}),(0,d.jsxs)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px]",children:["Last active: ",function(a){let b=X[a];return b?new Date(b).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"2-digit",minute:"2-digit"}):"No activity recorded yet"}(a.id)]})]}),(0,d.jsx)("button",{onClick:()=>{$(null),P(!0)},style:{backgroundColor:"#4CAF50"},title:"Toggle activity tracking",className:"jsx-cffc792ee61617d4 relative w-10 h-5 rounded-full transition-colors",children:(0,d.jsx)("div",{style:{left:"2px",transform:"translateX(0)"},className:"jsx-cffc792ee61617d4 absolute top-0.5 w-4 h-4 rounded-full bg-white shadow transition-transform"})})]})})]})}):null})(),J&&(0,d.jsx)(M,{profileName:p.name,onClose:()=>L(!1),onSubmit:(a,c)=>{b(a,c),L(!1)}}),V&&(0,d.jsx)("div",{style:{animation:"fadeInUp 300ms ease-out"},className:"jsx-cffc792ee61617d4 fixed bottom-4 right-4 z-30",children:(0,d.jsx)(I,{className:"rounded-lg",gradientColor:"#6F4E37",gradientOpacity:.15,gradientFrom:"#6F4E37",gradientTo:"#D7CCC8",children:(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 flex items-center gap-2 px-4 py-2.5",children:[(0,d.jsx)("div",{className:"jsx-cffc792ee61617d4 flex-1",children:(0,d.jsx)("p",{style:{color:"#6F4E37"},className:"jsx-cffc792ee61617d4 text-[11px] font-medium leading-snug",children:V.never?`You haven't done any testing yet, ${p.name||"buddy"}.. go to work!`:`It's been ${V.hours}h ${V.minutes}m since you do testing, ${p.name||"buddy"}.. go to work!`})}),(0,d.jsx)("button",{onClick:()=>P(!0),style:{color:"rgba(111,78,55,0.5)"},title:"Dismiss",className:"jsx-cffc792ee61617d4 flex-shrink-0 w-5 h-5 flex items-center justify-center rounded-full text-[10px] font-bold transition-colors hover:bg-black/5",children:"\xd7"})]})})}),O&&(0,d.jsx)("div",{style:{backgroundColor:"rgba(0,0,0,0.4)",animation:"fadeIn 150ms ease-out"},onClick:()=>P(!1),className:"jsx-cffc792ee61617d4 fixed inset-0 z-[500] flex items-center justify-center",children:(0,d.jsxs)("div",{style:{backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)",animation:"fadeInUp 200ms ease-out"},onClick:a=>a.stopPropagation(),className:"jsx-cffc792ee61617d4 w-full max-w-sm mx-4 rounded-xl border overflow-hidden",children:[(0,d.jsxs)("div",{className:"jsx-cffc792ee61617d4 px-6 pt-6 pb-4 text-center",children:[(0,d.jsx)("div",{style:{backgroundColor:"var(--status-skip-bg)"},className:"jsx-cffc792ee61617d4 w-14 h-14 mx-auto mb-4 rounded-full flex items-center justify-center",children:(0,d.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 24 24",fill:"none",stroke:"var(--status-skip-text)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"jsx-cffc792ee61617d4",children:[(0,d.jsx)("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2",className:"jsx-cffc792ee61617d4"}),(0,d.jsx)("path",{d:"M7 11V7a5 5 0 0110 0v4",className:"jsx-cffc792ee61617d4"})]})}),(0,d.jsx)("h3",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-base font-semibold mb-2",children:"Premium Feature"}),(0,d.jsxs)("p",{style:{color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 text-xs leading-relaxed mb-4",children:["Closing the gaslight feature is only available for ",(0,d.jsx)("strong",{className:"jsx-cffc792ee61617d4",children:"Premium Users"}),". To upgrade, please transfer to the following VA:"]}),(0,d.jsxs)("div",{style:{borderColor:"var(--border)",backgroundColor:"var(--bg-secondary)"},className:"jsx-cffc792ee61617d4 px-4 py-3 rounded-lg border mb-4",children:[(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] uppercase tracking-wider mb-1",children:"Virtual Account"}),(0,d.jsx)("p",{style:{color:"var(--text-primary)"},className:"jsx-cffc792ee61617d4 text-sm font-mono font-semibold",children:"0895 332 333 587"}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] mt-1",children:"a/n Qois Ramadhani"})]}),(0,d.jsx)("p",{style:{color:"var(--text-tertiary)"},className:"jsx-cffc792ee61617d4 text-[10px] italic",children:"*This is a joke. Please don't actually transfer. Or do. I won't stop you."})]}),(0,d.jsx)("div",{className:"jsx-cffc792ee61617d4 px-6 pb-5",children:(0,d.jsx)("button",{onClick:()=>P(!1),style:{borderColor:"var(--border)",color:"var(--text-secondary)"},className:"jsx-cffc792ee61617d4 w-full px-3 py-2.5 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",children:"Fine, I'll keep being gaslit"})})]})})]})}function M({profileName:a,onClose:b,onSubmit:c}){let[e,f]=(0,g.useState)(""),[h,i]=(0,g.useState)(""),j=(0,g.useRef)(null),k=()=>{e.trim()&&c(e.trim(),h)};return(0,d.jsx)("div",{className:"fixed inset-0 z-[400] flex items-center justify-center",style:{backgroundColor:"rgba(0,0,0,0.3)",animation:"fadeIn 150ms ease-out"},onClick:b,children:(0,d.jsxs)("div",{className:"w-full max-w-sm mx-4 rounded-xl border p-5",style:{backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)",animation:"fadeInUp 200ms ease-out"},onClick:a=>a.stopPropagation(),children:[(0,d.jsx)("h3",{className:"text-sm font-semibold mb-4",style:{color:"var(--text-primary)"},children:"New Project"}),(0,d.jsx)("label",{className:"text-[10px] font-medium uppercase tracking-wider mb-1.5 block",style:{color:"var(--text-tertiary)"},children:"Project Name"}),(0,d.jsx)("input",{ref:j,value:e,onChange:a=>f(a.target.value),onKeyDown:a=>{"Enter"===a.key&&k()},placeholder:"Enter project name...",className:"w-full px-3 py-2 text-sm rounded-lg border outline-none transition-colors focus:border-[var(--accent)] mb-4",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-secondary)",color:"var(--text-primary)"}}),(0,d.jsxs)("label",{className:"text-[10px] font-medium uppercase tracking-wider mb-1.5 block",style:{color:"var(--text-tertiary)"},children:["Project Type ",(0,d.jsx)("span",{style:{color:"var(--text-tertiary)",fontWeight:400},children:"(optional)"})]}),(0,d.jsxs)("select",{value:h,onChange:a=>i(a.target.value),className:"w-full px-3 py-2 text-sm rounded-lg border outline-none transition-colors focus:border-[var(--accent)] mb-4 cursor-pointer",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-secondary)",color:h?"var(--text-primary)":"var(--text-tertiary)"},children:[(0,d.jsx)("option",{value:"",children:"Select type..."}),(0,d.jsx)("option",{value:"Dashboard",children:"Dashboard"}),(0,d.jsx)("option",{value:"Website",children:"Website"}),(0,d.jsx)("option",{value:"Gak Jelas",children:"Gak Jelas"})]}),(0,d.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,d.jsxs)("div",{className:"relative group/tested",children:[(0,d.jsxs)("span",{className:"text-[10px] italic",style:{color:"var(--text-tertiary)"},children:["Tested by ",a||"Anonymous"]}),(0,d.jsx)("div",{className:"absolute bottom-full left-0 mb-1 px-2 py-1 text-[9px] rounded whitespace-nowrap opacity-0 group-hover/tested:opacity-100 transition-opacity pointer-events-none",style:{backgroundColor:"var(--text-primary)",color:"var(--bg-primary)"},children:"just kidding, you will ask AI to do it anyway"})]}),(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)("button",{onClick:b,className:"px-3 py-1.5 text-xs font-medium rounded-lg border transition-colors hover:bg-[var(--bg-secondary)]",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:"Cancel"}),(0,d.jsx)("button",{onClick:k,disabled:!e.trim(),className:"px-3 py-1.5 text-xs font-medium rounded-lg transition-opacity hover:opacity-80 disabled:opacity-30",style:{backgroundColor:"var(--accent)",color:"var(--bg-primary)"},children:"Create"})]})]})]})})}function N({project:a,onClose:b}){let{updateProject:c}=(0,j.M)(),[e,f]=(0,g.useState)("all"),[h,i]=(0,g.useState)(!1),k=Object.values(a.testCases).flat(),l=k.length,m=k.filter(a=>"pass"===a.status).length;k.filter(a=>"fail"===a.status).length;let n=k.filter(a=>"skip"===a.status).length;k.filter(a=>"untested"===a.status).length;let o=l-n,p=o>0?Math.round(m/o*100):0,q="all"===e?k:k.filter(a=>a.status===e),r=new Map(a.flows.map(a=>[a.id,a])),s=(()=>{try{let b=localStorage.getItem("qa-project-activity"),c=(b?JSON.parse(b):{})[a.id];if(!c)return null;return new Date(c).toLocaleString("en-US",{month:"short",day:"numeric",year:"numeric",hour:"2-digit",minute:"2-digit"})}catch{return null}})();return(0,d.jsx)("div",{className:"fixed inset-0 z-[400] flex items-center justify-center",style:{backgroundColor:"rgba(0,0,0,0.3)",animation:"fadeIn 150ms ease-out"},onClick:b,children:(0,d.jsxs)("div",{className:"w-full max-w-lg mx-4 rounded-xl border overflow-hidden max-h-[80vh] flex flex-col",style:{backgroundColor:"var(--bg-card)",borderColor:"var(--border)",boxShadow:"var(--shadow-lg)",animation:"fadeInUp 200ms ease-out"},onClick:a=>a.stopPropagation(),children:[(0,d.jsxs)("div",{className:"px-5 py-4 border-b",style:{borderColor:"var(--border)"},children:[(0,d.jsxs)("div",{className:"flex items-center gap-3",children:[(0,d.jsx)("h3",{className:"text-sm font-semibold flex-1",style:{color:"var(--text-primary)"},children:a.name}),(0,d.jsx)("button",{onClick:b,className:"text-[10px] opacity-50 hover:opacity-100",style:{color:"var(--text-tertiary)"},children:"\xd7"})]}),s?(0,d.jsxs)("p",{className:"text-[10px] mt-1",style:{color:"var(--text-tertiary)"},children:["Last worked on ",s]}):(0,d.jsx)("p",{className:"text-[10px] mt-1",style:{color:"var(--text-tertiary)"},children:"No activity recorded yet"})]}),(0,d.jsxs)("div",{className:"px-5 py-3 flex gap-4 text-xs border-b items-center",style:{borderColor:"var(--border)",color:"var(--text-secondary)"},children:[(0,d.jsxs)("span",{children:["Cases: ",(0,d.jsx)("strong",{style:{color:"var(--text-primary)"},children:l})]}),(0,d.jsxs)("span",{children:["Pass: ",(0,d.jsx)("strong",{style:{color:"var(--status-pass-text)"},children:m})]}),(0,d.jsxs)("span",{children:["Rate: ",(0,d.jsxs)("strong",{style:{color:p>=80?"var(--status-pass-text)":"var(--status-fail-text)"},children:[p,"%"]})]}),h?(0,d.jsxs)("select",{value:a.type||"",onChange:b=>{c(a.id,a=>({...a,type:b.target.value})),i(!1)},onBlur:()=>i(!1),className:"px-1 py-0.5 text-[11px] rounded border outline-none cursor-pointer",style:{borderColor:"var(--border)",backgroundColor:"var(--bg-secondary)",color:"var(--text-primary)"},autoFocus:!0,children:[(0,d.jsx)("option",{value:"",children:"None"}),(0,d.jsx)("option",{value:"Dashboard",children:"Dashboard"}),(0,d.jsx)("option",{value:"Website",children:"Website"}),(0,d.jsx)("option",{value:"Gak Jelas",children:"Gak Jelas"})]}):(0,d.jsxs)("span",{className:"flex items-center gap-1",children:["Type: ",(0,d.jsx)("strong",{style:{color:"var(--text-primary)"},children:a.type||"Not set"}),(0,d.jsx)("button",{onClick:()=>i(!0),className:"text-[9px] hover:underline",style:{color:"var(--accent)"},children:"edit"})]})]}),(0,d.jsx)("div",{className:"px-5 py-2 flex gap-1.5 border-b",style:{borderColor:"var(--border)"},children:[["all","All"],["pass","Pass"],["fail","Fail"],["skip","Skip"],["untested","Untested"],["blocked","Blocked"]].map(([a,b])=>{let c=e===a,g={all:{bg:"var(--bg-secondary)",text:"var(--text-secondary)"},pass:{bg:"var(--status-pass-bg)",text:"var(--status-pass-text)"},fail:{bg:"var(--status-fail-bg)",text:"var(--status-fail-text)"},skip:{bg:"var(--status-skip-bg)",text:"var(--status-skip-text)"},untested:{bg:"var(--status-untested-bg)",text:"var(--status-untested-text)"},blocked:{bg:"var(--status-blocked-bg)",text:"var(--status-blocked-text)"}}[a];return(0,d.jsx)("button",{onClick:()=>f(a),className:"px-2 py-0.5 text-[10px] font-medium rounded-full border transition-colors",style:{backgroundColor:c?g.bg:"transparent",color:c?g.text:"var(--text-tertiary)",borderColor:c?"transparent":"var(--border)"},children:b},a)})}),(0,d.jsx)("div",{className:"flex-1 overflow-y-auto",children:(0,d.jsxs)("table",{className:"w-full text-xs",children:[(0,d.jsx)("thead",{children:(0,d.jsxs)("tr",{children:[(0,d.jsx)("th",{className:"text-left px-5 py-2 text-[10px] font-medium",style:{color:"var(--text-tertiary)"},children:"Node"}),(0,d.jsx)("th",{className:"text-left px-5 py-2 text-[10px] font-medium",style:{color:"var(--text-tertiary)"},children:"Test Case"})]})}),(0,d.jsx)("tbody",{children:0===q.length?(0,d.jsx)("tr",{children:(0,d.jsx)("td",{colSpan:2,className:"px-5 py-4 text-center",style:{color:"var(--text-tertiary)"},children:"No test cases"})}):q.map(b=>{let c=r.get(b.id.split("-")[0])||a.flows.find(c=>(a.testCases[c.id]??[]).some(a=>a.id===b.id));return(0,d.jsxs)("tr",{className:"border-t",style:{borderColor:"var(--border)"},children:[(0,d.jsx)("td",{className:"px-5 py-1.5 font-mono",style:{color:"var(--text-tertiary)"},children:c?.label??"—"}),(0,d.jsx)("td",{className:"px-5 py-1.5",style:{color:"var(--text-primary)"},children:b.title})]},b.id)})})]})}),(0,d.jsx)("div",{className:"border-t flex-shrink-0",style:{borderColor:"var(--border)"},children:a.notes?(0,d.jsxs)("div",{className:"px-5 py-3 text-xs",style:{color:"var(--text-secondary)"},children:[(0,d.jsx)("div",{className:"font-medium mb-1",style:{color:"var(--text-tertiary)"},children:"Notes"}),(0,d.jsx)("div",{className:"whitespace-pre-wrap leading-relaxed max-h-24 overflow-y-auto",children:a.notes})]}):(0,d.jsx)("div",{className:"px-5 py-2 text-[10px]",style:{color:"var(--text-tertiary)"},children:"No notes added yet"})})]})})}},55511:a=>{"use strict";a.exports=require("crypto")},55659:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>E.a,__next_app__:()=>K,handler:()=>M,pages:()=>J,routeModule:()=>L,tree:()=>I});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(52574),o=c(82802),p=c(77533),q=c(45229),r=c(32822),s=c(261),t=c(26453),u=c(52474),v=c(26713),w=c(51356),x=c(62685),y=c(36225),z=c(63446),A=c(2762),B=c(45742),C=c(86439),D=c(81170),E=c.n(D),F=c(62506),G=c(91203),H={};for(let a in F)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(H[a]=()=>F[a]);c.d(b,H);let I={children:["",{children:["(dashboard)",{children:["projects",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,40228)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,97788)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,51472)),"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,70440))).default(a)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]}.children,J=["/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx"],K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/(dashboard)/projects/page",pathname:"/projects",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:I},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var D;let H="/(dashboard)/projects/page";"/index"===H&&(H="/");let N=(0,h.getRequestMeta)(a,"postponed"),O=(0,h.getRequestMeta)(a,"minimalMode"),P=await L.prepare(a,b,{srcPage:H,multiZoneDraftMode:!1});if(!P)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Q,query:R,params:S,parsedUrl:T,pageIsDynamic:U,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,serverActionsManifest:Y,clientReferenceManifest:Z,subresourceIntegrityManifest:$,prerenderManifest:_,isDraftMode:aa,resolvedPathname:ab,revalidateOnlyGenerated:ac,routerServerContext:ad,nextConfig:ae,interceptionRoutePatterns:af}=P,ag=T.pathname||"/",ah=(0,s.normalizeAppPath)(H),{isOnDemandRevalidate:ai}=P,aj=L.match(ag,_),ak=!!_.routes[ab],al=!!(aj||ak||_.routes[ah]),am=a.headers["user-agent"]||"",an=(0,v.getBotType)(am),ao=(0,q.isHtmlBotRequest)(a),ap=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[u.NEXT_ROUTER_PREFETCH_HEADER],aq=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[u.RSC_HEADER]),ar=(0,t.getIsPossibleServerAction)(a),as=(0,m.checkIsAppPPREnabled)(ae.experimental.ppr)&&(null==(D=_.routes[ah]??_.dynamicRoutes[ah])?void 0:D.renderingMode)==="PARTIALLY_STATIC",at=!1,au=!1,av=as?N:void 0,aw=as&&aq&&!ap,ax=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ay=!am||(0,q.shouldServeStreamingMetadata)(am,ae.htmlLimitedBots);ao&&as&&(al=!1,ay=!1);let az=!0===L.isDev||!al||"string"==typeof N||aw,aA=ao&&as,aB=null;aa||!al||az||ar||av||aw||(aB=ab);let aC=aB;!aC&&L.isDev&&(aC=ab),L.isDev||aa||!al||!aq||aw||(0,k.d)(a.headers);let aD={...F,tree:I,pages:J,GlobalError:E(),handler:M,routeModule:L,__next_app__:K};Y&&Z&&(0,p.setReferenceManifestsSingleton)({page:H,clientReferenceManifest:Z,serverActionsManifest:Y,serverModuleMap:(0,r.createServerModuleMap)({serverActionsManifest:Y})});let aE=a.method||"GET",aF=(0,g.getTracer)(),aG=aF.getActiveScopeSpan();try{let f=L.getVaryHeader(ab,af);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aF.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aE} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aE} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:R,params:S,page:ah,sharedContext:{buildId:Q},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aD,Component:(0,j.T)(aD),params:S,routeModule:L,page:H,postponed:f,shouldWaitOnAllReady:aA,serveStreamingMetadata:ay,supportsDynamicResponse:"string"==typeof f||az,buildManifest:V,nextFontManifest:W,reactLoadableManifest:X,subresourceIntegrityManifest:$,serverActionsManifest:Y,clientReferenceManifest:Z,setIsrStatus:null==ad?void 0:ad.setIsrStatus,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:aa,isRevalidate:al&&!f&&!aw,botType:an,isOnDemandRevalidate:ai,isPossibleServerAction:ar,assetPrefix:ae.assetPrefix,nextConfigOutput:ae.output,crossOrigin:ae.crossOrigin,trailingSlash:ae.trailingSlash,previewProps:_.preview,deploymentId:ae.deploymentId,enableTainting:ae.experimental.taint,htmlLimitedBots:ae.htmlLimitedBots,devtoolSegmentExplorer:ae.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ae.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ae.experimental.cacheLife,basePath:ae.basePath,serverActions:ae.experimental.serverActions,...at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:at}:{},experimental:{isRoutePPREnabled:as,expireTime:ae.expireTime,staleTimes:ae.experimental.staleTimes,cacheComponents:!!ae.experimental.cacheComponents,clientSegmentCache:!!ae.experimental.clientSegmentCache,clientParamParsing:!!ae.experimental.clientParamParsing,dynamicOnHover:!!ae.experimental.dynamicOnHover,inlineCss:!!ae.experimental.inlineCss,authInterrupts:!!ae.experimental.authInterrupts,clientTraceMetadata:ae.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>L.onRequestError(a,b,d,ad),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[z.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,al&&(null==n?void 0:n.revalidate)===0&&!L.isDev&&!as){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ab}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
34
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:w.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},n=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===L.isDev,l=c||b.writableEnded;if(ai&&ac&&!f&&!O)return(null==ad?void 0:ad.render404)?await ad.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(aj&&(j=(0,x.parseFallbackField)(aj.fallback)),j===x.FallbackMode.PRERENDER&&(0,v.isBot)(am)&&(!as||ao)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ai=!0),ai&&(j!==x.FallbackMode.NOT_FOUND||f)&&(j=x.FallbackMode.BLOCKING_STATIC_RENDER),!O&&j!==x.FallbackMode.BLOCKING_STATIC_RENDER&&aC&&!l&&!aa&&U&&(k||!ak)){let b;if((k||aj)&&j===x.FallbackMode.NOT_FOUND)throw new C.NoFallbackError;if(as&&!aq){let c="string"==typeof(null==aj?void 0:aj.fallback)?aj.fallback:k?ah:null;if(b=await L.handleResponse({cacheKey:c,req:a,nextConfig:ae,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:_,isRoutePPREnabled:as,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||au?(0,o.u)(ah):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let n=ai||g||!av?void 0:av;if(at&&void 0!==n)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:w.CachedRouteKind.PAGES,html:y.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=U&&as&&((0,h.getRequestMeta)(a,"renderFallbackShell")||au)?(0,o.u)(ag):null;return m({span:i,postponed:n,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,o=await L.handleResponse({cacheKey:aB,responseGenerator:a=>n({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ai,isRoutePPREnabled:as,req:a,nextConfig:ae,prerenderManifest:_,waitUntil:d.waitUntil});if(aa&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!o){if(aB)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=o.value)?void 0:f.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=o.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof o.value.postponed;al&&!aw&&(!p||ap)&&(O||b.setHeader("x-nextjs-cache",ai?"REVALIDATED":o.isMiss?"MISS":o.isStale?"STALE":"HIT"),b.setHeader(u.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=o;if(av)l={revalidate:0,expire:void 0};else if(O&&aq&&!ap&&as)l={revalidate:0,expire:void 0};else if(!L.isDev)if(aa)l={revalidate:0,expire:void 0};else if(al){if(o.cacheControl)if("number"==typeof o.cacheControl.revalidate){if(o.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${o.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:o.cacheControl.revalidate,expire:(null==(j=o.cacheControl)?void 0:j.expire)??ae.expireTime}}else l={revalidate:z.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(o.cacheControl=l,"string"==typeof ax&&(null==q?void 0:q.kind)===w.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[z.NEXT_CACHE_TAGS_HEADER];O&&al&&c&&"string"==typeof c&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(ax);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(d,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.EMPTY,cacheControl:o.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...o,value:{...o.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&av)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(O&&al||delete a[z.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[z.NEXT_CACHE_TAGS_HEADER];if(O&&al&&s&&"string"==typeof s&&b.setHeader(z.NEXT_CACHE_TAGS_HEADER,s),!q.status||aq&&as||(b.statusCode=q.status),!O&&q.status&&G.RedirectStatusCode[q.status]&&aq&&(b.statusCode=200),p&&b.setHeader(u.NEXT_DID_POSTPONE_HEADER,"1"),aq&&!aa){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:q.html,cacheControl:aw?{revalidate:0,expire:void 0}:o.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:y.default.fromStatic(q.rscData,u.RSC_CONTENT_TYPE_HEADER),cacheControl:o.cacheControl})}let t=q.html;if(!p||O||aq)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:o.cacheControl});if(at)return t.push(new ReadableStream({start(a){a.enqueue(A.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}});let v=new TransformStream;return t.push(v.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==w.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(v.writable)}).catch(a=>{v.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:ae.generateEtags,poweredByHeader:ae.poweredByHeader,result:t,cacheControl:{revalidate:0,expire:void 0}})};if(!aG)return await aF.withPropagatedContext(a.headers,()=>aF.trace(i.BaseServerSpan.handleRequest,{spanName:`${aE} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aE,"http.target":a.url}},p));await p(aG)}catch(b){throw b instanceof C.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:al,isOnDemandRevalidate:ai})},ad),b}}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},74075:a=>{"use strict";a.exports=require("zlib")},74579:(a,b,c)=>{Promise.resolve().then(c.bind(c,40228))},79428:a=>{"use strict";a.exports=require("buffer")},81115:a=>{"use strict";a.exports=require("constants")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},94735:a=>{"use strict";a.exports=require("events")},95826:(a,b,c)=>{"use strict";c.d(b,{n:()=>d}),c(19188);function d(){}},98457:(a,b,c)=>{"use strict";c.d(b,{p:()=>e});var d=c(21124);function e({message:a,action:b}){return(0,d.jsxs)("div",{className:"flex flex-col items-center justify-center h-full gap-4 px-6 text-center",children:[(0,d.jsx)("img",{src:"https://static.vecteezy.com/system/resources/thumbnails/067/162/149/small/cute-duck-meme-sticker-transparent-cute-illustration-free-png.png",alt:"",className:"w-28 h-28 object-contain select-none opacity-15",draggable:!1}),(0,d.jsx)("p",{className:"text-sm max-w-[280px]",style:{color:"var(--text-tertiary)"},children:a}),b&&(0,d.jsx)("button",{onClick:b.onClick,className:"px-4 py-2 text-sm font-medium rounded-md transition-opacity hover:opacity-80",style:{backgroundColor:"var(--accent)",color:"var(--bg-primary)",borderRadius:"var(--radius-pill)"},children:b.label})]})}}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,917,736,506,485,824,779,615],()=>b(b.s=55659));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/balanced-match/index.js","../../../../../node_modules/balanced-match/package.json","../../../../../node_modules/brace-expansion/index.js","../../../../../node_modules/brace-expansion/package.json","../../../../../node_modules/concat-map/index.js","../../../../../node_modules/concat-map/package.json","../../../../../node_modules/fs.realpath/index.js","../../../../../node_modules/fs.realpath/old.js","../../../../../node_modules/fs.realpath/package.json","../../../../../node_modules/glob/common.js","../../../../../node_modules/glob/glob.js","../../../../../node_modules/glob/package.json","../../../../../node_modules/glob/sync.js","../../../../../node_modules/inflight/inflight.js","../../../../../node_modules/inflight/package.json","../../../../../node_modules/inherits/inherits.js","../../../../../node_modules/inherits/inherits_browser.js","../../../../../node_modules/inherits/package.json","../../../../../node_modules/minimatch/minimatch.js","../../../../../node_modules/minimatch/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/once/once.js","../../../../../node_modules/once/package.json","../../../../../node_modules/path-is-absolute/index.js","../../../../../node_modules/path-is-absolute/package.json","../../../../../node_modules/rimraf/package.json","../../../../../node_modules/rimraf/rimraf.js","../../../../../node_modules/wrappy/package.json","../../../../../node_modules/wrappy/wrappy.js","../../../../package.json","../../../chunks/
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/balanced-match/index.js","../../../../../node_modules/balanced-match/package.json","../../../../../node_modules/brace-expansion/index.js","../../../../../node_modules/brace-expansion/package.json","../../../../../node_modules/concat-map/index.js","../../../../../node_modules/concat-map/package.json","../../../../../node_modules/fs.realpath/index.js","../../../../../node_modules/fs.realpath/old.js","../../../../../node_modules/fs.realpath/package.json","../../../../../node_modules/glob/common.js","../../../../../node_modules/glob/glob.js","../../../../../node_modules/glob/package.json","../../../../../node_modules/glob/sync.js","../../../../../node_modules/inflight/inflight.js","../../../../../node_modules/inflight/package.json","../../../../../node_modules/inherits/inherits.js","../../../../../node_modules/inherits/inherits_browser.js","../../../../../node_modules/inherits/package.json","../../../../../node_modules/minimatch/minimatch.js","../../../../../node_modules/minimatch/package.json","../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/once/once.js","../../../../../node_modules/once/package.json","../../../../../node_modules/path-is-absolute/index.js","../../../../../node_modules/path-is-absolute/package.json","../../../../../node_modules/rimraf/package.json","../../../../../node_modules/rimraf/rimraf.js","../../../../../node_modules/wrappy/package.json","../../../../../node_modules/wrappy/wrappy.js","../../../../package.json","../../../chunks/485.js","../../../chunks/506.js","../../../chunks/615.js","../../../chunks/736.js","../../../chunks/779.js","../../../chunks/824.js","../../../chunks/873.js","../../../chunks/917.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
package/.next/standalone/.next/server/app/(dashboard)/projects/page_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/projects/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/projects/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"17638","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4065":{"*":{"id":"8611","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"95183","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"35473","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"27328","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"22048","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9334":{"*":{"id":"50542","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"68137","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"55145","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":3037,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/globals.css":{"id":3673,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/components/shared/Providers.tsx":{"id":6061,"name":"*","chunks":["177","static/chunks/app/layout-3ad98a7069d70b7b.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/login/page.tsx":{"id":1343,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/page.tsx":{"id":9547,"name":"*","chunks":["974","static/chunks/app/page-dd12a450edb4a44d.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout.tsx":{"id":8609,"name":"*","chunks":["619","static/chunks/619-ba102abea3e3d0e4.js","246","static/chunks/246-28370f424ce95be6.js","305","static/chunks/app/(dashboard)/layout-e4ed5abcbb7c8802.js"],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/integrations/page.tsx":{"id":4071,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/page.tsx":{"id":4065,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/[projectId]/summary/page.tsx":{"id":6268,"name":"*","chunks":[],"async":false},"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page.tsx":{"id":9334,"name":"*","chunks":["343","static/chunks/6edf0643-cff15dee501a82ef.js","909","static/chunks/909-a5da60d248a1c133.js","793","static/chunks/793-7306e111aea85b00.js","619","static/chunks/619-ba102abea3e3d0e4.js","172","static/chunks/172-84d6b7afea495880.js","246","static/chunks/246-28370f424ce95be6.js","709","static/chunks/app/(dashboard)/projects/page-5f4191feafff095a.js"],"async":false}},"entryCSSFiles":{"/home/sltr91025/code-repository/open-source/test-lah/src/":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/layout":[{"inlined":false,"path":"static/css/d31bdcc43c2da03c.css"}],"/home/sltr91025/code-repository/open-source/test-lah/src/app/page":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/layout":[],"/home/sltr91025/code-repository/open-source/test-lah/src/app/(dashboard)/projects/page":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1343":{"*":{"id":"15109","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4065":{"*":{"id":"41009","name":"*","chunks":[],"async":false}},"4071":{"*":{"id":"70393","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"6061":{"*":{"id":"26239","name":"*","chunks":[],"async":false}},"6268":{"*":{"id":"12202","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8609":{"*":{"id":"97788","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9334":{"*":{"id":"40228","name":"*","chunks":[],"async":false}},"9547":{"*":{"id":"60967","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|