Guard graph rendering at scale #158
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!158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/guard-graph-scale"
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
Root cause
The graph route built the complete active corpus before applying dataset filters, then replaced every Cytoscape element and ran an expensive force layout. Dataset links also inherited the currently active custom graph, which could make valid datasets appear empty.
Validation
Browser E2E was attempted locally but Playwright Chromium is not installed in the execution environment, so those tests did not reach application code.