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

Sortable grid part #4 #325

Merged
merged 7 commits into from
Feb 1, 2018
Merged

Sortable grid part #4 #325

merged 7 commits into from
Feb 1, 2018

Conversation

bjoernricks
Copy link
Contributor

Add resizing of grid rows.

It allows resizing via mouse drag and notifies about difference of
movement in pixels since last notification.
This allows to create a copy of the row and only updating specific
properties.
Add check if a listener function is passed via props into the new
method.
Add a Resizer component underneath each grid Row. It will be possible to
reduce the height of a row to currently 50px.
@codecov-io
Copy link

Codecov Report

Merging #325 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #325      +/-   ##
=========================================
- Coverage     3.5%   3.49%   -0.02%     
=========================================
  Files         651     652       +1     
  Lines       24299   24383      +84     
  Branches     5386    5387       +1     
=========================================
  Hits          852     852              
- Misses      20815   20893      +78     
- Partials     2632    2638       +6
Impacted Files Coverage Δ
ng/src/web/components/sortable/item.js 0% <ø> (ø) ⬆️
ng/src/web/components/sortable/resizer.js 0% <0%> (ø)
ng/src/web/components/sortable/grid.js 0% <0%> (ø) ⬆️
ng/src/web/components/sortable/row.js 0% <0%> (ø) ⬆️
ng/src/web/stories/sortable/index.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a11b50b...58a1e01. Read the comment docs.

@swaterkamp swaterkamp merged commit 27361d5 into greenbone:master Feb 1, 2018
@bjoernricks bjoernricks deleted the sortable-grid branch February 1, 2018 12:33
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.

3 participants