Closed VariableVic closed 3 days ago
Name | Deployment Status | Preview Link | Timestamp |
---|---|---|---|
medusa-b2b | 🟠 Building | Preparing | Mon, 18 Nov 2024 14:04:22 GMT |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
b2b-starter-medusa-storefront | ❌ Failed (Inspect) | Nov 19, 2024 10:03am |
Adds a mega menu for product categories to the nav header! It supports nested categories up to 2 levels deep.
https://github.com/user-attachments/assets/cf1c56a9-e16d-4fe7-90aa-4be8e4556b1a
Also in this PR:
<Suspense>
in the nav header. Removed all async operations from the main header component to the specific child components that need the data. Main component is now non-async.