chat client fixes

This commit is contained in:
Storme-bit
2026-04-18 21:21:05 -07:00
parent 44989a2b8b
commit ad5ecb5ff3
10 changed files with 378 additions and 290 deletions

View File

@@ -47,7 +47,7 @@ export default function ProjectView({ project, onNavigate, onSelectSession, onNe
<div className="panel-header" style={{ padding: '0 24px', justifyContent: 'space-between' }}>
<button
className="btn-reset text-xs text-muted"
onClick={() => onNavigate('all-projects')}
onClick={onBack} title="Back"
style={{ display: 'flex', alignItems: 'center', gap: '4px' }}
onMouseEnter={e => e.currentTarget.style.color = 'var(--text-secondary)'}
onMouseLeave={e => e.currentTarget.style.color = 'var(--text-muted)'}