add donate button to sidebar

This commit is contained in:
maxDorninger
2025-07-10 15:30:03 +02:00
parent 9ef611df79
commit 469161ebc3
2 changed files with 105 additions and 71 deletions

View File

@@ -1,5 +1,14 @@
<script lang="ts" module>
import { Bell, Clapperboard, Home, Info, LifeBuoy, Settings, TvIcon } from 'lucide-svelte';
import {
Bell,
CircleDollarSign,
Clapperboard,
Home,
Info,
LifeBuoy,
Settings,
TvIcon
} from 'lucide-svelte';
import { PUBLIC_VERSION } from '$env/static/public';
const data = {
@@ -67,6 +76,11 @@
url: 'https://github.com/maxdorninger/MediaManager/issues',
icon: LifeBuoy
},
{
title: 'Donate',
url: 'https://github.com/sponsors/maxdorninger',
icon: CircleDollarSign
},
{
title: 'About',
url: '/dashboard/about',