Wire real Quasar UI mutations to the Common Lisp control plane #5
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority:P1
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
PR #3 initializes the WebSocket client, but the actual React state and mutation paths remain browser-owned.
frontend/src/store.jsxstill loads and watches PouchDB, callsapplyOperation, saves workspaces locally, and performs undo/redo against the browser database. The new control-plane adapters are isolated wrappers and are not used byQuasarProvider.This means Common Lisp is not authoritative for document or graph mutations despite the PR description claiming those paths are migrated.
Found during review of PR #3.
Required changes
QuasarProvideror an equivalent durable-state provider.workspace.snapshot.Acceptance criteria
Related PR: #3