MudTabPanel: Add ShowCloseIcon property#6062
Conversation
Codecov ReportBase: 91.52% // Head: 91.53% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #6062 +/- ##
=======================================
Coverage 91.52% 91.53%
=======================================
Files 383 383
Lines 15019 15023 +4
=======================================
+ Hits 13746 13751 +5
+ Misses 1273 1272 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This reverts commit 904559f.
|
Thanks @Yomodo |
Indeed, but surely it is acceptable since indents are now spaces and the formatting overall still looks ok? |
|
I'll try again. |
…" due to reported dragging issues. This reverts commit 52134a5.
Bumps [bunit](https://github.com/bUnit-dev/bUnit) from 1.13.5 to 1.14.4. - [Release notes](https://github.com/bUnit-dev/bUnit/releases) - [Changelog](https://github.com/bUnit-dev/bUnit/blob/main/CHANGELOG.md) - [Commits](bUnit-dev/bUnit@v1.13.5...v1.14.4) --- updated-dependencies: - dependency-name: bunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…MudBlazor#6159) Bumps [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Components.WebAssembly dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…er (MudBlazor#6158) Bumps [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…udBlazor#6157) Bumps [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Hi @Yomodo could you fix the conflicts please Thanks |
|
Will do! |
|
Now sure how, but it got messy :( |
Description
This PR adds the
ShowCloseIcon=trueproperty toMudTabPanelto show/hide the close iconwhen using
MudDynamicTabs.Use cases:
-Sometimes we just need to prevent closing a tab, e.g. stuff still in progress;
-Sometimes a minimal tab of 1 is mandatory;
How Has This Been Tested?
unit | visually
Types of changes
-Updated docs and some doc corrections.
Checklist:
dev).