From 6cdfbe2a7ecfcd90764402522748412e7ad232f6 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 5 Oct 2025 08:12:06 +0200 Subject: [PATCH] get rid of bottom bar --- .../primary/DiscussionsPage/ThreadCard.tsx | 65 +++++++++---------- 1 file changed, 30 insertions(+), 35 deletions(-) diff --git a/src/pages/primary/DiscussionsPage/ThreadCard.tsx b/src/pages/primary/DiscussionsPage/ThreadCard.tsx index ad93db9..84806ee 100644 --- a/src/pages/primary/DiscussionsPage/ThreadCard.tsx +++ b/src/pages/primary/DiscussionsPage/ThreadCard.tsx @@ -1,5 +1,4 @@ import { Card, CardContent, CardHeader } from '@/components/ui/card' -import { Button } from '@/components/ui/button' import { Badge } from '@/components/ui/badge' import { Clock, Hash, Server } from 'lucide-react' import { NostrEvent } from 'nostr-tools' @@ -69,41 +68,34 @@ export default function ThreadCard({ thread, onThreadClick, className }: ThreadC onClick={onThreadClick} > -
- -
-
-

- {title} -

- {thread._relaySource && ( - - - {formatRelayName(thread._relaySource)} +
+
+ +
+
+

+ {title} +

+ {thread._relaySource && ( + + + {formatRelayName(thread._relaySource)} + + )} +
+
+ + + {topicInfo.label} - )} -
-
- - - {topicInfo.label} - -
- - {timeAgo} +
+ + {timeAgo} +
-
- - - -
- {contentPreview} -
- -
-
+
- +
+ + + +
+ {contentPreview}