mirror of
https://github.com/layer-systems/website.git
synced 2026-09-13 14:14:07 +02:00
Derive parent/child relationships from NIP-10 references and render replies beneath their logical parent instead of as a flat list. Replies can be answered inline at any point in the thread, with proper root/reply markers and p tags. Deep nesting is capped so threads stay readable on mobile, the conversation exposes tree semantics to assistive technology, and malformed, cyclic, or incomplete reference chains render safely in a separate section instead of breaking the thread. Co-authored-by: mroxso <24775431+mroxso@users.noreply.github.com>