mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
Add log usage buttons on main page and seperate page
This commit is contained in:
@@ -7,6 +7,8 @@ import {
|
||||
Cylinder,
|
||||
Droplets,
|
||||
Paintbrush,
|
||||
Gem,
|
||||
ClipboardList,
|
||||
Building2,
|
||||
MapPin,
|
||||
Settings,
|
||||
@@ -16,13 +18,15 @@ import { cn } from "@/lib/utils";
|
||||
import { APP_NAME } from "@/lib/constants";
|
||||
import { SheetHeader, SheetTitle } from "@/components/ui/sheet";
|
||||
|
||||
const icons = { LayoutDashboard, Cylinder, Droplets, Paintbrush, Building2, MapPin, Settings };
|
||||
const icons = { LayoutDashboard, Cylinder, Droplets, Paintbrush, Gem, ClipboardList, Building2, MapPin, Settings };
|
||||
|
||||
const navItems = [
|
||||
{ label: "Dashboard", href: "/dashboard", icon: "LayoutDashboard" as const },
|
||||
{ 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: "Usage", href: "/usage", icon: "ClipboardList" 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 },
|
||||
|
||||
@@ -9,6 +9,7 @@ import {
|
||||
Droplets,
|
||||
Paintbrush,
|
||||
Gem,
|
||||
ClipboardList,
|
||||
Building2,
|
||||
MapPin,
|
||||
Settings,
|
||||
@@ -27,6 +28,7 @@ const icons = {
|
||||
Droplets,
|
||||
Paintbrush,
|
||||
Gem,
|
||||
ClipboardList,
|
||||
Building2,
|
||||
MapPin,
|
||||
Settings,
|
||||
@@ -38,6 +40,7 @@ const navItems = [
|
||||
{ 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: "Usage", href: "/usage", icon: "ClipboardList" 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 },
|
||||
|
||||
Reference in New Issue
Block a user