feat: add user account activation page and update sidebar navigation for torrents

This commit is contained in:
maxDorninger
2025-05-19 16:51:17 +02:00
parent 61adf166aa
commit 30007702db
19 changed files with 438 additions and 124 deletions

View File

@@ -22,23 +22,16 @@
url: '/dashboard/tv/add-show'
},
{
title: 'Torrents',
url: '/dashboard/tv/torrents'
},
{
title: 'Settings',
url: '#'
}
]
]
},
{
title: 'Torrents',
url: '#',
icon: DownloadIcon,
isActive: true,
items: [
{
title: 'Show Torrents',
url: '/dashboard/torrents'
}
]
}
],
navSecondary: [
{