webapp/src/modules/nostr-feed
padreug 4e90a4e795 Update visibility logic in ThreadedPost component
- Refined the visibility logic to ensure a post is only hidden if its parent is collapsed, rather than if it is collapsed itself. This change enhances the clarity of post visibility in threaded discussions.
- Adjusted the parent-collapsed prop to reflect the current collapse state, improving the interaction and user experience within the NostrFeed module.
2025-09-23 23:59:43 +02:00
..
components Update visibility logic 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 Implement limited replies feature in NostrFeed component 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