In compact layout the add-to-do menu no longer takes a row of its own — it now renders inline on the last visible to-do, saving one line per group. A compact group is guaranteed to have at least one visible to-do (CategoryLane hides it otherwise), so there's always a row to attach it to; a defensive fallback keeps the "+" reachable in the off chance that invariant ever changes. Non-compact layout (popover, AI add, archive, progress pie) is unchanged. |
||
|---|---|---|
| .. | ||
| add-category-lane.tsx | ||
| add-group-popover.tsx | ||
| board-context.tsx | ||
| board-view-provider.tsx | ||
| category-lane.tsx | ||
| color-swatch-picker.tsx | ||
| edit-group-dialog.tsx | ||
| empty-state.tsx | ||
| group-ai-dialog.tsx | ||
| group-card-overlay.tsx | ||
| group-card.tsx | ||
| hand-drawn-check.tsx | ||
| kanban-board.tsx | ||
| mouse-follow-tooltip.tsx | ||
| notes-dialog.tsx | ||
| status-update-dialog.tsx | ||
| todo-ai-dialog.tsx | ||
| todo-checkbox.tsx | ||
| todo-create-dialog.tsx | ||
| todo-create-popover.tsx | ||
| todo-edit-dialog.tsx | ||
| todo-progress-pie.tsx | ||
| view-switcher.tsx | ||