From 3b1581d95084b84536dd0dd748f031ac8be1440a Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Thu, 29 May 2025 02:36:10 +0200 Subject: [PATCH] feat: add loading on client layout --- layouts/client.vue | 15 ++++++++- .../[serverId]/channels/[channelId].vue | 33 +++++++++++++------ 2 files changed, 37 insertions(+), 11 deletions(-) diff --git a/layouts/client.vue b/layouts/client.vue index b0fbf02..ae749e3 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -1,5 +1,6 @@