feat: partial work on home admin page

This commit is contained in:
DecDuck
2025-03-11 18:25:29 +11:00
parent 9d07070ef6
commit ffc1537d7f
4 changed files with 201 additions and 21 deletions

View File

@@ -31,7 +31,7 @@
<li v-for="game in filteredLibrary" :key="game.id" class="flex">
<NuxtLink
:to="`/library/game/${game.id}`"
class="flex flex-row items-center w-full p-1.5 rounded-md transition-all duration-200 hover:bg-zinc-800 hover:scale-[1.02] hover:shadow-lg hover:-translate-y-0.5 active:scale-[0.98]"
class="flex flex-row items-center w-full p-1.5 rounded-md transition-all duration-200 hover:bg-zinc-800 hover:scale-105 hover:shadow-lg active:scale-95"
>
<img
:src="useObject(game.mCoverId)"

View File

@@ -78,14 +78,14 @@ const navigation = {
{ name: 'Servers', href: '#' },
],
documentation: [
{ name: 'API', href: '#' },
{ name: 'Server Docs', href: '#' },
{ name: 'Client Docs', href: '#' },
{ name: 'API', href: 'https://api.droposs.org/' },
{ name: 'Server Docs', href: 'https://wiki.droposs.org/guides/quickstart.html' },
{ name: 'Client Docs', href: 'https://wiki.droposs.org/guides/client.html' },
],
about: [
{ name: 'About Drop', href: '#' },
{ name: 'Features', href: '#' },
{ name: 'FAQ', href: '#' },
{ name: 'About Drop', href: 'https://droposs.org/' },
{ name: 'Features', href: 'https://droposs.org/features' },
{ name: 'FAQ', href: 'https://droposs.org/faq' },
],
social: [
{