From 3a0e91bda1e93afa33dd182c2e820c94b3e94593 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 25 Oct 2025 02:15:31 +0200 Subject: feat(treewide): Add further buttons The register product > associate barcode > buy barcode workflow is now usable. The only missing features for an MVP are unit and unit property creation. --- src/pages/home.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/pages/home.rs') diff --git a/src/pages/home.rs b/src/pages/home.rs index 387562e..b9dba64 100644 --- a/src/pages/home.rs +++ b/src/pages/home.rs @@ -10,7 +10,8 @@ use leptos_router::{ }; use crate::components::{ - product_overview::ProductOverview, recipies::Recipies, site_header::SiteHeader, + inventory::Inventory, product_overview::ProductOverview, recipies::Recipies, + site_header::SiteHeader, unit_overview::UnitOverview, }; #[component] @@ -43,8 +44,10 @@ pub fn Home() -> impl IntoView {
- + + +
} -- cgit 1.4.1