-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
1 lines (1 loc) · 40 KB
/
products.html
File metadata and controls
1 lines (1 loc) · 40 KB
1
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/%5Broot-of-the-server%5D__54567d6f._.css" data-precedence="next_static/chunks/[root-of-the-server]__54567d6f._.css"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/%5Bturbopack%5D_browser_dev_hmr-client_hmr-client_ts_cedd0592._.js"/><script src="/_next/static/chunks/node_modules_next_dist_compiled_react-dom_1e674e59._.js" async=""></script><script src="/_next/static/chunks/node_modules_next_dist_compiled_react-server-dom-turbopack_9212ccad._.js" async=""></script><script src="/_next/static/chunks/node_modules_next_dist_compiled_next-devtools_index_1dd7fb59.js" async=""></script><script src="/_next/static/chunks/node_modules_next_dist_compiled_a0e4c7b4._.js" async=""></script><script src="/_next/static/chunks/node_modules_next_dist_client_a38d7d69._.js" async=""></script><script src="/_next/static/chunks/node_modules_next_dist_4b2403f5._.js" async=""></script><script src="/_next/static/chunks/node_modules_%40swc_helpers_cjs_d80fb378._.js" async=""></script><script src="/_next/static/chunks/_a0ff3932._.js" async=""></script><script src="/_next/static/chunks/turbopack-_86f4650b._.js" async=""></script><script src="/_next/static/chunks/node_modules_next_dist_094231d7._.js" async=""></script><script src="/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js" async=""></script><script src="/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js" async=""></script><script src="/_next/static/chunks/_ceb82230._.js" async=""></script><script src="/_next/static/chunks/src_app_error_tsx_89fd9292._.js" async=""></script><script src="/_next/static/chunks/src_0b97aa32._.js" async=""></script><script src="/_next/static/chunks/node_modules_99043d99._.js" async=""></script><script src="/_next/static/chunks/src_app_(dashboard)_products_page_tsx_89fd9292._.js" async=""></script><meta name="next-size-adjust" content=""/><title>Products | Dashboard</title><meta name="description" content="Manage your store products, inventory, and pricing"/><link rel="shortcut icon" href="/favicon.svg"/><link rel="icon" href="/favicon.svg"/><link rel="apple-touch-icon" href="/favicon.svg"/><script src="/_next/static/chunks/node_modules_next_dist_build_polyfills_polyfill-nomodule.js" noModule=""></script></head><body class="inter_5901b7c6-module__ec5Qua__variable antialiased"><div hidden=""><!--$--><!--/$--></div><!--$--><div class="container mx-auto py-6 space-y-6"><div class="flex items-center justify-between"><div><h1 class="text-3xl font-bold tracking-tight">Products</h1><p class="text-muted-foreground">Manage your store products, inventory, and pricing</p></div><div class="flex items-center gap-3"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3 text-xs" href="/dashboard/products/import">📤 Import</a><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3 text-xs">📥 Export</button><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 bg-primary text-primary-foreground shadow hover:bg-primary/90 h-10 px-4 py-2" href="/dashboard/products/new">➕ Add Product</a></div></div><div class="rounded-xl border bg-card text-card-foreground shadow p-6"><div class="space-y-4"><div class="relative"><span class="absolute left-3 top-1/2 transform -translate-y-1/2 text-muted-foreground">🔍</span><input class="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 pl-10" placeholder="Search products by name, SKU, or description..." value=""/></div><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4"><div><label class="text-sm font-medium text-muted-foreground mb-2 block">Category</label><select aria-label="Filter by category" class="w-full rounded-md border border-input bg-background px-3 py-2 text-sm"><option value="" selected="">All Categories</option></select></div><div><label class="text-sm font-medium text-muted-foreground mb-2 block">Brand</label><select aria-label="Filter by brand" class="w-full rounded-md border border-input bg-background px-3 py-2 text-sm"><option value="" selected="">All Brands</option></select></div><div><label class="text-sm font-medium text-muted-foreground mb-2 block">Status</label><select aria-label="Filter by price range" class="w-full rounded-md border border-input bg-background px-3 py-2 text-sm"><option value="">All Status</option><option value="PUBLISHED">Published</option><option value="DRAFT">Draft</option><option value="ARCHIVED">Archived</option></select></div><div><label class="text-sm font-medium text-muted-foreground mb-2 block">Inventory</label><select aria-label="Filter by stock status" class="w-full rounded-md border border-input bg-background px-3 py-2 text-sm"><option value="" selected="">All Stock Levels</option><option value="IN_STOCK">In Stock</option><option value="LOW_STOCK">Low Stock</option><option value="OUT_OF_STOCK">Out of Stock</option></select></div></div><div class="grid grid-cols-1 md:grid-cols-2 gap-4"><div><label class="text-sm font-medium text-muted-foreground mb-2 block">Min Price</label><input type="number" class="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50" placeholder="0.00" min="0" step="0.01" value=""/></div><div><label class="text-sm font-medium text-muted-foreground mb-2 block">Max Price</label><input type="number" class="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50" placeholder="999.99" min="0" step="0.01" value=""/></div></div><div class="flex items-center justify-between pt-4 border-t"><div class="flex items-center gap-2"><span class="text-sm text-muted-foreground">1<!-- --> filter<!-- --> applied</span><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80">1</div></div><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3 text-xs">✕ Clear All</button></div></div></div><div class="rounded-xl border bg-card text-card-foreground shadow"><div class="p-6">Loading products...</div></div></div><!--$--><!--/$--><!--/$--><script id="_R_">self.__next_r="wiWdcRSxPc0l-99QKgySD"</script><script src="/_next/static/chunks/%5Bturbopack%5D_browser_dev_hmr-client_hmr-client_ts_cedd0592._.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"6:I[\"[project]/node_modules/next/dist/next-devtools/userspace/app/segment-explorer-node.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"SegmentViewNode\"]\n8:\"$Sreact.fragment\"\n16:I[\"[project]/node_modules/next/dist/client/components/layout-router.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"default\"]\n17:I[\"[project]/src/app/error.tsx [app-client] (ecmascript)\",[\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"/_next/static/chunks/_ceb82230._.js\",\"/_next/static/chunks/src_app_error_tsx_89fd9292._.js\"],\"default\"]\n1c:I[\"[project]/node_modules/next/dist/client/components/render-from-template-context.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"default\"]\n49:I[\"[project]/node_modules/next/dist/client/app-dir/link.js [app-client] (ecmascript)\",[\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"/_next/static/chunks/src_0b97aa32._.js\",\"/_next/static/chunks/node_modules_99043d99._.js\",\"/_next/static/chunks/src_app_(dashboard)_products_page_tsx_89fd9292._.js\"],\"\"]\n57:I[\"[project]/src/components/products/products-filters.tsx [app-client] (ecmascript)\",[\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"/_next/static/chunks/src_0b97aa32._.js\",\"/_next/static/chunks/node_modules_99043d99._.js\",\"/_next/static/chunks/src_app_(dashboard)_products_page_tsx_89fd9292._.js\"],\"ProductsFilters\"]\n5a:I[\"[project]/src/components/products/products-bulk-actions.tsx [app-client] (ecmascript)\",[\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"/_next/static/chunks/src_0b97aa32._.js\",\"/_next/static/chunks/node_modules_99043d99._.js\",\"/_next/static/chunks/src_app_(dashboard)_products_page_tsx_89fd9292._.js\"],\"ProductsBulkActions\"]\n62:I[\"[project]/src/components/products/products-table.tsx [app-client] (ecmascript)\",[\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"/_next/static/chunks/src_0b97aa32._.js\",\"/_next/static/chunks/node_modules_99043d99._.js\",\"/_next/static/chunks/src_app_(dashboard)_products_page_tsx_89fd9292._.js\"],\"ProductsTable\"]\n69:I[\"[project]/node_modules/next/dist/lib/framework/boundary-components.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"OutletBoundary\"]\n6b:\"$Sreact.suspense\"\n7b:I[\"[project]/node_modules/next/dist/lib/framework/boundary-components.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"ViewportBoundary\"]\n81:I[\"[project]/node_modules/next/dist/lib/framework/boundary-components.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"MetadataBoundary\"]\n86:I[\"[project]/node_modules/next/dist/client/components/builtin/global-error.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"default\"]\n90:I[\"[project]/node_modules/next/dist/lib/metadata/generate/icon-mark.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"IconMark\"]\n:HL[\"/_next/static/chunks/%5Broot-of-the-server%5D__54567d6f._.css\",\"style\"]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:N1761647501244.8643\n3:\"$EObject.defineProperty(()=\u003e{ctx.componentMod.preloadStyle"])</script><script>self.__next_f.push([1,"(fullHref,ctx.renderOpts.crossOrigin,ctx.nonce)},\\\"name\\\",{value:\\\"\\\"})\"\n4:\"$EObject.defineProperty(()=\u003e{ctx.componentMod.preloadFont(href,type,ctx.renderOpts.crossOrigin,ctx.nonce)},\\\"name\\\",{value:\\\"\\\"})\"\n2:{\"name\":\"Preloads\",\"key\":null,\"env\":\"Server\",\"stack\":[],\"props\":{\"preloadCallbacks\":[\"$3\",\"$4\"]}}\n5:[]\n7:[]\n9:[[\"Array.map\",\"\",0,0,0,0,false]]\na:[[\"Array.map\",\"\",0,0,0,0,false]]\nd:I[\"[project]/node_modules/next/dist/client/components/layout-router.js [app-client] (ecmascript)\",[\"/_next/static/chunks/node_modules_next_dist_094231d7._.js\",\"/_next/static/chunks/node_modules_next_dist_client_components_builtin_global-error_469ed6a6.js\"],\"default\"]\nf:I[\"[project]/src/app/error.tsx [app-client] (ecmascript)\",[\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"/_next/static/chunks/_ceb82230._.js\",\"/_next/static/chunks/src_app_error_tsx_89fd9292._.js\"],\"default\"]\n10:{\"type\":\"error\",\"pagePath\":\"error.tsx\",\"children\":[]}\n11:[[\"Function.all\",\"\",0,0,0,0,true]]\ne:{\"parallelRouterKey\":\"children\",\"error\":\"$f\",\"errorStyles\":[\"$\",\"$L6\",null,\"$10\",null,\"$11\",0],\"errorScripts\":\"$Y\",\"template\":\"$Y\",\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$Y\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\",\"segmentViewBoundaries\":\"$Y\"}\n12:[[\"Function.all\",\"\",0,0,0,0,true]]\nc:{\"name\":\"RootLayout\",\"key\":null,\"env\":\"Server\",\"stack\":[],\"props\":{\"children\":[\"$\",\"$Ld\",null,\"$e\",null,\"$12\",1],\"params\":\"$Y\"}}\n13:[[\"RootLayout\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__eebb484e._.js\",54,263,53,1,false]]\n14:[[\"RootLayout\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__eebb484e._.js\",57,270,53,1,false]]\n15:[[\"Function.all\",\"\",0,0,0,0,true]]\n18:[[\"Function.all\",\"\",0,0,0,0,true]]\n19:[[\"Array.map\",\"\",0,0,0,0,false]]\n1a:[[\"Array.map\",\"\",0,0,0,0,false]]\n1b:[[\"Function.all\",\"\",0,0,0,0,true]]\n1d:[]\n1f:{\"name\":\"NotFound\",\"key\":null,\"env\":\"Server\",\"stack\":[],\"props\":{}}\n20:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",12,263,11,1,false]]\n21:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",14,270,11,1,false]]\n22:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",17,268,11,1,false]]\n23:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",25,268,11,1,false]]\n24:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",33,268,11,1,false]]\n25:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",41,268,11,1,false]]\n26:[[\"Function.all\",\"\",0,0,0,0,true]]\n27:[[\"Function.all\",\"\",0,0,0,0,true]]\n28:[[\"Function.all\",\"\",0,0,0,0,true]]\n29:[[\"Function.all\",\"\",0,0,0,0,true]]\n2a:[[\"Function.all\",\"\",0,0,0,0,true]]\n2b:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]]\n2c:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]]\n2d:[[\"Function.all\",\"\",0,0,0,0,true]]\n2f:{\"name\":\"NotFound\",\"key\":null,\"env\":\"Server\",\"stack\":[[\"Function.all\",\"\",0,0,0,0,true]],\"props\":{}}\n30:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",12,263,11,1,false]]\n31:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",14,270,11,1,false]]\n32:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",17,268,11,1,false]]\n33:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",25,268,11,1,false]]\n34:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",33,268,11,1,false]]\n35:[[\"NotFound\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_not-found_tsx_3f23d179._.js\",41,268,11,1,false]]\n36:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]]\n37:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]]\n38:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all"])</script><script>self.__next_f.push([1,"\",\"\",0,0,0,0,true]]\n39:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]]\n3a:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]]\n3b:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]]\n3d:{\"name\":\"ProductsPage\",\"key\":null,\"env\":\"Server\",\"stack\":[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]],\"props\":{\"params\":\"$@3e\",\"searchParams\":\"$@3f\"}}\n40:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",341,263,340,1,false]]\n41:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",344,264,340,1,false]]\n42:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",347,272,340,1,false]]\n43:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",349,280,340,1,false]]\n44:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",357,280,340,1,false]]\n45:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",371,272,340,1,false]]\n47:{\"name\":\"LinkComponent\",\"key\":null,\"env\":\"Server\",\"owner\":\"$3d\",\"stack\":[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",374,280,340,1,false]],\"props\":{\"href\":\"/dashboard/products/import\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:size-4 [\u0026_svg]:shrink-0 border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3 text-xs\",\"children\":\"📤 Import\"}}\n48:[]\n4b:{\"name\":\"Button\",\"key\":null,\"env\":\"Server\",\"owner\":\"$3d\",\"stack\":[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",386,280,340,1,false]],\"props\":{\"variant\":\"outline\",\"size\":\"sm\",\"children\":\"📥 Export\"}}\n4c:[[\"Button\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",192,263,190,242,false]]\n4e:{\"name\":\"LinkComponent\",\"key\":null,\"env\":\"Server\",\"owner\":\"$3d\",\"stack\":[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",395,280,340,1,false]],\"props\":{\"href\":\"/dashboard/products/new\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:size-4 [\u0026_svg]:shrink-0 bg-primary text-primary-foreground shadow hover:bg-primary/90 h-10 px-4 py-2\",\"children\":\"➕ Add Product\"}}\n4f:[]\n52:I[\"[project]/src/components/products/products-filters.tsx [app-client] (ecmascript)\",[\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"/_next/static/chunks/src_0b97aa32._.js\",\"/_next/static/chunks/node_modules_99043d99._.js\",\"/_next/static/chunks/src_app_(dashboard)_products_page_tsx_89fd9292._.js\"],\"ProductsFilters\"]\n53:{\"searchParams\":\"$@3f\"}\n54:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",418,278,340,1,false]]\n51:{\"name\":\"Card\",\"key\":null,\"env\":\"Server\",\"owner\":\"$3d\",\"stack\":[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",416,264,340,1,false]],\"props\":{\"className\":\"p-6\",\"children\":[\"$\",\"$L52\",null,\"$53\",\"$3d\",\"$54\",1]}}\n55:[[\"Card\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",244,523,244,240,false]]\n56:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",418,278,340,1,false]]\n59:[[\""])</script><script>self.__next_f.push([1,"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",430,264,340,1,false]]\n5d:I[\"[project]/src/components/products/products-table.tsx [app-client] (ecmascript)\",[\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"/_next/static/chunks/src_0b97aa32._.js\",\"/_next/static/chunks/node_modules_99043d99._.js\",\"/_next/static/chunks/src_app_(dashboard)_products_page_tsx_89fd9292._.js\"],\"ProductsTable\"]\n5e:{\"searchParams\":\"$@3f\"}\n5f:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",436,278,340,1,false]]\n5c:{\"name\":\"Card\",\"key\":null,\"env\":\"Server\",\"owner\":\"$3d\",\"stack\":[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",435,264,340,1,false]],\"props\":{\"children\":[\"$\",\"$L5d\",null,\"$5e\",\"$3d\",\"$5f\",1]}}\n60:[[\"Card\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",244,523,244,240,false]]\n61:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",436,278,340,1,false]]\n63:[[\"Array.map\",\"\",0,0,0,0,false],[\"Array.map\",\"\",0,0,0,0,false],[\"Function.all\",\"\",0,0,0,0,true]]\n64:[[\"Array.map\",\"\",0,0,0,0,false],[\"Array.map\",\"\",0,0,0,0,false],[\"Function.all\",\"\",0,0,0,0,true]]\n65:[[\"Array.map\",\"\",0,0,0,0,false],[\"Array.map\",\"\",0,0,0,0,false],[\"Function.all\",\"\",0,0,0,0,true]]\n67:{\"name\":\"Next.MetadataOutlet\",\"key\":null,\"env\":\"Server\",\"stack\":[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]],\"props\":{}}\n68:[]\n6a:[]\n6d:[]\n6f:{\"name\":\"Loading\",\"key\":\"l\",\"env\":\"Server\",\"stack\":[],\"props\":{}}\n70:[[\"Loading\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_loading_tsx_7fa31b7f._.js\",12,263,11,1,false]]\n71:[[\"Loading\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_loading_tsx_7fa31b7f._.js\",14,270,11,1,false]]\n72:[[\"Loading\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_loading_tsx_7fa31b7f._.js\",17,268,11,1,false]]\n73:[[\"Loading\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\src_app_loading_tsx_7fa31b7f._.js\",24,268,11,1,false]]\n74:[]\n"])</script><script>self.__next_f.push([1,"77:\"$EObject.defineProperty(function(type,config,children){for(var propName,i=2;i\u003carguments.length;i++)validateChildKeys(arguments[i]);i={};var key=null;if(null!=config)for(propName in didWarnAboutOldJSXRuntime||!(\\\"__self\\\"in config)||\\\"key\\\"in config||(didWarnAboutOldJSXRuntime=!0,console.warn(\\\"Your app (or one of its dependencies) is using an outdated JSX transform. Update to the modern JSX transform for faster performance: https://react.dev/link/new-jsx-transform\\\")),hasValidKey(config)\u0026\u0026(checkKeyStringCoercion(config.key),key=\\\"\\\"+config.key),config)hasOwnProperty.call(config,propName)\u0026\u0026\\\"key\\\"!==propName\u0026\u0026\\\"__self\\\"!==propName\u0026\u0026\\\"__source\\\"!==propName\u0026\u0026(i[propName]=config[propName]);var childrenLength=arguments.length-2;if(1===childrenLength)i.children=children;else if(1\u003cchildrenLength){for(var childArray=Array(childrenLength),_i=0;_i\u003cchildrenLength;_i++)childArray[_i]=arguments[_i+2];Object.freeze\u0026\u0026Object.freeze(childArray),i.children=childArray}if(type\u0026\u0026type.defaultProps)for(propName in childrenLength=type.defaultProps)void 0===i[propName]\u0026\u0026(i[propName]=childrenLength[propName]);return key\u0026\u0026function(props,displayName){function warnAboutAccessingKey(){specialPropKeyWarningShown||(specialPropKeyWarningShown=!0,console.error(\\\"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)\\\",displayName))}warnAboutAccessingKey.isReactWarning=!0,Object.defineProperty(props,\\\"key\\\",{get:warnAboutAccessingKey,configurable:!0})}(i,\\\"function\\\"==typeof type?type.displayName||type.name||\\\"Unknown\\\":type),(propName=1e4\u003eReactSharedInternals.recentlyCreatedOwnerStacks++)?(childArray=Error.stackTraceLimit,Error.stackTraceLimit=10,childrenLength=Error(\\\"react-stack-top-frame\\\"),Error.stackTraceLimit=childArray):childrenLength=unknownOwnerDebugStack,ReactElement(type,key,i,getOwner(),childrenLength,propName?createTask(getTaskName(type)):unknownOwnerDebugTask)},\\\"name\\\",{value:\\\"\\\"})\"\n"])</script><script>self.__next_f.push([1,"76:{\"name\":\"NonIndex\",\"key\":null,\"env\":\"Server\",\"stack\":[],\"props\":{\"createElement\":\"$77\",\"pagePath\":\"/products\",\"statusCode\":200,\"isPossibleServerAction\":false}}\n79:{\"name\":\"Next.Viewport\",\"key\":null,\"env\":\"Server\",\"stack\":[],\"props\":{}}\n7a:[]\n7e:{\"name\":\"Next.Metadata\",\"key\":null,\"env\":\"Server\",\"stack\":[],\"props\":{}}\n7f:[]\n80:[]\n82:[]\n84:[]\n87:[]\n3e:{}\n3f:\n88:[]\n89:[]\n8a:[]\n8b:[]\n8c:[[\"Array.map\",\"\",0,0,0,0,false]]\n8d:[[\"Array.map\",\"\",0,0,0,0,false]]\n8e:[[\"Array.map\",\"\",0,0,0,0,false]]\n8f:[]\n1:D{\"time\":0.5605000000068685}\n1:D\"$2\"\n1:D{\"time\":0.7195000000065193}\n1:null\nb:D{\"time\":2.911100000012084}\nb:D\"$c\"\nb:D{\"time\":3.3497000000061234}\n1e:D{\"time\":5.033000000010361}\n1e:D\"$1f\"\n1e:D{\"time\":8.189400000002934}\n1e:[\"$\",\"div\",null,{\"className\":\"flex min-h-screen flex-col items-center justify-center p-24\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-6xl font-bold mb-4\",\"children\":\"404\"},\"$1f\",\"$22\",1],[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Page Not Found\"},\"$1f\",\"$23\",1],[\"$\",\"p\",null,{\"className\":\"text-gray-600 mb-6\",\"children\":\"The page you are looking for does not exist.\"},\"$1f\",\"$24\",1],[\"$\",\"a\",null,{\"href\":\"/\",\"className\":\"px-4 py-2 bg-primary text-white rounded-lg hover:bg-primary-dark transition-colors inline-block\",\"children\":\"Go Home\"},\"$1f\",\"$25\",1]]},\"$1f\",\"$21\",1]},\"$1f\",\"$20\",1]\nb:[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"inter_5901b7c6-module__ec5Qua__variable antialiased\",\"children\":[\"$\",\"$L16\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$17\",\"errorStyles\":[\"$\",\"$L6\",null,{\"type\":\"error\",\"pagePath\":\"error.tsx\",\"children\":[]},null,\"$18\",0],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/_ceb82230._.js\",\"async\":true},null,\"$19\",0],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/src_app_error_tsx_89fd9292._.js\",\"async\":true},null,\"$1a\",0]],\"template\":[\"$\",\"$L1c\",null,{},null,\"$1b\",1],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[\"$\",\"$L6\",\"c-not-found\",{\"type\":\"not-found\",\"pagePath\":\"not-found.tsx\",\"children\":[\"$1e\",[]]},null,\"$1d\",0],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\",\"segmentViewBoundaries\":[[\"$\",\"$L6\",null,{\"type\":\"boundary:not-found\",\"pagePath\":\"not-found.tsx@boundary\"},null,\"$26\",1],[\"$\",\"$L6\",null,{\"type\":\"boundary:loading\",\"pagePath\":\"loading.tsx@boundary\"},null,\"$27\",1],[\"$\",\"$L6\",null,{\"type\":\"boundary:error\",\"pagePath\":\"error.tsx@boundary\"},null,\"$28\",1],[\"$\",\"$L6\",null,{\"type\":\"boundary:global-error\",\"pagePath\":\"__next_builtin__global-error.js\"},null,\"$29\",1]]},null,\"$15\",1]},\"$c\",\"$14\",1]},\"$c\",\"$13\",1]\n2e:D{\"time\":10.233200000002398}\n2e:D\"$2f\"\n2e:D{\"time\":10.642700000011246}\n2e:[\"$\",\"div\",null,{\"className\":\"flex min-h-screen flex-col items-center justify-center p-24\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-6xl font-bold mb-4\",\"children\":\"404\"},\"$2f\",\"$32\",1],[\"$\",\"h2\",null,{\"className\":\"text-2xl font-semibold mb-4\",\"children\":\"Page Not Found\"},\"$2f\",\"$33\",1],[\"$\",\"p\",null,{\"className\":\"text-gray-600 mb-6\",\"children\":\"The page you are looking for does not exist.\"},\"$2f\",\"$34\",1],[\"$\",\"a\",null,{\"href\":\"/\",\"className\":\"px-4 py-2 bg-primary text-white rounded-lg hover:bg-primary-dark transition-colors inline-block\",\"children\":\"Go Home\"},\"$2f\",\"$35\",1]]},\"$2f\",\"$31\",1]},\"$2f\",\"$30\",1]\n3c:D{\"time\":12.58299999999872}\n3c:D\"$3d\"\n3c:D{\"time\":13.18869999999879}\n46:D{\"time\":14.254800000009709}\n46:D\"$47\"\n46:D{\"time\":14.47960000000603}\n46:[\"$\",\"$L49\",null,{\"href\":\"/dashboard/products/import\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:size-4 [\u0026_svg]:shrink-0 border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3 text-xs\",\"children\":\"📤 Imp"])</script><script>self.__next_f.push([1,"ort\"},\"$47\",\"$48\",1]\n4a:D{\"time\":14.697899999999208}\n4a:D\"$4b\"\n4a:D{\"time\":14.988100000002305}\n4a:[\"$\",\"button\",null,{\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:size-4 [\u0026_svg]:shrink-0 border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground h-9 rounded-md px-3 text-xs\",\"ref\":\"$undefined\",\"disabled\":false,\"children\":[false,\"📥 Export\"]},\"$4b\",\"$4c\",1]\n4d:D{\"time\":15.193100000004051}\n4d:D\"$4e\"\n4d:D{\"time\":15.367500000007567}\n4d:[\"$\",\"$L49\",null,{\"href\":\"/dashboard/products/new\",\"className\":\"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [\u0026_svg]:pointer-events-none [\u0026_svg]:size-4 [\u0026_svg]:shrink-0 bg-primary text-primary-foreground shadow hover:bg-primary/90 h-10 px-4 py-2\",\"children\":\"➕ Add Product\"},\"$4e\",\"$4f\",1]\n50:D{\"time\":15.65110000000277}\n50:D\"$51\"\n50:D{\"time\":15.845000000001164}\n50:[\"$\",\"div\",null,{\"ref\":\"$undefined\",\"className\":\"rounded-xl border bg-card text-card-foreground shadow p-6\",\"children\":[\"$\",\"$L57\",null,{\"searchParams\":\"$@58\"},\"$3d\",\"$56\",1]},\"$51\",\"$55\",1]\n5b:D{\"time\":16.554799999998068}\n5b:D\"$5c\"\n5b:D{\"time\":16.699099999997998}\n5b:[\"$\",\"div\",null,{\"ref\":\"$undefined\",\"className\":\"rounded-xl border bg-card text-card-foreground shadow\",\"children\":[\"$\",\"$L62\",null,{\"searchParams\":\"$@58\"},\"$3d\",\"$61\",1]},\"$5c\",\"$60\",1]\n3c:[\"$\",\"div\",null,{\"className\":\"container mx-auto py-6 space-y-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-3xl font-bold tracking-tight\",\"children\":\"Products\"},\"$3d\",\"$43\",1],[\"$\",\"p\",null,{\"className\":\"text-muted-foreground\",\"children\":\"Manage your store products, inventory, and pricing\"},\"$3d\",\"$44\",1]]},\"$3d\",\"$42\",1],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3\",\"children\":[\"$46\",\"$4a\",\"$4d\"]},\"$3d\",\"$45\",1]]},\"$3d\",\"$41\",1],\"$50\",[\"$\",\"$L5a\",null,{},\"$3d\",\"$59\",1],\"$5b\"]},\"$3d\",\"$40\",1]\n66:D{\"time\":19.76350000000093}\n66:D\"$67\"\n66:D{\"time\":23.564200000007986}\n66:[\"$\",\"$L69\",null,{\"children\":[\"$\",\"$6b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6c\"},\"$67\",\"$6a\",1]},\"$67\",\"$68\",1]\n6e:D{\"time\":24.45030000001134}\n6e:D\"$6f\"\n6e:D{\"time\":24.705200000011246}\n6e:[\"$\",\"div\",\"l\",{\"className\":\"flex min-h-screen items-center justify-center\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center gap-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"h-8 w-8 animate-spin rounded-full border-4 border-gray-300 border-t-primary\"},\"$6f\",\"$72\",1],[\"$\",\"p\",null,{\"className\":\"text-sm text-gray-600\",\"children\":\"Loading...\"},\"$6f\",\"$73\",1]]},\"$6f\",\"$71\",1]},\"$6f\",\"$70\",1]\n75:D{\"time\":25.467499999998836}\n75:D\"$76\"\n75:D{\"time\":25.486100000009174}\n75:null\n78:D{\"time\":25.610800000009476}\n78:D\"$79\"\n78:D{\"time\":25.91019999999844}\n78:[\"$\",\"$L7b\",null,{\"children\":\"$@7c\"},\"$79\",\"$7a\",1]\n7d:D{\"time\":26.37290000000212}\n7d:D\"$7e\"\n7d:D{\"time\":26.60000000000582}\n7d:[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L81\",null,{\"children\":[\"$\",\"$6b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@83\"},\"$7e\",\"$82\",1]},\"$7e\",\"$80\",1]},\"$7e\",\"$7f\",1]\n85:[]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":\"$1\",\"b\":\"development\",\"c\":[\"\",\"products\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"products\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$L6\",\"layout\",{\"type\":\"layout\",\"pagePath\":\"layout.tsx\",\"children\":[\"$\",\"$8\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/%5Broot-of-the-server%5D__54567d6f._.css\",\"precedence\":\"next_static/chunks/[root-of-the-server]__54567d6f._.css\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"},null,\"$9\",0],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/src_app_layout_tsx_469ed6a6._.js\",\"async\":true,\"nonce\":\"$undefined\"},null,\"$a\",0]],\"$b\"]},null,\"$7\",1]},null,\"$5\",0],{\"children\":[[\"$\",\"$8\",\"c\",{\"children\":[null,[\"$\",\"$L16\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L1c\",null,{},null,\"$2c\",1],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[\"$\",\"$L6\",\"c-not-found\",{\"type\":\"not-found\",\"pagePath\":\"not-found.tsx\",\"children\":[\"$2e\",[]]},null,\"$2d\",0],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\",\"segmentViewBoundaries\":[[\"$\",\"$L6\",null,{\"type\":\"boundary:not-found\",\"pagePath\":\"not-found.tsx@boundary\"},null,\"$36\",1],\"$undefined\",\"$undefined\",\"$undefined\"]},null,\"$2b\",1]]},null,\"$2a\",0],{\"children\":[[\"$\",\"$8\",\"c\",{\"children\":[null,[\"$\",\"$L16\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L1c\",null,{},null,\"$39\",1],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\",\"segmentViewBoundaries\":[\"$undefined\",\"$undefined\",\"$undefined\",\"$undefined\"]},null,\"$38\",1]]},null,\"$37\",0],{\"children\":[[\"$\",\"$8\",\"c\",{\"children\":[[\"$\",\"$L6\",\"c-page\",{\"type\":\"page\",\"pagePath\":\"(dashboard)/products/page.tsx\",\"children\":\"$3c\"},null,\"$3b\",1],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/src_0b97aa32._.js\",\"async\":true,\"nonce\":\"$undefined\"},null,\"$63\",0],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/node_modules_99043d99._.js\",\"async\":true,\"nonce\":\"$undefined\"},null,\"$64\",0],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/src_app_(dashboard)_products_page_tsx_89fd9292._.js\",\"async\":true,\"nonce\":\"$undefined\"},null,\"$65\",0]],\"$66\"]},null,\"$3a\",0],{},null,false,false]},null,false,false]},null,false,false]},[[\"$\",\"$L6\",\"c-loading\",{\"type\":\"loading\",\"pagePath\":\"loading.tsx\",\"children\":\"$6e\"},null,\"$6d\",0],[],[]],false,false],[\"$\",\"$8\",\"h\",{\"children\":[\"$75\",\"$78\",\"$7d\",[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"},null,\"$84\",1]]},null,\"$74\",0],false]],\"m\":\"$W85\",\"G\":[\"$86\",[\"$\",\"$L6\",\"ge-svn\",{\"type\":\"global-error\",\"pagePath\":\"__next_builtin__global-error.js\",\"children\":[]},null,\"$87\",0]],\"s\":false,\"S\":false}\n"])</script><script>self.__next_f.push([1,"7c:D{\"time\":32.220200000010664}\n7c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"},\"$67\",\"$88\",0],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"},\"$67\",\"$89\",0]]\n83:D{\"time\":36.3014000000112}\n83:[[\"$\",\"title\",\"0\",{\"children\":\"Products | Dashboard\"},\"$67\",\"$8a\",0],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Manage your store products, inventory, and pricing\"},\"$67\",\"$8b\",0],[\"$\",\"link\",\"2\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.svg\"},\"$67\",\"$8c\",0],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"},\"$67\",\"$8d\",0],[\"$\",\"link\",\"4\",{\"rel\":\"apple-touch-icon\",\"href\":\"/favicon.svg\"},\"$67\",\"$8e\",0],[\"$\",\"$L90\",\"5\",{},\"$67\",\"$8f\",0]]\n6c:D{\"time\":37.162100000001374}\n6c:null\n"])</script><script>self.__next_f.push([1,"92:[[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true],[\"Function.all\",\"\",0,0,0,0,true]]\n91:J{\"name\":\"\",\"start\":-2.394899999999325,\"end\":77.99900000001071,\"env\":\"Server\",\"stack\":\"$92\"}\n93:[[\"ProductsPage\",\"F:\\\\stormcom\\\\.next\\\\dev\\\\server\\\\chunks\\\\ssr\\\\[root-of-the-server]__c95b9f00._.js\",418,278,340,1,false]]\n58:D{\"time\":15.845000000001164}\n58:D{\"awaited\":\"$91\",\"env\":\"Server\",\"owner\":\"$3d\",\"stack\":\"$93\"}\n58:D{\"time\":77.99900000001071}\n58:D{\"time\":85.91340000000491}\n58:{}\n"])</script></body></html>