-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
docs(examples): update tabs example and tabs.tape #855
Conversation
updated tabs example and tabs.tape
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, had some comments.
added documentation comment for SelectedTab::tab_title()
There might be ways to further simplify this - let's wait for comments from other devs. |
impl From<SelectedTab> for Line<'_> to get enum names to set them as tab titles.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #855 +/- ##
=====================================
Coverage 92.5% 92.5%
=====================================
Files 61 61
Lines 16316 16316
=====================================
Hits 15095 15095
Misses 1221 1221 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Issue: #846, #819
This PR adds:
for tabs.rs
for tabs.tape
Here is the new output: