Side rail with All / Mine / Resolved filters.
Right-side rail that lists every comment on the current document. Filter tabs across the top (All / Mine / Resolved). Click a thread to scroll-and-highlight its anchor. Pair with `<CommentThread>`.
import { CommentsRail } from "@/components/ui/comments-rail";
<CommentsRail threads={threads} onJump={scrollToAnchor} />components/ui/ folder. You own the code.