From dfcb354a5c8d91a7dfd47254991c157290b7324b Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 20 Sep 2025 12:09:22 +0200 Subject: [PATCH] Refactor post action layout in ThreadedPost component - Updated the layout of post action buttons to align them to the right, improving the visual structure of the component. - Removed the mentions display section to streamline the interface and focus on action buttons. These changes enhance the usability and clarity of the ThreadedPost component within the NostrFeed module. --- src/modules/nostr-feed/components/ThreadedPost.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/modules/nostr-feed/components/ThreadedPost.vue b/src/modules/nostr-feed/components/ThreadedPost.vue index 09ec625..0f0d300 100644 --- a/src/modules/nostr-feed/components/ThreadedPost.vue +++ b/src/modules/nostr-feed/components/ThreadedPost.vue @@ -190,18 +190,7 @@ function getRideshareType(post: FeedPost): string {
-
- -
- Mentions: - - {{ mention.slice(0, 6) }}... - - - +{{ post.mentions.length - 2 }} more - -
- +