feat: update layout and styling for Media Manager, including logo and background image integration

This commit is contained in:
maxDorninger
2025-05-24 23:05:57 +02:00
parent d779bac8ce
commit 0a3fef8908
4 changed files with 30 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
import Send from '@lucide/svelte/icons/send';
import TvIcon from '@lucide/svelte/icons/tv';
import LayoutPanelLeft from '@lucide/svelte/icons/layout-panel-left';
import {PUBLIC_VERSION} from '$env/static/public';
const data = {
navMain: [
@@ -72,7 +73,7 @@
<img class="size-12" src={logo} alt="Media Manager Logo"/>
<div class="grid flex-1 text-left text-sm leading-tight">
<span class="truncate font-semibold">Media Manager</span>
<span class="truncate text-xs">version? or smth else?</span>
<span class="truncate text-xs">v{PUBLIC_VERSION}</span>
</div>
</a>
{/snippet}

View File

@@ -6,5 +6,5 @@
<div {...props} class="flex items-center">
<img alt="Logo" class="mr-2 h-12 w-12" src={logo}/>
<span class="text-3xl font-bold">Media Manager</span>
<span class="text-3xl font-bold dark:text-white">Media Manager</span>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB