Closed gciotola closed 2 weeks ago
Name | Link |
---|---|
Latest commit | 14b5d723b225cde73ca9126f724835552ee648f5 |
Latest deploy log | https://app.netlify.com/sites/commercelayer-dashboard-apps/deploys/67220368c0aff90008ec6dee |
Deploy Preview | https://deploy-preview-136--commercelayer-dashboard-apps.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
What I did
This pull request refactors how resource lists are rendered in the
Home
component for both the inventory and price lists pages. The main changes include replacing the manual mapping of list items with theResourceList
component.Refactoring resource list rendering:
apps/inventory/src/pages/Home.tsx
: Replaced the manual mapping ofstockLocation
items with theResourceList
component, usingListItemStockLocation
as the item template. [1] [2]apps/price_lists/src/pages/Home.tsx
: Replaced the manual mapping ofpriceList
items with theResourceList
component, usingListItemPriceList
as the item template. [1] [2]How to test
Checklist