Persist circuit reorders

This commit is contained in:
2026-07-25 21:22:10 +02:00
parent 08a2775a88
commit abcb468807
26 changed files with 914 additions and 372 deletions
@@ -3,8 +3,9 @@
- Existing Circuit and CircuitDeviceRow cell edits plus standalone
insert/delete actions and CircuitDeviceRow moves use persistent project
commands and project-wide toolbar undo/redo. The editor's visible stack is
still session-local, is empty after reload and still contains direct
reorder/renumber operations during the cutover.
still session-local, is empty after reload and still contains the direct
renumber operation during the cutover. Circuit reorder is already persistent,
including atomic multi-section sorted-order application.
- Server-side project revisions and persistent undo/redo eligibility exist for
the command types documented in `circuit-list-editor-api.md`; complete editor
command coverage and history reconstruction are not complete.