-
Notifications
You must be signed in to change notification settings - Fork 107
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
622 hide slides (#622) #631
Conversation
`slide_visible()` gets and sets the visibility of slides (davidgohel#622).
`slide_visible()` gets and sets the visibility of slides (davidgohel#622).
…icer into 622_hide_slides
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #631 +/- ##
==========================================
+ Coverage 85.90% 86.10% +0.20%
==========================================
Files 43 43
Lines 6967 7032 +65
==========================================
+ Hits 5985 6055 +70
+ Misses 982 977 -5 ☔ View full report in Codecov by Sentry. |
This is exactly what I needed. Thanks for this amazing work on hiding/showing slides @markheckmann Happy New Year! |
thank you @markheckmann ! (and happy new year) |
Happy New Year, @davidgohel !
As requested in #622 by @laresbernardo, this PR adds the function
slide_visible()
(see examples below).NB: Adding a
visible
arg toadd_slide()
will be part of another PR.Created on 2025-01-01 with reprex v2.0.2