summary refs log tree commit diff stats
path: root/src/components/mod.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-25 02:15:31 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-25 02:15:31 +0200
commit3a0e91bda1e93afa33dd182c2e820c94b3e94593 (patch)
tree436fb1b1e1b0bbe450436ccb5e105b8bea8db17f /src/components/mod.rs
parentfeat(treewide): Make usage more intuitive (diff)
downloadweb-client-3a0e91bda1e93afa33dd182c2e820c94b3e94593.zip
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.
Diffstat (limited to 'src/components/mod.rs')
-rw-r--r--src/components/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/mod.rs b/src/components/mod.rs
index efc4842..2c3d79a 100644
--- a/src/components/mod.rs
+++ b/src/components/mod.rs
@@ -10,9 +10,11 @@ pub mod input_placeholder;
 pub mod select_placeholder;
 
 // Specific
+pub mod inventory;
 pub mod product_overview;
 pub mod recipies;
 pub mod site_header;
+pub mod unit_overview;
 
 fn get_id() -> u32 {
     static ID: AtomicU32 = AtomicU32::new(0);