diff --git a/app/src/components/CommentCard.tsx b/app/src/components/CommentCard.tsx index 1fb81f5..8fd7467 100644 --- a/app/src/components/CommentCard.tsx +++ b/app/src/components/CommentCard.tsx @@ -88,11 +88,10 @@ const CommentCard: React.FC = ({
{/* Vote column */} -
+
- 0 ? 'text-primary' : score < 0 ? 'text-red-400' : 'text-muted-foreground'}`}> + 0 ? 'text-primary' : score < 0 ? 'text-red-400' : 'text-muted-foreground'}`}> {score}
{/* Content */} -
+
{/* Metadata */} -
+
· @@ -138,18 +136,18 @@ const CommentCard: React.FC = ({ {commentVotePending && ( <> · - syncing + syncing )}
{/* Content */} -
+
{/* Actions */} -
+
- + Profile @@ -250,7 +250,7 @@ const Header = () => { ) : ( diff --git a/app/src/components/PostCard.tsx b/app/src/components/PostCard.tsx index 538b26f..5fab4b6 100644 --- a/app/src/components/PostCard.tsx +++ b/app/src/components/PostCard.tsx @@ -66,22 +66,22 @@ const PostCard: React.FC = ({ post }) => { }; return ( -
-
+
+
{/* Inline vote display */} - 0 ? 'text-primary' : score < 0 ? 'text-red-400' : 'text-muted-foreground'}`}> + 0 ? 'text-primary' : score < 0 ? 'text-red-400' : 'text-muted-foreground'}`}> {score} {isPending && ( <> - · - syncing + · + syncing )}
diff --git a/app/src/components/PostList.tsx b/app/src/components/PostList.tsx index 89e628d..f9d841f 100644 --- a/app/src/components/PostList.tsx +++ b/app/src/components/PostList.tsx @@ -130,18 +130,18 @@ const PostList = () => { return (
-
+
← Back | r/{cell.name} - {cell.description} + {cell.description}
@@ -150,19 +150,19 @@ const PostList = () => { {canPost && (
-
NEW THREAD
+
NEW THREAD
setNewPostTitle(e.target.value)} - className="mb-1 text-xs h-7" + className="mb-1 text-sm h-9" disabled={isCreatingPost} />