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

Implement GridStack layout #2375

Merged
merged 5 commits into from
Jun 11, 2021
Merged

Implement GridStack layout #2375

merged 5 commits into from
Jun 11, 2021

Conversation

philippjfr
Copy link
Member

A GridStack layout is largely equivalent to a GridSpec however it also has the ability to interactively resize and drag around individual components in the grid.

@philippjfr philippjfr added this to the v0.12.0 milestone Jun 11, 2021
@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #2375 (5b0b253) into master (415798d) will decrease coverage by 0.20%.
The diff coverage is 8.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2375      +/-   ##
==========================================
- Coverage   83.76%   83.55%   -0.21%     
==========================================
  Files         184      185       +1     
  Lines       22472    22529      +57     
==========================================
+ Hits        18824    18825       +1     
- Misses       3648     3704      +56     
Impacted Files Coverage Δ
panel/config.py 59.19% <ø> (ø)
panel/layout/gridstack.py 0.00% <0.00%> (ø)
panel/layout/grid.py 75.07% <50.00%> (ø)
panel/models/reactive_html.py 80.40% <75.00%> (-0.98%) ⬇️
panel/reactive.py 76.36% <100.00%> (ø)

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 415798d...5b0b253. Read the comment docs.

@philippjfr philippjfr merged commit 999f5c5 into master Jun 11, 2021
@philippjfr philippjfr deleted the gridstack branch June 11, 2021 16: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

1 participant