diff --git a/apps/web/src/pages/Project.tsx b/apps/web/src/pages/Project.tsx index bed2216..328aed2 100644 --- a/apps/web/src/pages/Project.tsx +++ b/apps/web/src/pages/Project.tsx @@ -81,32 +81,32 @@ export function Project() { return (
{isMobile && ( )}
-

+

{project?.name ?? '…'}

-
+
{project?.path}
-
diff --git a/apps/web/src/pages/Session.tsx b/apps/web/src/pages/Session.tsx index fcb1ddd..0a4caa5 100644 --- a/apps/web/src/pages/Session.tsx +++ b/apps/web/src/pages/Session.tsx @@ -87,33 +87,42 @@ export function Session() { return (
-
+
{isMobile && ( )} - - Projects - - - {project ? ( - - {project.name} + + {/* Breadcrumb — desktop only */} +
+ + Projects - ) : ( - - )} - + + {project ? ( + + {project.name} + + ) : ( + + )} + +
+ + {/* Session name — always visible, truncated, editable */} {editingName ? ( ) : ( )} + + {/* Active file — desktop only */} {showActiveFile && active.activeFile && ( <> - · + · {active.activeFile} )} -
+ + {/* Model picker — right-aligned */} +
{session && (