-
-
Notifications
You must be signed in to change notification settings - Fork 24
feat(dashboard): opt-in canvas graph engine behind ?graph-engine=next #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b39ac83
feat(dashboard): opt-in canvas graph engine behind ?graph-engine=next
Coding-Dev-Tools 18b865f
fix(dashboard): lazy-load the graph assets so the CSP stays clean
Coding-Dev-Tools 0a65d86
fix(graph): address review findings on the opt-in engine
Coding-Dev-Tools efa35a6
fix(graph): rank communities, settle large galaxy graphs, follow the …
Coding-Dev-Tools f32edb2
fix(graph): close the remaining review threads on the opt-in engine
Coding-Dev-Tools b17ec45
fix(graph): reheat the simulation when a physics slider moves
Coding-Dev-Tools 089f185
perf(graph): apply the classic renderer's large-graph guards to the o…
claude 1e35156
test(graph): exercise the opt-in engine in a real browser
claude b76fc69
fix(graph): honor theme and validate lazy assets
Coding-Dev-Tools 6beb34b
feat(graph): serve renderer from v2 dashboard
Coding-Dev-Tools daa7035
fix(graph): keep v2 assets lazy and themed
Coding-Dev-Tools a472a88
fix(graph): theme labels and release frozen pins
Coding-Dev-Tools 537c908
fix(graph): cap node labels by density
Coding-Dev-Tools File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| /* Legacy v1 compatibility adapter. | ||
|
|
||
| The force-graph renderer is a v2 dashboard capability and is served by | ||
| ``/v2-assets/engraphis-graph.js``. Keep this tiny marker for integrations that used the | ||
| old static path; it deliberately does not install the renderer, so the legacy reference | ||
| server continues to take its established classic-renderer fallback. */ | ||
| (function () { | ||
| window.EngraphisGraphCompat = { canonicalAsset: '/v2-assets/engraphis-graph.js' }; | ||
| })(); |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.