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

feat: add OnCloseAsync/OnConfirmAsync callback on SwalAlert component #568

Merged
merged 15 commits into from
Feb 23, 2023

Conversation

ArgoZhang
Copy link
Collaborator

add OnCloseAsync/OnConfirmAsync callback on SwalAlert component

Description

close #567

@bb-auto bb-auto bot added the enhancement New feature or request label Feb 23, 2023
@bb-auto bb-auto bot added this to the V7.4.0 milestone Feb 23, 2023
@codecov
Copy link

codecov bot commented Feb 23, 2023

Codecov Report

Merging #568 (85ba9f9) into main (5d1fcbc) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #568   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          471       471           
  Lines        14838     14863   +25     
=========================================
+ Hits         14838     14863   +25     
Impacted Files Coverage Δ
.../BootstrapBlazor/Components/Dialog/Dialog.razor.cs 100.00% <ø> (ø)
...otstrapBlazor/Components/SweetAlert/SwalService.cs 100.00% <ø> (ø)
src/BootstrapBlazor/Components/Dialog/Dialog.razor 100.00% <100.00%> (ø)
...ootstrapBlazor/Components/SweetAlert/SwalOption.cs 100.00% <100.00%> (ø)
...apBlazor/Components/SweetAlert/SweetAlert.razor.cs 100.00% <100.00%> (ø)
...azor/Components/SweetAlert/SweetAlertBody.razor.cs 100.00% <100.00%> (ø)
src/BootstrapBlazor/Extensions/SwalExtensions.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ArgoZhang ArgoZhang merged commit 621a06a into main Feb 23, 2023
@ArgoZhang ArgoZhang deleted the feat-swal branch February 23, 2023 03:49
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.

feat: add OnCloseAsync/OnConfirmAsync callback on SwalAlert component
1 participant