web-app/src/modules/nostr-feed/components
padreug ebc7885f04 Implement threaded post structure in NostrFeed module
- Introduced a new ThreadedPost component to display posts and their replies in a nested format, enhancing the readability of discussions.
- Updated the useFeed composable to include a computed property for building threaded posts from flat post data.
- Modified FeedService to support the extraction of reply information and build a hierarchical structure for posts, allowing for better organization of replies.
- Removed deprecated rideshare-related functions from NostrFeed.vue, streamlining the component and focusing on the threaded view.

These changes improve the user experience by facilitating clearer interactions within post discussions, promoting engagement and organization in the NostrFeed module.
2025-09-23 23:59:43 +02:00
..
FeedFilters.vue Refactor NostrFeed module and remove marketplace components 2025-09-23 23:59:37 +02:00
NostrFeed.vue Implement threaded post structure in NostrFeed module 2025-09-23 23:59:43 +02:00
NoteComposer.vue fix build errors 2025-09-23 23:59:37 +02:00
RideshareComposer.vue Update RideshareComposer to reflect pricing in satoshis 2025-09-23 23:59:37 +02:00
ThreadedPost.vue Implement threaded post structure in NostrFeed module 2025-09-23 23:59:43 +02:00