@@ -14,12 +14,12 @@ import {
14
14
IconSearch ,
15
15
IconSettings ,
16
16
IconUsers ,
17
- } from ' @tabler/icons-vue'
17
+ } from " @tabler/icons-vue"
18
18
19
- import NavDocuments from ' @/registry/new-york-v4/blocks/dashboard-01/components/NavDocuments.vue'
20
- import NavMain from ' @/registry/new-york-v4/blocks/dashboard-01/components/NavMain.vue'
21
- import NavSecondary from ' @/registry/new-york-v4/blocks/dashboard-01/components/NavSecondary.vue'
22
- import NavUser from ' @/registry/new-york-v4/blocks/dashboard-01/components/NavUser.vue'
19
+ import NavDocuments from " @/registry/new-york-v4/blocks/dashboard-01/components/NavDocuments.vue"
20
+ import NavMain from " @/registry/new-york-v4/blocks/dashboard-01/components/NavMain.vue"
21
+ import NavSecondary from " @/registry/new-york-v4/blocks/dashboard-01/components/NavSecondary.vue"
22
+ import NavUser from " @/registry/new-york-v4/blocks/dashboard-01/components/NavUser.vue"
23
23
import {
24
24
Sidebar ,
25
25
SidebarContent ,
@@ -28,120 +28,120 @@ import {
28
28
SidebarMenu ,
29
29
SidebarMenuButton ,
30
30
SidebarMenuItem ,
31
- } from ' @/registry/new-york-v4/ui/sidebar'
31
+ } from " @/registry/new-york-v4/ui/sidebar"
32
32
33
33
const data = {
34
34
user: {
35
- name: ' shadcn' ,
36
-
37
- avatar: ' /avatars/shadcn.jpg' ,
35
+ name: " shadcn" ,
36
+
37
+ avatar: " /avatars/shadcn.jpg" ,
38
38
},
39
39
navMain: [
40
40
{
41
- title: ' Dashboard' ,
42
- url: ' # ' ,
41
+ title: " Dashboard" ,
42
+ url: " # " ,
43
43
icon: IconDashboard ,
44
44
},
45
45
{
46
- title: ' Lifecycle' ,
47
- url: ' # ' ,
46
+ title: " Lifecycle" ,
47
+ url: " # " ,
48
48
icon: IconListDetails ,
49
49
},
50
50
{
51
- title: ' Analytics' ,
52
- url: ' # ' ,
51
+ title: " Analytics" ,
52
+ url: " # " ,
53
53
icon: IconChartBar ,
54
54
},
55
55
{
56
- title: ' Projects' ,
57
- url: ' # ' ,
56
+ title: " Projects" ,
57
+ url: " # " ,
58
58
icon: IconFolder ,
59
59
},
60
60
{
61
- title: ' Team' ,
62
- url: ' # ' ,
61
+ title: " Team" ,
62
+ url: " # " ,
63
63
icon: IconUsers ,
64
64
},
65
65
],
66
66
navClouds: [
67
67
{
68
- title: ' Capture' ,
68
+ title: " Capture" ,
69
69
icon: IconCamera ,
70
70
isActive: true ,
71
- url: ' # ' ,
71
+ url: " # " ,
72
72
items: [
73
73
{
74
- title: ' Active Proposals' ,
75
- url: ' # ' ,
74
+ title: " Active Proposals" ,
75
+ url: " # " ,
76
76
},
77
77
{
78
- title: ' Archived' ,
79
- url: ' # ' ,
78
+ title: " Archived" ,
79
+ url: " # " ,
80
80
},
81
81
],
82
82
},
83
83
{
84
- title: ' Proposal' ,
84
+ title: " Proposal" ,
85
85
icon: IconFileDescription ,
86
- url: ' # ' ,
86
+ url: " # " ,
87
87
items: [
88
88
{
89
- title: ' Active Proposals' ,
90
- url: ' # ' ,
89
+ title: " Active Proposals" ,
90
+ url: " # " ,
91
91
},
92
92
{
93
- title: ' Archived' ,
94
- url: ' # ' ,
93
+ title: " Archived" ,
94
+ url: " # " ,
95
95
},
96
96
],
97
97
},
98
98
{
99
- title: ' Prompts' ,
99
+ title: " Prompts" ,
100
100
icon: IconFileAi ,
101
- url: ' # ' ,
101
+ url: " # " ,
102
102
items: [
103
103
{
104
- title: ' Active Proposals' ,
105
- url: ' # ' ,
104
+ title: " Active Proposals" ,
105
+ url: " # " ,
106
106
},
107
107
{
108
- title: ' Archived' ,
109
- url: ' # ' ,
108
+ title: " Archived" ,
109
+ url: " # " ,
110
110
},
111
111
],
112
112
},
113
113
],
114
114
navSecondary: [
115
115
{
116
- title: ' Settings' ,
117
- url: ' # ' ,
116
+ title: " Settings" ,
117
+ url: " # " ,
118
118
icon: IconSettings ,
119
119
},
120
120
{
121
- title: ' Get Help' ,
122
- url: ' # ' ,
121
+ title: " Get Help" ,
122
+ url: " # " ,
123
123
icon: IconHelp ,
124
124
},
125
125
{
126
- title: ' Search' ,
127
- url: ' # ' ,
126
+ title: " Search" ,
127
+ url: " # " ,
128
128
icon: IconSearch ,
129
129
},
130
130
],
131
131
documents: [
132
132
{
133
- name: ' Data Library' ,
134
- url: ' # ' ,
133
+ name: " Data Library" ,
134
+ url: " # " ,
135
135
icon: IconDatabase ,
136
136
},
137
137
{
138
- name: ' Reports' ,
139
- url: ' # ' ,
138
+ name: " Reports" ,
139
+ url: " # " ,
140
140
icon: IconReport ,
141
141
},
142
142
{
143
- name: ' Word Assistant' ,
144
- url: ' # ' ,
143
+ name: " Word Assistant" ,
144
+ url: " # " ,
145
145
icon: IconFileDescription ,
146
146
},
147
147
],
0 commit comments