@@ -112,189 +112,3 @@ export const sidebarData: SidebarItem[] = [
112112 ] ,
113113 } ,
114114] ;
115-
116- export const menuItems : SidebarItem [ ] = [
117- {
118- id : 'home' ,
119- path : 'second/example-using-component-slide/app-menu-layout' ,
120- label : 'Home' ,
121- icon : 'fas fa-home' ,
122- isActive : true ,
123- } ,
124- {
125- id : 'dashboard' ,
126- path : '/second/dashboard' ,
127- label : 'Dashboard' ,
128- icon : 'fas fa-tachometer-alt' ,
129- } ,
130- {
131- id : 'components' ,
132- path : '/second/example-using-component-slide' ,
133- label : 'Components' ,
134- icon : 'fas fa-code' ,
135- children : [
136- {
137- id : 'code-editor' ,
138- path : '/second/example-using-component-slide/code-editor' ,
139- label : 'Code Editor' ,
140- icon : 'fas fa-file-code' ,
141- } ,
142- {
143- id : 'input-button' ,
144- path : '/second/example-using-component-slide/input-button' ,
145- label : 'Input Button' ,
146- icon : 'fas fa-keyboard' ,
147- } ,
148- {
149- id : 'dropdown' ,
150- path : '/second/example-using-component-slide/dropdown' ,
151- label : 'Dropdown' ,
152- icon : 'fas fa-chevron-down' ,
153- } ,
154- {
155- id : 'text-editor' ,
156- path : '/second/example-using-component-slide/text-editor' ,
157- label : 'Text Editor' ,
158- icon : 'fas fa-edit' ,
159- } ,
160- {
161- id : 'card-data' ,
162- path : '/second/example-using-component-slide/card-data' ,
163- label : 'Card Data' ,
164- icon : 'fas fa-id-card' ,
165- } ,
166- {
167- id : 'trending' ,
168- path : '/second/example-using-component-slide/trending' ,
169- label : 'Trending' ,
170- icon : 'fas fa-fire' ,
171- } ,
172- ] ,
173- } ,
174- {
175- id : 'auth' ,
176- path : '/main/auth' ,
177- label : 'Authentication' ,
178- icon : 'fas fa-user' ,
179- children : [
180- {
181- id : 'login' ,
182- path : '/main/auth/login' ,
183- label : 'Login' ,
184- icon : 'fas fa-sign-in-alt' ,
185- } ,
186- {
187- id : 'register' ,
188- path : '/main/auth/register' ,
189- label : 'Register' ,
190- icon : 'fas fa-user-plus' ,
191- } ,
192- ] ,
193- } ,
194- {
195- id : 'post' ,
196- path : '/main/post' ,
197- label : 'Posts' ,
198- icon : 'fas fa-file-pen' ,
199- } ,
200- ] ;
201-
202- export const navStudentItems : SidebarItem [ ] = [
203- {
204- id : 'post' ,
205- path : '/post-management/post-list' ,
206- label : 'Bài viết' ,
207- icon : 'fas fa-newspaper' ,
208- } ,
209- {
210- id : 'exercise' ,
211- path : 'exercise/exercise-layout/list' ,
212- label : 'Bài tập' ,
213- icon : 'fas fa-tasks' ,
214- } ,
215- {
216- id : 'resource' ,
217- path : '/resource-management/resource-list' ,
218- label : 'Kho tài liệu' ,
219- icon : 'fas fa-book' ,
220- } ,
221- {
222- id : 'message' ,
223- path : '/message' ,
224- label : 'Tin nhắn' ,
225- icon : 'fas fa-comments' ,
226- children : [
227- {
228- id : 'org' ,
229- path : '/message/org' ,
230- label : 'Cộng đồng' ,
231- icon : 'fas fa-users' ,
232- } ,
233- {
234- id : 'private' ,
235- path : '/message/private' ,
236- label : 'Nội bộ' ,
237- icon : 'fas fa-user-friends' ,
238- } ,
239- ] ,
240- } ,
241- {
242- id : 'statistics' ,
243- path : '/statistics' ,
244- label : 'Thống kê' ,
245- icon : 'fas fa-chart-bar' ,
246- } ,
247- {
248- id : 'management' ,
249- path : 'management/admin' ,
250- label : 'Admin quản lý' ,
251- icon : 'fas fa-user-shield' ,
252- } ,
253- {
254- id : 'payment' ,
255- path : '/service-and-payment/payment' ,
256- label : 'Thanh toán' ,
257- icon : 'fas fa-credit-card' ,
258- } ,
259- {
260- id : 'organization ' ,
261- path : '/organization/list' ,
262- label : 'Tổ chức' ,
263- icon : 'fa-solid fa-building-user' ,
264- } ,
265- ] ;
266-
267- export const sidebarOrganizations : SidebarItem [ ] = [
268- {
269- id : 'org-post ' ,
270- path : '/organization/details/' ,
271- label : 'Bài viết nội bộ' ,
272- icon : 'fas fa-newspaper' ,
273- } ,
274- {
275- id : 'org-exercise ' ,
276- path : '/organization/exercise' ,
277- label : 'Bài tập nội bộ' ,
278- icon : 'fa-solid fa-book-open' ,
279- } ,
280- {
281- id : 'grade' ,
282- path : '/organization/grade/list' ,
283- label : 'Danh sách lớp' ,
284- icon : 'fa-solid fa-rectangle-list' ,
285- children : [
286- {
287- id : 'org' ,
288- path : '/message/org' ,
289- label : 'Khối 1' ,
290- icon : 'fas fa-users' ,
291- } ,
292- {
293- id : 'private' ,
294- path : '/message/private' ,
295- label : 'Khối 2' ,
296- icon : 'fas fa-users' ,
297- } ,
298- ] ,
299- } ,
300- ] ;
0 commit comments