Skip to content

Commit 0e30fec

Browse files
committed
chore: wip
chore: wip
1 parent 93df2b0 commit 0e30fec

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

storage/framework/defaults/components/Dashboard/Sidebar.vue

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ const sectionContent: Record<string, SectionContent> = {
165165
content: {
166166
items: [
167167
{ to: '/content/dashboard', icon: 'i-hugeicons-dashboard-speed-01', text: 'Dashboard' },
168-
{ to: '/content/posts', icon: 'i-hugeicons-document-validation', text: 'Posts' },
168+
{ to: '/content/file-manager', icon: 'i-hugeicons-apple-finder', text: 'File Manager' },
169+
{ to: '/content/pages', icon: 'i-hugeicons-file-02', text: 'Pages' },
170+
{ to: '/content/posts', icon: 'i-hugeicons-message-edit-02', text: 'Posts' },
169171
{ to: '/content/categories', icon: 'i-hugeicons-tags', text: 'Categories' },
170172
{ to: '/content/tags', icon: 'i-hugeicons-tag-01', text: 'Tags' },
171173
{ to: '/content/comments', icon: 'i-hugeicons-comment-01', text: 'Comments' },
@@ -429,12 +431,6 @@ const isChildRouteActive = (item: SidebarItem) => {
429431
Home
430432
</RouterLink>
431433
</li>
432-
<li>
433-
<RouterLink to="/file-manager" class="group sidebar-links">
434-
<div class="i-hugeicons-apple-finder h-5 w-5 text-gray-400 transition duration-150 ease-in-out dark:text-gray-200 group-hover:text-gray-700 mt-0.5" />
435-
File Manager
436-
</RouterLink>
437-
</li>
438434
</ul>
439435
</li>
440436

storage/framework/defaults/views/dashboard/content/pages/index.vue

Whitespace-only changes.

storage/framework/types/dashboard-router.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ declare module 'vue-router/auto-routes' {
6767
'/content/categories/': RouteRecordInfo<'/content/categories/', '/content/categories', Record<never, never>, Record<never, never>>,
6868
'/content/comments/': RouteRecordInfo<'/content/comments/', '/content/comments', Record<never, never>, Record<never, never>>,
6969
'/content/dashboard': RouteRecordInfo<'/content/dashboard', '/content/dashboard', Record<never, never>, Record<never, never>>,
70+
'/content/pages/': RouteRecordInfo<'/content/pages/', '/content/pages', Record<never, never>, Record<never, never>>,
7071
'/content/posts/': RouteRecordInfo<'/content/posts/', '/content/posts', Record<never, never>, Record<never, never>>,
7172
'/content/seo/': RouteRecordInfo<'/content/seo/', '/content/seo', Record<never, never>, Record<never, never>>,
7273
'/content/tags/': RouteRecordInfo<'/content/tags/', '/content/tags', Record<never, never>, Record<never, never>>,

0 commit comments

Comments
 (0)