You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workspace pickers (Orphaned / Active Workspaces) parent row replaced the misleading checkbox with a ▶/▼ collapse toggle — the parent row is no longer treated as a clean candidate; only individual sub-workspace checkboxes count
Fixed
Footer count wrong when sub-entries are selected — selecting individual workspaces inside an accordion now immediately increments the footer count; previously the parent checkbox had to be checked first before any sub-entries registered
Phantom "Clean 2 items · 0 B" on fresh load — workspace picker parent rows were being counted via the checked set even when no sub-entries were selected; computeSelection() now counts workspace pickers exclusively from their sub-entry selections (wsChecked)
Section badge (YOUR HISTORY) not updating on sub-entry toggle — updateSectionBadges() had the same parent-gate bug; workspace sizes now reflect only what is actually selected in the accordion