web-app/src
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
..
assets Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
components Add collapsible components and feed filter functionality 2025-09-23 23:59:37 +02:00
composables Add QR code scanning functionality with new QRScanner component 2025-09-20 10:31:12 +02:00
core Add ReactionService and integrate reactions functionality into NostrFeed module 2025-09-23 23:59:37 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib Complete LnbitsAPI migration to dependency injection pattern 2025-09-07 01:58:36 +02:00
modules Implement threaded post structure in NostrFeed module 2025-09-23 23:59:43 +02:00
pages Update button styles in Home.vue for enhanced visual appeal 2025-09-23 23:59:37 +02:00
app.config.ts Enhance WebSocket service with polling fallback and improved diagnostics 2025-09-18 11:52:02 +02:00
app.ts Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00
App.vue Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
main.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00