Remove score column, react and zaps buttons

This commit is contained in:
dtonon 2026-05-13 15:54:17 +01:00
parent f41868fdf1
commit 05dd79f283
6 changed files with 22 additions and 65 deletions

View file

@ -16,7 +16,6 @@
repliers: Author[];
lastActiveAuthor: Author;
lastActivity: string;
score: number;
};
type Props = { thread: ThreadRow };
@ -71,18 +70,13 @@
</div>
</div>
<!-- Col 3: replies | score | activity -->
<!-- Col 3: replies | activity -->
<div class="flex shrink-0 items-center gap-6">
<div class="flex flex-col items-center gap-0.5">
<span class="text-neutral-800">{thread.replyCount}</span>
<span class="text-sm text-neutral-400">replies</span>
</div>
<div class="flex flex-col items-center gap-0.5">
<span class="text-accent">{thread.score}</span>
<span class="text-sm text-neutral-400">score</span>
</div>
<div class="flex flex-col items-center gap-0.5">
<div class="flex items-center gap-1">
{@render avatar(