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

Consistently apply sizing_mode to FileSelector components #7640

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

philippjfr
Copy link
Member

Fixes #1838

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.72%. Comparing base (63bf7a6) to head (b0405b3).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7640      +/-   ##
==========================================
- Coverage   86.72%   86.72%   -0.01%     
==========================================
  Files         346      346              
  Lines       52052    52052              
==========================================
- Hits        45142    45141       -1     
- Misses       6910     6911       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit 2c51805 into main Jan 21, 2025
16 of 17 checks passed
@philippjfr philippjfr deleted the file_selector_sizing_mode branch January 21, 2025 12:25
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.

pn.widgets.FileSelector('~') with pn.config.sizing_mode = 'stretch_both' yields awkward layout.
1 participant