Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
bcakmakoglu created a comment on an issue on xyflow/xyflow
[Here's a sandbox.](https://codesandbox.io/p/sandbox/stupefied-violet-p69rkd?file=%2Fsrc%2FApp.tsx%3A36%2C57) Again, you *have to* apply dimension changes for internals to work correctly. Just ...
bcakmakoglu created a comment on an issue on xyflow/xyflow
You need to apply dimension changes, those aren't quite optional. If you need to you can skip other changes but dimensions *have to be applied* otherwise internal mechanisms will not work correctly.
bcakmakoglu created a comment on an issue on xyflow/xyflow
Looks to me like you haven't added proper change handlers for `onNodesChange` and `onEdgesChange` and not any issue with "custom nodes" whatsoever. [You might wanna read this section of the docs...
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(guide): Add missing import
# 🐛 Fixes <!--- Tell us what issues this pr fixes --> - [ ] Add missing import in the Quick Startbcakmakoglu created a comment on a pull request on bcakmakoglu/vue-flow
Thanks for the PR 👍
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
You need to delay the update node internals calls until handles have been rendered otherwise the call is meaningless. Try putting it into a next tick or a short set timeout
bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Misaligned edges after hanles added dynamically
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior My custom node will auto-grenerate handles by my props 'condi...bcakmakoglu pushed 1 commit to master bcakmakoglu/vue-flow
- docs(guide): add docs section about v-modelling nodes and edges Signed-off-by: braks <[email protected]... 2231ee4
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
docs(guide): add docs section about v-modelling nodes and edges
bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
docs(guide): add docs section about v-modelling nodes and edges
bcakmakoglu created a comment on an issue on xyflow/xyflow
Seems like the useEffect you call in your `AddNode` that's supposed to do the initial data update creates some issue that causes edges not to be rendered, I'm not sure *what* exactly the problem is...
bcakmakoglu created a comment on an issue on xyflow/xyflow
Add `nopan nodrag` class names to your input element to stop that behavior. ```tsx <input className="nodrag nopan" // ... rest />
bcakmakoglu created a comment on an issue on xyflow/xyflow
Your sandbox isn't available. <img width="632" alt="image" src="https://github.com/user-attachments/assets/e1a6a788-5a73-42d5-9927-69781eeaaa35" />
bcakmakoglu created a comment on an issue on xyflow/xyflow
How are you creating the `customNodes` object? What do your custom nodes look like? Can you provide more context for this or, better yet, provide a minimal repro of the issue. [You can find a tem...
bcakmakoglu created a comment on an issue on xyflow/xyflow
add the `nowheel` class name to the select, that should fix it. [See this section of the docs.](https://reactflow.dev/api-reference/types/node-props#notes)
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
[Works completely fine for me in a sandbox.](https://codesandbox.io/p/devbox/modest-feather-cg3349?file=%2Fsrc%2FCustomNode.vue%3A9%2C21&workspaceId=ws_7iZPUfEyQC7Podbs7wwbxV) From what I can te...
bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: <title>onConnect method in useHandleConnections does not fire even if handle id is explicitly specified
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior This has been discussed in https://github.com/bcakmakoglu/vue...bcakmakoglu created a comment on an issue on xyflow/xyflow
Another thing regarding color mode: There's no way to *disable* it (without using a typehack like `colorMode={'' as unknown as ColorMode}`), like setting `colorMode={null}` or something.
bcakmakoglu pushed 1 commit to master bcakmakoglu/vue-flow
- docs(examples): add edge markers example Signed-off-by: braks <[email protected]> fe239b5
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
docs(examples): add edge markers example
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Add edge markers example to docs - Demonstrates built-in, as well as custom markersbcakmakoglu opened a pull request on bcakmakoglu/vue-flow
docs(examples): add edge markers example
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Add edge markers example to docs - Demonstrates built-in, as well as custom markersbcakmakoglu created a branch on bcakmakoglu/vue-flow
docs/custom-markers - A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
bcakmakoglu created a branch on bcakmakoglu/vue-flow
docs/animate-node-position - A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
bcakmakoglu created a tag on bcakmakoglu/vue-flow
@vue-flow/[email protected] - A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
bcakmakoglu created a branch on bcakmakoglu/vue-flow
docs/proximity-connection - A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.