From af32952fd8797ce8c7486001f15012d0cd49a7b7 Mon Sep 17 00:00:00 2001 From: Jure <44338+hoornet@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:41:48 +0100 Subject: [PATCH] Fix thread reply UX: inline reply boxes below each note, scroll-to-parent Reply boxes now open directly below the note you're replying to instead of scrolling to a top-level composer. "Replying to" link scrolls to the parent note when already visible in the thread instead of re-pushing the same thread. --- src/components/feed/NoteCard.tsx | 10 ++- src/components/thread/ThreadNode.tsx | 117 +++++++++++++++++++++++++-- src/components/thread/ThreadView.tsx | 92 +++++++-------------- 3 files changed, 149 insertions(+), 70 deletions(-) diff --git a/src/components/feed/NoteCard.tsx b/src/components/feed/NoteCard.tsx index 922d49f..2c969df 100644 --- a/src/components/feed/NoteCard.tsx +++ b/src/components/feed/NoteCard.tsx @@ -124,8 +124,16 @@ export function NoteCard({ event, focused, onReplyInThread }: NoteCardProps) {