feat(block-editor): drag-and-drop block reordering#181
Merged
Conversation
…er positioning Wire up HTML5 drag-and-drop for block reordering: drag handles on hover, drop indicators (top/bottom line), and semantic Before/After/Inside positioning through the CRDT layer. Five new tests verify ordering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lambda-editor | 105af71 | Commit Preview URL Branch Preview URL |
Apr 15 2026, 12:13 PM |
Benchmark Comparison ReportComparing PR branch against Main Module BenchmarksBase branch: PR branch: event-graph-walker BenchmarksBase branch: PR branch: Benchmarks run with |
Self-drop silently no-ops, root block move raises Internal error. Descendant/cycle rejection delegated to CRDT validate_move. Three new tests cover all rejection paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
move_node_before/move_node_afterin the CRDT layer (event-graph-walker@9d175ed)block_count,index, andparent_idfor structural contextTest plan
moon testpasses (488 EGW + 60 block editor)🤖 Generated with Claude Code