Commit Graph

5 Commits

Author SHA1 Message Date
theis.gaedigk b0731b22db add storage management features including update functionality and storage listing page 2026-05-27 22:20:12 +02:00
theis.gaedigk 96488a3137 added add-product page/form 2026-05-27 18:32:31 +02:00
theis.gaedigk 11b490b2e5 improved product details page 2026-05-27 18:07:56 +02:00
theis.gaedigk 8ac83520a9 improved view of products 2026-05-27 10:26:43 +02:00
theis.gaedigk 616058b603 feat: add profile route and sidebar navigation; implement inventory and view product pages
- Added a new profile route under the hidden layout.
- Introduced a Sidebar component for navigation between inventory, add product, and profile pages.
- Created InventoryPage to display a list of products with sorting and pagination.
- Implemented ViewProduct page to show details of a selected product.
- Integrated API calls for fetching products and product details.
- Updated route tree to include new routes and components.
2026-05-26 21:37:30 +02:00