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): start patterns at 0,0 (#1666) * fix(background): start patterns at 0,0 Signed-off-by: braks <784... a48659a

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(background): start patterns at 0,0
bcakmakoglu opened an issue on xyflow/xyflow
`useKeyPress` does not allow for a combination of a key and the plus button
### What platform were you using when you found the bug? - React Flow / Svelte Flow version: current ### Live code example _No response_ ### Describe the Bug Currently it's not possible to d...
bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(background): start patterns at 0,0
bcakmakoglu created a comment on an issue on xyflow/xyflow
These aren't *suggested* styles but the styles that are in the mandatory css files of ReactFlow. I was asking you to check with the developer tools of your browser whether those styles are *actual...

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
Are you sure that these styles are applied? ![image](https://github.com/user-attachments/assets/30ebc8f0-4320-4978-afae-6870bb2a9c69) Might be that something in your setup overwrites `overflo...

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Any chance this might be related to this? https://github.com/xyflow/xyflow/issues/4416

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Also another thing I notice in the repro is that you use `vueFlowInstance.fitView()` but from what I can tell there is no variable available called `vueFlowInstance`. Either you use sth like thi...

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
I can't reproduce this issue locally. Any chance you're updating the container size *after* loading is done and VueFlow is mounted? If the container size changes by the time fit view is triggered...

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
This isn't really a bug since `expandParent` is only meant for drag actions and not for programmatic usages. I'll talk to the XYFlow team if this feature can be extended to cover this case but atm...

View on GitHub

bcakmakoglu closed an issue on bcakmakoglu/vue-flow
πŸ› [BUG]: Parent node doesn't expand when coordinates of child node have changed
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When I change Y coordinate of child node parent node is not shrinki...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
What happens here is that with `ConnectionMode.Loose` (which is currently the default, although with 2.0 `ConnectionMode.Strict` will be the default mode) allows source <--> source and target <--> ...

View on GitHub

bcakmakoglu deleted a branch bcakmakoglu/vue-flow

fix/handlebounds

bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
  • fix(core): use all handle bounds in loose connection mode (#1665) * fix(core): use all handle bounds with loose mode... a6ec480

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(core): use all handle bounds in loose connection mode
# πŸ› Fixes <!--- Tell us what issues this pr fixes --> - [x] #1647
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Will be fixed in the next release

View on GitHub

bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(core): use all handle bounds in loose connection mode
# πŸ› Fixes <!--- Tell us what issues this pr fixes --> - [ ] #1647
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Does this issue happen for you in the examples of the next-release? https://vue-flow-docs-git-next-release-burak-cakmakoglus-projects.vercel.app/ I can't seem to reproduce it there anymore.

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
Autofix: fix(core): allow pan on drag for non left-btn when selectionKeyCode is `true`
I've identified the issue with the edge z-index calculation and made the necessary changes to fix it. The problem was in the `getEdgeZIndex` function in the `packages/core/src/utils/edge.ts` file. ...
bcakmakoglu deleted a branch bcakmakoglu/vue-flow

fix/pan-on-drag

bcakmakoglu pushed 1 commit to next-release bcakmakoglu/vue-flow
  • fix(core): allow pan on drag for non left-btn when selectionKeyCode is `true` (#1662) * fix(core): allow pan on drag... a41bd7b

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(core): allow pan on drag for non left-btn when selectionKeyCode is `true`
# πŸ› Fixes <!--- Tell us what issues this pr fixes --> - [x] #1653
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Will be fixed in the next release πŸ‘

View on GitHub

bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
fix(core): allow pan on drag for non left-btn when selectionKeyCode is `true`
# πŸ› Fixes <!--- Tell us what issues this pr fixes --> - [x] #1653
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Thanks for the report. I’ll take a look once I’m back from vacation πŸ‘

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Thanks for the report. I’ll take a look once I’m back from vacation πŸ‘

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
The string for drag handle has to be a valid selector for element.querySelector. Not sure what this issue is supposed to report anyway so im closing it until there’s an actual bug to report here.

View on GitHub

bcakmakoglu closed an issue on bcakmakoglu/vue-flow
πŸ› [BUG]: Can not use :not() selector in dragHandle
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior Node's props: { id: id, dragHandle: 'div:not(.input-area)' ...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
Mhhh okay, I’ll give it a look once I’m back from my vacation since I don’t have my Mac with me and can’t really check it now. I’ll reopen the issue for now :)

View on GitHub

bcakmakoglu reopened an issue on bcakmakoglu/vue-flow
πŸ› [BUG]: Fit view doesn't work if tab is not in focus while VueFlow is loading
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior When you refresh the page and switch to another tab while VueFlow i...
Load more