Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

bcakmakoglu

bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
  • fix(background): set default offset to `0` (#1692) * fix(background): correct offset Signed-off-by: braks <784124... f08c15d

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(background): set default offset to `0`
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Set default offset to `0`
bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(background): correct offset
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Set default offset to `0`
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Thanks, will be fixed in the next patch release 👍

View on GitHub

bcakmakoglu pushed 1 commit to fix/background-offset bcakmakoglu/vue-flow

View on GitHub

bcakmakoglu pushed 1 commit to fix/background-offset bcakmakoglu/vue-flow

View on GitHub

bcakmakoglu created a branch on bcakmakoglu/vue-flow

fix/background-offset - 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 comment on an issue on xyflow/xyflow
The handle component still accepts a classname prop (even though in the v11 docs it is missing from the list) in both v11 and v12.

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
It works for me without clicking a node whatsoever. I even dragged the viewport to make sure that no node is selected when I hover with the cursor. https://github.com/user-attachments/assets/43...

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
Can you provide a reproduction for this? [Seems to work fine for me in a sandbox.](https://codesandbox.io/p/sandbox/cranky-pare-ymjxmg?file=%2Fsrc%2FApp.tsx%3A40%2C9)

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
@alexgrozav Does this solve your issue?

View on GitHub

bcakmakoglu created a branch on bcakmakoglu/vue-flow

fix/extent - 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 comment on an issue on bcakmakoglu/vue-flow
There is a way to configure this and it's [`disableKeyboardA11y`](https://vueflow.dev/typedocs/interfaces/FlowProps.html#disablekeyboarda11y).

View on GitHub

bcakmakoglu opened an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Keypress combination using `+` as a desired key does not work
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When a key combination is used that requires the `+` key as one of ...
bcakmakoglu opened an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Keycombinations are not properly released
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When a key combination is used like `useKeyPress('Shift+A')` releas...
bcakmakoglu created a comment on an issue on xyflow/xyflow
Are you maybe looking for these events instead? <img width="907" alt="image" src="https://github.com/user-attachments/assets/0a0747b7-d719-4ed7-bf72-dd9f949596dd">

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
@hriveraMeltStudio works perfectly fine for me (btw the sandbox uses a rather old version of react flow). Are you sure you're not misunderstanding the event? https://github.com/user-attachmen...

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
If you know that a connection *starts* and you know when it *ends* you can assume that after it starts and before it ends you can track the position of your mouse, for example using `document.addEv...

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
There are events you can listen for: https://reactflow.dev/api-reference/react-flow#connection-events You can use the mouse events that are passed to you and translate them to viewport coordinat...

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
What do you mean "dragging" edges? Edges aren't draggable like nodes. If you're talking about *connection lines* (lines that are drawn to connect nodes, which *result* in edges) you can customize ...

View on GitHub

bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
chore: next release
bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
  • fix(core): check if dragEnd event is UseDrag or MouseTouch event (#1680) * feat(core): add snapPosition util Sign... b6c500d

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(core): check if dragEnd event is UseDrag or MouseTouch event
Signed-off-by: braks <[email protected]> # 🐛 Fixes <!--- Tell us what issues this pr fixes --> - [x] #1644
bcakmakoglu created a comment on a pull request on xyflow/xyflow
nice 👍

View on GitHub

bcakmakoglu pushed 1 commit to fix/event-drag-end bcakmakoglu/vue-flow

View on GitHub

bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(core): check if dragEnd event is UseDrag or MouseTouch event
Signed-off-by: braks <[email protected]> # 🐛 Fixes <!--- Tell us what issues this pr fixes --> - [x] #1644
bcakmakoglu pushed 2 commits to next-release bcakmakoglu/vue-flow
  • docs: add custom components to getting-started example (#1677) Signed-off-by: braks <[email protected]... f3075bc
  • docs(examples): add simple layout example (#1678) * docs(examples): cleanup animated layout example Signed-off-by... 61f4b0d

View on GitHub

bcakmakoglu created a branch on bcakmakoglu/vue-flow

fix/event-drag-end - 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 comment on an issue on bcakmakoglu/vue-flow
Mh... I can reproduce it on FireFox though, it'll be fixed in the next minor version ^^

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Can't seem to be able to reproduce this locally in the latest version. 🤔

View on GitHub

Load more