web-app/src/modules/nostr-feed
padreug 1e1cd69aaf Enhance FeedService with reaction handling and post sorting
- Introduced a ReactionService to manage like counts for posts, improving engagement metrics.
- Implemented sorting logic for posts based on likes and timestamps, enhancing the visibility of popular content.
- Added recursive sorting for replies to maintain order within threads, ensuring a coherent display of discussions.

These changes contribute to a more dynamic and user-friendly experience within the NostrFeed module.
2025-09-23 23:59:43 +02:00
..
components Enhance reply visibility and collapse functionality in ThreadedPost component 2025-09-23 23:59:43 +02:00
composables Implement threaded post structure in NostrFeed module 2025-09-23 23:59:43 +02:00
config Refactor NostrFeed module and remove marketplace components 2025-09-23 23:59:37 +02:00
services Enhance FeedService with reaction handling and post sorting 2025-09-23 23:59:43 +02:00
index.ts Add ReactionService and integrate reactions functionality into NostrFeed module 2025-09-23 23:59:37 +02:00