Skip to content

refactor cells toc hiding methodology#47

Merged
disberd merged 3 commits intomasterfrom
toc_cell_hiding_refactor
Sep 28, 2025
Merged

refactor cells toc hiding methodology#47
disberd merged 3 commits intomasterfrom
toc_cell_hiding_refactor

Conversation

@disberd
Copy link
Copy Markdown
Owner

@disberd disberd commented Sep 28, 2025

This PR change the internal logic for hiding cells in the notebook based on the ToC rows hiding status is now relying purely on JS attributes attached to cells rather than complex dynamic CSS, simplifying logic and allowing to fix #46 .

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.98%. Comparing base (7f609b5) to head (d0eea5c).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files          16       16           
  Lines         791      791           
=======================================
  Hits          783      783           
  Misses          8        8           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@disberd disberd merged commit 7f8ca26 into master Sep 28, 2025
9 checks passed
@disberd disberd deleted the toc_cell_hiding_refactor branch September 28, 2025 09:50
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.

show_output_when_hidden eagerly hides on non-hidden sections

1 participant