feat: AI chat conclusion + survey completion & management #95

Merged
chihlasm merged 5 commits from feat/chat-conclusion-survey-management into main 2026-03-06 03:43:02 +00:00
Showing only changes of commit c5e1039717 - Show all commits

View File

@@ -189,7 +189,7 @@ export default function AssistantChatPage() {
onChange={e => setInput(e.target.value)}
onKeyDown={handleKeyDown}
placeholder="Ask about IT, networking, troubleshooting..."
rows={1}
rows={3}
className="flex-1 resize-none rounded-xl border bg-card text-foreground text-sm placeholder:text-muted-foreground px-4 py-3 focus:outline-none focus:border-[rgba(6,182,212,0.3)]"
style={{ borderColor: 'var(--glass-border)' }}
disabled={loading}