Update card collapsed state handling to change child view model visibility attribute
For an initial description of the approach followed for the proposed change you can check https://github.com/holoviz/panel/issues/8198#issuecomment-3437967199
Fixes #8198
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 85.93%. Comparing base (d93db73) to head (6abc4ea).
:warning: Report is 3 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #8274 +/- ##
==========================================
- Coverage 86.01% 85.93% -0.08%
==========================================
Files 349 349
Lines 54647 54660 +13
==========================================
- Hits 47004 46972 -32
- Misses 7643 7688 +45
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Note: Closing and reopening to check if a CI rerun helps with the failing test_server_thread_pool_change_event[tornado] test
That one is flaky and unrelated.
Yep, in my last commit I added a flaky decorator to that test and CI now is green. Let me know if there is something else that should be done here or if that last change I did should be reverted/moved to a different PR!
Note: Closing and reopening to retrigger CI