Stabilize graph interactions and add StarIntel integration #64
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs-review
quasar
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar-ui!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/stabilize-graph-viewport-picker"
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?
What changed
Server expansion follow-up
Root causes / design constraints
A pan or zoom persisted the viewport into the workspace and caused graph membership identity churn, rebuilding Cytoscape while animations were running. Selection was also coupled to element rebuilding. The field menu was absolutely positioned inside an overflowing form.
The current gserver API provides useful seed routes but lacks capability discovery, browser streaming, complete target lifecycle, and a shared versioned view contract. This PR keeps a compatibility adapter while preserving replaceable transports for the expanded server.
Browsers cannot consume AMQP 0-9-1 TCP directly, so the current optional broker path uses RabbitMQ Web STOMP. The long-term server-owned authenticated stream gateway is tracked separately.
Validation
git diff --checknpm run checknpm test— 24 unit files / 98 tests plus integration testsnpm run build