Skip to content

One-level threaded replies

jedmund requested to merge feature/threaded-replies into main

Created by: jedmund

Summary

  • Build reply trees from Bluesky and Mastodon APIs — direct replies at top level, replies-to-replies nested one level deep
  • Render nested replies using a Svelte snippet with an indent, capped at one level
  • Show replies in their own Page card beneath the post card, matching the about page's card layout pattern

Test plan

  • Visit a universe post with debug prop — mock data shows a threaded reply under Alice's comment
  • Verify nested replies indent but don't nest further
  • Check card spacing between post and replies cards matches about page gap

Merge request reports

Loading