mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
added other materials tab
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
Cylinder,
|
||||
Droplets,
|
||||
Paintbrush,
|
||||
Gem,
|
||||
Building2,
|
||||
MapPin,
|
||||
Settings,
|
||||
@@ -25,6 +26,7 @@ const icons = {
|
||||
Cylinder,
|
||||
Droplets,
|
||||
Paintbrush,
|
||||
Gem,
|
||||
Building2,
|
||||
MapPin,
|
||||
Settings,
|
||||
@@ -35,6 +37,7 @@ const navItems = [
|
||||
{ label: "Filaments", href: "/filaments", icon: "Cylinder" as const },
|
||||
{ label: "Resins", href: "/resins", icon: "Droplets" as const },
|
||||
{ label: "Paints", href: "/paints", icon: "Paintbrush" as const },
|
||||
{ label: "Supplies", href: "/supplies", icon: "Gem" as const },
|
||||
{ label: "Vendors", href: "/vendors", icon: "Building2" as const },
|
||||
{ label: "Locations", href: "/locations", icon: "MapPin" as const },
|
||||
{ label: "Settings", href: "/settings", icon: "Settings" as const },
|
||||
|
||||
@@ -35,7 +35,7 @@ interface UsageLogDialogProps {
|
||||
open: boolean;
|
||||
onOpenChange: (open: boolean) => void;
|
||||
itemName: string;
|
||||
unit: "g" | "ml";
|
||||
unit: string;
|
||||
onSubmit: (amount: number, notes?: string) => Promise<{ success: boolean; error?: string }>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user