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

[FIX] Select Columns: Drag/drop #3032

Merged
merged 5 commits into from May 25, 2018

Conversation

ales-erjavec
Copy link
Contributor

Issue

Drag/Drop between Select Columns list views is slow (as noticed in gh-3030)

Description of changes

Reintroduce efficient drag/drop in Select Columns

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-io
Copy link

codecov-io commented May 15, 2018

Codecov Report

Merging #3032 into master will increase coverage by 0.06%.
The diff coverage is 97.14%.

@@            Coverage Diff             @@
##           master    #3032      +/-   ##
==========================================
+ Coverage   82.31%   82.37%   +0.06%     
==========================================
  Files         335      335              
  Lines       57758    57791      +33     
==========================================
+ Hits        47541    47604      +63     
+ Misses      10217    10187      -30

... no longer needed since biolabgh-2100 (also no longer do what they claim)
Do not call base implementation. This never worked because the base
implementation stores the encoded `itemData` under the first value of
`mimeTypes` result which is then promptly overwritten by us.
@astaric
Copy link
Member

astaric commented May 25, 2018

Drag and drop works fine now on gds data, while it stalled for more than a minute before.

@astaric astaric merged commit 6ef5755 into biolab:master May 25, 2018
@ales-erjavec ales-erjavec deleted the select-columns-drag-drop branch May 29, 2018 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants