Merged
Conversation
- Move useViewport() out of FlowCanvas into leaf components (useFlowCanvasZoomLod, FlowCanvasOverlays) so pan/zoom no longer triggers a full re-render of the parent canvas tree at 60fps - Wrap useFlowCanvasViewState in useMemo so the O(n) node/Map computation only runs when nodes, edges, or layers actually change - Replace per-node inheritSectionState walk with buildSectionStateCache, reducing section inheritance from O(n×depth) to O(n) total - Wrap NodeChrome and CustomEdgeWrapper in React.memo to prevent unnecessary re-renders when unrelated state changes - Memoize resolveStandardEdgeMarkers in CustomEdgeWrapper - Enable viewport culling unconditionally (was gated on large-graph safety mode, so off-screen nodes always rendered below 300 nodes) - Wrap AI generation setNodes/setEdges in startTransition so large diagram loads don't block user input - Delete shouldEnableViewportCulling (now inlined as true); remove stale test case; fix useMemo dep array to avoid eslint-disable Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Reformat hero tagline as aligned code block for visual clarity - Move demo GIF below Product Hunt badge - Strengthen star CTA in Contributing section with direct link - Replace author credit with contributor link and live star count badge Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying openflowkit-docs with
|
| Latest commit: |
3957ff3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bae9dad9.openflowkit-docs.pages.dev |
| Branch Preview URL: | https://feat-phase-1-code-to-archite.openflowkit-docs.pages.dev |
Deploying openflowkit-app with
|
| Latest commit: |
3957ff3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://da9081a8.openflowkit-app.pages.dev |
| Branch Preview URL: | https://feat-phase-1-code-to-archite.openflowkit-app.pages.dev |
Deploying openflowkit-www with
|
| Latest commit: |
3957ff3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://61ea4b8e.openflowkit-www.pages.dev |
| Branch Preview URL: | https://feat-phase-1-code-to-archite.openflowkit-www.pages.dev |
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.
No description provided.