Skip to content
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

MudToggleIconButton: Add DisableElevation and ClickPropagation properties #8404

Merged
merged 1 commit into from Mar 20, 2024

Conversation

danielchalmers
Copy link
Contributor

Description

Fixes #8403

How Has This Been Tested?

none

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added enhancement New feature or request PR: needs review labels Mar 20, 2024
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.85%. Comparing base (3849703) to head (ede362f).
Report is 4 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #8404      +/-   ##
==========================================
- Coverage   88.87%   88.85%   -0.03%     
==========================================
  Files         414      414              
  Lines       12291    12292       +1     
  Branches     2455     2455              
==========================================
- Hits        10924    10922       -2     
- Misses        837      839       +2     
- Partials      530      531       +1     

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

@ScarletKuro ScarletKuro requested a review from henon March 20, 2024 19:19
@henon henon merged commit 08c8eab into MudBlazor:dev Mar 20, 2024
4 checks passed
@henon
Copy link
Collaborator

henon commented Mar 20, 2024

Thanks!

@danielchalmers danielchalmers deleted the tib branch April 4, 2024 23:46
biegehydra pushed a commit to biegehydra/MudBlazor that referenced this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ToggleIconButton - Elevation
2 participants