feat: add TopFriendsCombobox component for selecting top friends, update edit profile form to use it, and implement getFriends API
This commit is contained in:
@@ -70,7 +70,7 @@ export default async function ThoughtPage({ params }: ThoughtPageProps) {
|
||||
return (
|
||||
<div className="container mx-auto max-w-2xl p-4 sm:p-6">
|
||||
<header className="my-6">
|
||||
<h1 className="text-3xl font-bold">Conversation</h1>
|
||||
<h1 className="text-3xl font-bold">Thoughts</h1>
|
||||
</header>
|
||||
<main>
|
||||
<ThoughtThread
|
||||
|
Reference in New Issue
Block a user