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 and drop placeholder position #1543

Merged
merged 10 commits into from
Apr 10, 2022
Merged

Conversation

sroy3
Copy link
Contributor

@sroy3 sroy3 commented Apr 8, 2022

Screen.Recording.2022-04-08.at.3.10.16.PM.mov

Now I need to fix the comparison table before merging this as it is now broken. I let the comparison table behaviour the same as it was. It's the next item on my list.

@sroy3 sroy3 added the product PR that affects product label Apr 8, 2022
@sroy3 sroy3 self-assigned this Apr 8, 2022
export const dragAndDrop = (
startingNode: HTMLElement,
endingNode: HTMLElement
export const dragEnter = (
Copy link
Contributor Author

@sroy3 sroy3 Apr 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about the messed up diff here. I changed the order of the two functions because dragAndDrop calls dragEnter and it made more sense for it to come before.

@sroy3 sroy3 marked this pull request as ready for review April 8, 2022 19:37
@codeclimate
Copy link

codeclimate bot commented Apr 8, 2022

Code Climate has analyzed commit ef1f20a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 96.5% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit 93d26ef into main Apr 10, 2022
@mattseddon mattseddon deleted the drag-drop-placeholder-position branch April 10, 2022 23:09
@mattseddon
Copy link
Member

mattseddon commented Apr 11, 2022

See https://github.com/iterative/vscode-dvc/runs/5964216695?check_suite_focus=true#step:7:243

Caused by this test: should move a template plot from one type in another section of the same type, looking into it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product PR that affects product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants