chat sessions in project view

This commit is contained in:
Storme-bit
2026-04-14 02:03:54 -07:00
parent 996db6d4f1
commit eb702624c3
6 changed files with 18 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ export default function ProjectView({ project, onNavigate, onSelectSession, onNe
<h1 style={{ fontSize: '22px', fontWeight: 600, color: 'var(--text-primary)' }}>
{project.name}
</h1>
{project.projectOnly === 1 && (
{project.isolated === 1 && (
<span style={{
fontSize: '11px', fontWeight: 500,
padding: '2px 8px', borderRadius: '99px',