+ {title}
+ {showSlimContext ? (
+
+ ) : null}
+
{/* The PR badge stays outside the hover-fading slot: it must
remain visible AND clickable while the row is hovered. Only
the time/jump label yields to the settle affordance. */}
@@ -870,7 +943,21 @@ const SidebarV2Row = memo(function SidebarV2Row(props: {
cwd={props.projectCwd ?? ""}
className="size-4 shrink-0"
/>
- {props.projectTitle ? (
+ {showProjectContext || showEnvironmentContext ? (
+