From 871fcce3e2a3fc5101aaeef54225255930bbde61 Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:28:58 -0400 Subject: [PATCH] feat: add skeleton for loading game carousel --- server/components/GameCarousel.vue | 20 ++++++++------------ server/components/GamePanel.vue | 9 +-------- server/components/SkeletonCard.vue | 15 +++++++++++++++ 3 files changed, 24 insertions(+), 20 deletions(-) create mode 100644 server/components/SkeletonCard.vue diff --git a/server/components/GameCarousel.vue b/server/components/GameCarousel.vue index 575cc0cb..33e49c2a 100644 --- a/server/components/GameCarousel.vue +++ b/server/components/GameCarousel.vue @@ -15,18 +15,14 @@ - - - - - - - - Loading... - - + + diff --git a/server/components/GamePanel.vue b/server/components/GamePanel.vue index 9eeb88c9..c32db181 100644 --- a/server/components/GamePanel.vue +++ b/server/components/GamePanel.vue @@ -32,14 +32,7 @@ - - - no game - - + >
- no game -