Rows learn to be carried — long-press reorder for lanes and cards, manual mode only

An onMove on both lists, live only while the sort picker says Manual:
the drag mints a midpoint rank between its landing neighbours through
BoardWriter.moveItem's same-parent reorder path, and when a gap is
exhausted the whole container renumbers to a fresh 1024 ladder in one
perform bracket. Neither path stamps modified, so a reorder never
disturbs the Recent sort. UI suite 4/4 in the simulator.

Claude-Session: https://claude.ai/code/session_01SR4XGjmBE16ZUYWpfFHXwY
This commit is contained in:
2026-08-08 13:28:24 -04:00
parent e1f89d9cf9
commit df986566e5
3 changed files with 127 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
**August 2026**
Press and hold a lane or card to drag it into a new order when sorting is set to manual.
Settings now lives behind the gear button on the board list instead of a separate tab, so boards fill the whole screen.
Lists now open sorted by most recent change.