refactor(recovery): remove duplicate posture cues

This commit is contained in:
rcourtman 2026-03-28 08:12:54 +00:00
parent b3068098b2
commit f372cd680e
5 changed files with 33 additions and 48 deletions

View file

@ -212,16 +212,6 @@ export const RecoveryProtectedInventorySection: Component<
<Show when={props.workspaceControls}>
<div class="shrink-0">{props.workspaceControls}</div>
</Show>
<Show when={props.rollupsSummary().stale > 0}>
<span class={`${getRecoveryRollupStatusPillClass('stale')} px-2 py-0.5`}>
{props.rollupsSummary().stale} stale
</span>
</Show>
<Show when={props.rollupsSummary().neverSucceeded > 0}>
<span class={`${getRecoveryRollupStatusPillClass('never-succeeded')} px-2 py-0.5`}>
{props.rollupsSummary().neverSucceeded} never succeeded
</span>
</Show>
</div>
}
search={