Store: client-side product search and type filter on /products #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Target
apps/store/app/products/page.tsxand a new client component (e.g.apps/store/app/products/product-browser.tsx).Change
fetchCatalog()), then passitemsinto a client component.nameanddescription(case-insensitive).Part/Consumable/Accessoryusing the existingtypeLabelsmap, plus an "All" option.useStateis enough.Constraints
output: "export"(all filtering client-side over already-fetched data).Acceptance
/productsrenders all items by default.devenv up.Non-goals