feat: add TopFriendsCombobox component for selecting top friends, update edit profile form to use it, and implement getFriends API

This commit is contained in:
2025-09-06 22:37:06 +02:00
parent 8ddbf45a09
commit c520690f1e
5 changed files with 138 additions and 24 deletions

View File

@@ -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