Fix Code canvas speed, dashed-edge toggle, and Load Files default - #103
Open
braedonsaunders wants to merge 1 commit into
Open
Fix Code canvas speed, dashed-edge toggle, and Load Files default#103braedonsaunders wants to merge 1 commit into
braedonsaunders wants to merge 1 commit into
Conversation
Pan/zoom no longer rewrites every card box each frame, Code view skips the force tick loop, and only selected-file edges get particle/hit paths. Clicking those edges toggles dashes back on; selecting a file still lights them. Load Files is session-only and always starts at 25. Co-authored-by: Braedon Saunders <braedonsaunders@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
braedonsaunders
marked this pull request as ready for review
September 4, 2026 03:42
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community notes from eorroe on #82 (retested while reviewing #100): three bugs now on main. This PR is from current
mainand does not touch the named-groups work on #100 /cursor/code-named-groups-db67.Fixes
Canvas speed at Load Files = 25
alpha(0)/stop) so pinned cards do not pay a tick loop of full redraws, hull rebuilds, and particledupdates.Dashed dependency edges can come back without a refresh
Load Files starts at 25 every session
localStorage(a stored 100 does not come back on the next open).Tests
tests/code-canvas.test.mjscovers the session-only Load Files default, particle toggle helpers, hit-target detection, and pan-only zoom chrome.npm testis green (214).Still one HTML file in the browser. No second product, no new packages, no Node-hosted public app.