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: