From 9d1eeff5825dfa559ed49a6d8e7bb2a1a3aabc3a Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Mon, 14 Jul 2025 18:44:18 +0200 Subject: [PATCH 1/3] feat: remove -ms-overflow-style CSS property from left column --- layouts/client.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/client.vue b/layouts/client.vue index 8aeaf9c..b362156 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -262,7 +262,6 @@ function createDropdown() { gap: 1.5dvh; overflow-y: scroll; scrollbar-width: none; - -ms-overflow-style: none; } #left-column-top::-webkit-scrollbar, #left-column-bottom::-webkit-scrollbar { From fc87bd4b6f5e16f143249f9fa66f2e109395b29c Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Mon, 14 Jul 2025 18:44:25 +0200 Subject: [PATCH 2/3] chore: remove unused temporary members list array --- layouts/client.vue | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/layouts/client.vue b/layouts/client.vue index b362156..65dd021 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -138,47 +138,6 @@ const options = [ 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" - } -]; - function createDropdown() { const dropdown = h(GuildDropdown, { options }); const div = document.createElement("div"); From a146eb001ae43f0e3bc4bb5f349afe3ffd3e31a8 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:16:47 +0200 Subject: [PATCH 3/3] style: manually edit the reply svg a bit --- components/Message.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/components/Message.vue b/components/Message.vue index 82bc151..9c2c0c8 100644 --- a/components/Message.vue +++ b/components/Message.vue @@ -4,14 +4,10 @@ :editing.sync="props.editing" :replying-to.sync="props.replyingTo">
+