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

@@ -52,7 +52,7 @@ export default function MemoryView({ onNavigate }) {
{/* Header */}
<div className="panel-header" style={{ padding: '0 24px', gap: 12 }}>
<button className="btn-icon" onClick={() => onNavigate('settings')} title="Back to Settings">
<button className="btn-icon" onClick={onBack} title="Back">
</button>
<span className="text-base" style={{ fontWeight: 500 }}>Memory Viewer</span>