Skip to content
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

Drag #24

Open
emmaccode opened this issue Mar 11, 2023 · 1 comment
Open

Drag #24

emmaccode opened this issue Mar 11, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@emmaccode
Copy link
Member

I would like for cells to be draggable and droppable into other windows and cells. Doing this is pretty easy, actually... All I want to do is bind this drag button to put the cells onto the clipboard... We give a nice little drag icon. Then we use on on our ComponentModiifer in order to bind the drag event on each cell, this will need to check what position the mouse is in every cell, by id. Pretty easy stuff I think. Set something to follow the mouse, probably. This will be going along with the Cell Clipboard #23

@emmaccode emmaccode added the enhancement New feature or request label Mar 11, 2023
@emmaccode emmaccode added this to the 0.0.9 Release milestone Mar 15, 2023
@emmaccode emmaccode modified the milestones: 0.0.9 Release, 0.1.0 Release Jul 2, 2023
@emmaccode emmaccode changed the title Cell Drag Drag Jul 23, 2023
@emmaccode
Copy link
Member Author

I renamed this issue to drag, as this will now encompass the broader drag. This will include dragging for

  • tabs/projects
  • file cells
  • regular cells
  • pane center (resize panes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant