fix(ui): kanban visual mode loop, faster sidebar #54

Merged
barrettruth merged 1 commit from fix/kanban-visual-loop into main 2026-03-23 21:00:41 +00:00
barrettruth commented 2026-03-23 21:00:39 +00:00

Problem

Kanban visual mode caused infinite re-render loop. Sidebar transition too slow.

Solution

Memoize grouped to stabilize getColTasks identity. Reduce sidebar duration to 100ms.

## Problem Kanban visual mode caused infinite re-render loop. Sidebar transition too slow. ## Solution Memoize `grouped` to stabilize `getColTasks` identity. Reduce sidebar duration to 100ms.
Sign in to join this conversation.
No description provided.