You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drag-and-drop now reliably persists. Reordering by drag (cards, contacts, columns and whole sections) could silently revert on the next re-render because the drop event was rejected when the pointer was released over the dragged element or an empty gap. dragover now always accepts the drop, so every reorder is saved.
Pinned items keep their manual position. In manual order (and in contact lists) a pinned card no longer jumps to the top on every re-render, so pinning or editing never undoes your arrangement.
Added
Contacts-type custom sections. The third section kind ("Groups") now renders as a contacts directory — a compact, list-style group with a "+ contact" action and an optional-URL add form — mirroring the built-in Contacts section instead of showing link tiles.
Cross-section drag. Cards and contacts can be dragged between sections and groups (including into and out of the built-in Contacts section), not just reordered within their own list.
Column & contact-row drag-reordering. Reorder stand columns (DEV/INT/LT/PROD), contact groups, and individual contacts inside the built-in Contacts section by dragging.
Edge auto-scroll while dragging. Dragging near the top or bottom of the viewport gently scrolls the page so you can drop onto something off-screen.
Multi-tab consistency. Open tabs of the same browser now adopt each other's saved state, so a stale background tab can no longer overwrite your reorders.