Skip to content

v1.9.1 — Footer count fix & workspace picker collapse toggle

Choose a tag to compare

@spectabile spectabile released this 14 Jun 11:17
· 4 commits to main since this release

Changed

  • 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 toggleupdateSectionBadges() had the same parent-gate bug; workspace sizes now reflect only what is actually selected in the accordion