From 696c5ba963b6a11440ac2ae549f976e0e3981174 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 4 Jun 2025 11:00:35 -0500 Subject: [PATCH] Bully the robot to use skeletons instead of spinners --- CONTEXT.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CONTEXT.md b/CONTEXT.md index b3d0759..d6eec57 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -433,6 +433,31 @@ The router includes automatic scroll-to-top functionality and a 404 NotFound pag - Default connection to one Nostr relay for best performance - Comprehensive provider setup with NostrLoginProvider, QueryClientProvider, and custom AppProvider +## Loading States + +**Use skeleton loading** for structured content (feeds, profiles, forms). **Use spinners** only for buttons or short operations. + +```tsx +// Skeleton example matching component structure + + +
+ +
+ + +
+
+
+ +
+ + +
+
+
+``` + ## Design Customization **Tailor the site's look and feel based on the user's specific request.** This includes: