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
When stories are reordered via drag-and-drop, the new order is saved
to the URL as #order=id1,id2,id3 using entry IDs. On page load, the
hash is read and applied - invalid IDs (no longer on the page) are
ignored, and valid IDs from the hash are placed first with remaining
stories appended in their default order.
https://claude.ai/code/session_01C19UgCaTpUpdknig1mnMfj
0 commit comments