+ {/* Left column: conversation list -- placeholder for Plan 05 */}
+
+
+ No conversations yet
+
+
+
+ {/* Right column: message thread + input */}
+
+
+ {/* Messages placeholder -- wired in Plan 05 */}
+
+
+ Send a message to start this conversation.
+
+
+
+
+ {/* Input area */}
+
+ {
+ // TODO: Wire to API in Plan 05
+ console.log("send:", content);
+ }}
+ />
+
+
+
+