From 8c92a7ad0cba673cb2758f01b5aa6805c004108d Mon Sep 17 00:00:00 2001
From: JustTemmie <47639983+JustTemmie@users.noreply.github.com>
Date: Wed, 2 Jul 2025 20:17:30 +0200
Subject: [PATCH] feat: Use actual server icons instead of placeholder
---
layouts/client.vue | 50 +++++++---------------------------------------
1 file changed, 7 insertions(+), 43 deletions(-)
diff --git a/layouts/client.vue b/layouts/client.vue
index 73a40d6..0f79cbf 100644
--- a/layouts/client.vue
+++ b/layouts/client.vue
@@ -12,7 +12,8 @@
-
+
+
@@ -26,48 +27,6 @@ import type { GuildResponse } from '~/types/interfaces';
const loading = useState("loading", () => false);
const guilds: GuildResponse[] | undefined = await fetchWithApi("/me/guilds");
-
-//const servers = await fetchWithApi("/servers") as { uuid: string, name: string, description: string }[];
-//console.log("servers:", servers);
-const members = [
- {
- id: "3287484395",
- displayName: "SauceyRed"
- },
- {
- id: "3287484395",
- displayName: "SauceyRed"
- },
- {
- id: "3287484395",
- displayName: "SauceyRed"
- },
- {
- id: "3287484395",
- displayName: "SauceyRed"
- },
- {
- id: "3287484395",
- displayName: "SauceyRed"
- },
- {
- id: "3287484395",
- displayName: "SauceyRed"
- },
- {
- id: "3287484395",
- displayName: "SauceyRed"
- },
- {
- id: "3287484395",
- displayName: "SauceyRed"
- },
- {
- id: "3287484395",
- displayName: "SauceyRed"
- }
-];
-