update sidebar links, improve backend configuration formatting, and enhance user guide clarity

This commit is contained in:
maxDorninger
2025-05-31 20:48:24 +02:00
parent f410a6259f
commit 8d961dce48
5 changed files with 23 additions and 25 deletions

View File

@@ -40,12 +40,12 @@
navSecondary: [
{
title: 'Support',
url: '#',
url: 'https://github.com/maxdorninger/MediaManager/issues',
icon: LifeBuoy
},
{
title: 'Feedback',
url: '#',
url: 'https://github.com/maxdorninger/MediaManager/issues',
icon: Send
},
{

View File

@@ -150,6 +150,12 @@
</Table.Cell>
</Table.Row>
{/if}
{:else }
<Table.Row>
<Table.Cell colspan="8" class="text-center">
There are currently no requests.
</Table.Cell>
</Table.Row>
{/each}
</Table.Body>
</Table.Root>