The bulk forget dialog was freezing because each shape triggered a separate Automerge change, IndexedDB write, and WebSocket sync. New bulkForget() method batches all shapes into one transaction with DOM updates applied immediately for responsiveness. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| admin.html | ||
| canvas.html | ||
| create-space.html | ||
| index.html | ||
| shell.ts | ||
| sw.ts | ||
| test-stack.html | ||