What changed
- Fixed the card rename checkmark. Clicking the checkmark while renaming a
card now saves the new name. Previously the card's click-guard cancelled the
form submit, so the button appeared to work but did nothing. - Column layout polish. Columns now share a consistent height (smoother
drag-and-drop), and collapsing a column no longer hides it incorrectly.
Why
The rename checkmark was a silent failure — the button responded visually but
never committed. The layout fixes improve day-to-day board interaction when
moving cards and collapsing columns.
Notes
- No
minAppVersionchange — still 1.10.2. - Includes CI/E2E harness work behind the scenes; no user-facing config changes.