mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
Adds a dedicated "Replies" tab between Notes and Reads on the desktop profile screen so the reply-context rendering can be eyeballed on a specific user's profile without scroll-hunting for an organic reply. - DesktopProfileFeedFilter gains a repliesOnly: Boolean = false ctor param. Default keeps Notes-tab behavior unchanged; when true, the predicate becomes `event is TextNoteEvent && !note.isNewThread()` (excludes reposts and chat-message kinds in one check). - UserProfileScreen: second DesktopFeedViewModel for the replies feed, new tab at index 1, body branch mirroring the Notes Loading/Empty/ Error/Loaded states. Reads/Gallery/Highlights indices shift by 1. NIP-22 kind 1111 deferred — most replies today are kind 1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>