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

Add FlexBox layout #2233

Merged
merged 6 commits into from
Apr 23, 2021
Merged

Add FlexBox layout #2233

merged 6 commits into from
Apr 23, 2021

Conversation

philippjfr
Copy link
Member

Adds a FlexBox layout container which is the first ReactiveHTML based layout component added to panel. Exposes the power of CSS flex boxes in panel, which unlike our other containers responsively wrap depending on the size of the contents and the container.

flexbox

@jbednar
Copy link
Member

jbednar commented Apr 23, 2021

Pretty cool!

@codecov
Copy link

codecov bot commented Apr 23, 2021

Codecov Report

Merging #2233 (db14964) into master (fbe2e2e) will decrease coverage by 0.03%.
The diff coverage is 58.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2233      +/-   ##
==========================================
- Coverage   83.67%   83.63%   -0.04%     
==========================================
  Files         182      183       +1     
  Lines       21869    21894      +25     
==========================================
+ Hits        18298    18311      +13     
- Misses       3571     3583      +12     
Impacted Files Coverage Δ
panel/__init__.py 100.00% <ø> (ø)
setup.py 0.00% <ø> (ø)
panel/reactive.py 76.15% <50.00%> (-0.51%) ⬇️
panel/layout/flex.py 66.66% <66.66%> (ø)
panel/layout/__init__.py 100.00% <100.00%> (ø)
panel/io/reload.py 64.36% <0.00%> (-2.30%) ⬇️
panel/models/reactive_html.py 77.96% <0.00%> (+0.84%) ⬆️

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 fbe2e2e...db14964. Read the comment docs.

@philippjfr philippjfr merged commit dec61e4 into master Apr 23, 2021
@philippjfr philippjfr deleted the reactive_fixes branch April 23, 2021 15:05
@MarcSkovMadsen
Copy link
Collaborator

Really hot and awesome 🥇

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