From a75b822dcb21dc4b8f198dfdde4f0157cb4ae4af Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 20 Jan 2026 16:20:50 +0000 Subject: [PATCH] fix: polish goal renderers for release - Remove limit parameter from useTimeline (use whatever relays send) - Add more spacing between "Support Grimoire" header and progress bar --- src/components/nostr/kinds/GoalDetailRenderer.tsx | 1 - src/components/nostr/kinds/GoalRenderer.tsx | 1 - src/components/nostr/user-menu.tsx | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/nostr/kinds/GoalDetailRenderer.tsx b/src/components/nostr/kinds/GoalDetailRenderer.tsx index 10b86a0..dfac0ad 100644 --- a/src/components/nostr/kinds/GoalDetailRenderer.tsx +++ b/src/components/nostr/kinds/GoalDetailRenderer.tsx @@ -63,7 +63,6 @@ export function GoalDetailRenderer({ event }: { event: NostrEvent }) { `goal-zaps-detail-${event.id}`, zapFilter, relays, - { limit: 1000 }, ); // Calculate total raised and build contributor list diff --git a/src/components/nostr/kinds/GoalRenderer.tsx b/src/components/nostr/kinds/GoalRenderer.tsx index 0020475..a892596 100644 --- a/src/components/nostr/kinds/GoalRenderer.tsx +++ b/src/components/nostr/kinds/GoalRenderer.tsx @@ -57,7 +57,6 @@ export function GoalRenderer({ event }: BaseEventProps) { `goal-zaps-${event.id}`, zapFilter, relays, - { limit: 1000 }, ); // Calculate total raised diff --git a/src/components/nostr/user-menu.tsx b/src/components/nostr/user-menu.tsx index 27c12cb..65b694d 100644 --- a/src/components/nostr/user-menu.tsx +++ b/src/components/nostr/user-menu.tsx @@ -430,7 +430,7 @@ export default function UserMenu() { className="px-2 py-2 cursor-crosshair hover:bg-accent/50 transition-colors" onClick={openDonate} > -
+
Support Grimoire