MudTabPanel: Add Visible property#10797
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #10797 +/- ##
==========================================
+ Coverage 91.83% 91.86% +0.02%
==========================================
Files 427 427
Lines 13430 13454 +24
Branches 2592 2596 +4
==========================================
+ Hits 12334 12359 +25
Misses 523 523
+ Partials 573 572 -1 ☔ View full report in Codecov by Sentry. |
|
danielchalmers
left a comment
There was a problem hiding this comment.
Thanks @Apflkuacha, tweaked a few things and merging it now!
|
@ScarletKuro This pull request is included in the new 8.3 release, but not mentioned in the Release notes, should probably be in the New Features section. Just to increase my knowledge: are the release notes created by someone using compare/v8.2.0...v8.3.0 and not created by some automation? |
|
It's auto, but when it has the label 'docs,' it's excluded from release. When you're making a feature request, you don't select 'documentation' under the type of change, since it usually goes without saying for new features. We only select it when it's a pure documentation change. |



Description
I added a visible property for the MudTabPanel and also extended a example in the doku. I thought I extend an existing example as one example per property is not very intuitive. That fixes #10722
How Has This Been Tested?
visually
if a UnitTest is necessary I would need the information which UnitTest I could extend or copy and adapt.
Type of Changes
Checklist
dev).