feat: show reaction counts and hide top zap/likes in feed

This commit is contained in:
codytseng
2025-05-16 15:17:13 +08:00
parent ee6c5c6f03
commit 81b6462b63
4 changed files with 31 additions and 18 deletions

View File

@@ -77,7 +77,7 @@ const NotePage = forwardRef(({ id, index }: { id?: string; index?: number }, ref
className="select-text"
hideParentNotePreview
/>
<NoteStats className="mt-3" event={event} fetchIfNotExisting />
<NoteStats className="mt-3" event={event} fetchIfNotExisting displayTopZapsAndLikes />
</div>
<Separator className="mt-4" />
{event.kind === kinds.ShortTextNote ? (