build-address added tested

This commit is contained in:
2025-11-18 16:25:03 +03:00
parent 6a5acd28db
commit 688576a1de
129 changed files with 8116 additions and 385 deletions

View File

@@ -14,10 +14,11 @@ import {
IconInnerShadowTop,
IconListDetails,
IconReport,
IconSearch,
IconAddressBook,
IconSettings,
IconUsers,
IconBuilding
IconBuilding,
IconTypeface
} from "@tabler/icons-react"
import { NavMain } from "@/components/dashboard/nav-main"
@@ -57,98 +58,98 @@ const data = {
url: "/build",
icon: IconBuilding,
},
// {
// title: "Projects",
// url: "#",
// icon: IconFolder,
// },
// {
// title: "Team",
// url: "#",
// icon: IconUsers,
// },
{
title: "Build Types",
url: "/build-types",
icon: IconTypeface,
},
{
title: "Build Addresses",
url: "/build-address",
icon: IconAddressBook,
}
],
navClouds: [
{
title: "Capture",
icon: IconCamera,
isActive: true,
url: "#",
items: [
{
title: "Active Proposals",
url: "#",
},
{
title: "Archived",
url: "#",
},
],
},
{
title: "Proposal",
icon: IconFileDescription,
url: "#",
items: [
{
title: "Active Proposals",
url: "#",
},
{
title: "Archived",
url: "#",
},
],
},
{
title: "Prompts",
icon: IconFileAi,
url: "#",
items: [
{
title: "Active Proposals",
url: "#",
},
{
title: "Archived",
url: "#",
},
],
},
// {
// title: "Capture",
// icon: IconCamera,
// isActive: true,
// url: "#",
// items: [
// {
// title: "Active Proposals",
// url: "#",
// },
// {
// title: "Archived",
// url: "#",
// },
// ],
// },
// {
// title: "Proposal",
// icon: IconFileDescription,
// url: "#",
// items: [
// {
// title: "Active Proposals",
// url: "#",
// },
// {
// title: "Archived",
// url: "#",
// },
// ],
// },
// {
// title: "Prompts",
// icon: IconFileAi,
// url: "#",
// items: [
// {
// title: "Active Proposals",
// url: "#",
// },
// {
// title: "Archived",
// url: "#",
// },
// ],
// },
],
navSecondary: [
{
title: "Settings",
url: "#",
icon: IconSettings,
},
{
title: "Get Help",
url: "#",
icon: IconHelp,
},
{
title: "Search",
url: "#",
icon: IconSearch,
},
// {
// title: "Settings",
// url: "#",
// icon: IconSettings,
// },
// {
// title: "Get Help",
// url: "#",
// icon: IconHelp,
// },
// {
// title: "Search",
// url: "#",
// icon: IconSearch,
// },
],
documents: [
{
name: "Data Library",
url: "#",
icon: IconDatabase,
},
{
name: "Reports",
url: "#",
icon: IconReport,
},
{
name: "Word Assistant",
url: "#",
icon: IconFileWord,
},
// {
// name: "Data Library",
// url: "#",
// icon: IconDatabase,
// },
// {
// name: "Reports",
// url: "#",
// icon: IconReport,
// },
// {
// name: "Word Assistant",
// url: "#",
// icon: IconFileWord,
// },
],
}