+
+ Mobile Input
+ {lastKeyPressed && (
+ Sent: {lastKeyPressed}
+ )}
+
+
+ setMobileInput(e.target.value)}
+ onKeyDown={(e) => e.key === "Enter" && handleMobileInputSend()}
+ placeholder="Type command..."
+ className="flex-1 px-3 py-2 text-sm border border-zinc-600 rounded-md bg-zinc-800 text-zinc-100 placeholder:text-zinc-500 focus:outline-none focus:ring-2 focus:ring-blue-500"
+ disabled={!isConnected}
+ />
+
+
+
+ )}
+
+