Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ export function TopBar() {
<WorkspaceSidebarControl />
</div>

<div className="flex items-center gap-2 flex-1 min-w-0 overflow-hidden h-full px-4">
{activeWorkspace && (
<span className="text-sm font-medium truncate">
{activeWorkspace.project?.name ?? "Workspace"}
<span className="text-muted-foreground mx-2">/</span>
{activeWorkspace.name}
</span>
)}
</div>
<div className="flex-1" />

<div className="flex items-center gap-3 h-full pr-4 shrink-0">
{activeWorkspace?.worktreePath && (
Expand Down
Loading