From 5d329b8dfa33c615d713eb461cee7118f9be4f5e Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:22:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Improve=20loading=20experie?= =?UTF-8?q?nce=20in=20FavoritesList=20by=20adding=20skeleton=20placeholder?= =?UTF-8?q?s=20for=20favorites=20and=20marketplace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Nav/Favorites/FavoritesList.tsx | 73 +++++++++++++------ 1 file changed, 50 insertions(+), 23 deletions(-) diff --git a/client/src/components/Nav/Favorites/FavoritesList.tsx b/client/src/components/Nav/Favorites/FavoritesList.tsx index 05b1de174..0098c22d1 100644 --- a/client/src/components/Nav/Favorites/FavoritesList.tsx +++ b/client/src/components/Nav/Favorites/FavoritesList.tsx @@ -18,6 +18,14 @@ const FavoriteItemSkeleton = () => ( ); +/** Skeleton placeholder for the Agent Marketplace button while loading */ +const MarketplaceSkeleton = () => ( +