working on the frontend for the movies

This commit is contained in:
maxDorninger
2025-06-26 20:26:18 +02:00
parent 2d33ea122e
commit 36ca940da2
6 changed files with 154 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" module>
import {Home, Info, LifeBuoy, Send, Settings, TvIcon} from 'lucide-svelte';
import {Home, Info, LifeBuoy, Send, Settings, TvIcon, Clapperboard} from 'lucide-svelte';
import {PUBLIC_VERSION} from '$env/static/public';
const data = {
@@ -30,6 +30,26 @@
}
]
},
{
title: 'Movies',
url: '/dashboard/movies',
icon: Clapperboard,
isActive: true,
items: [
{
title: 'Add a movie',
url: '/dashboard/movies/add-movie'
},
{
title: 'Torrents',
url: '/dashboard/movies/torrents'
},
{
title: 'Requests',
url: '/dashboard/movies/requests'
}
]
},
{
title: 'Settings',
url: '/dashboard/settings',