fix: Fix task reordering when completed tasks are hidden Conflicted with the icon button tooltips, which had added a Tooltip import to the same file. Both imports stay except `useToggle`, which this branch makes redundant by lifting the per-list eye toggle up to TaskLists so the position calculation can see it.