[PR #121] [MERGED] feature/busy indicator button #2033

Open
opened 2026-01-29 18:16:50 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/121
Author: @MPapst
Created: 5/23/2021
Status: Merged
Merged: 5/25/2021
Merged by: @akorchev

Base: masterHead: feature/busy-indicator-button


📝 Commits (4)

  • f4317a7 add IsBusy property and spinning indicator to RadzenButton
  • b9ed12d add IsBusy Unit Test
  • a6d3832 add demo to test high latency scenarios
  • 4faabb7 simplify button internal is-busy handling

📊 Changes

5 files changed (+105 additions, -14 deletions)

View changed files

📝 Radzen.Blazor.Tests/ButtonTests.cs (+27 -3)
📝 Radzen.Blazor/Radzen.Blazor.csproj (+1 -1)
📝 Radzen.Blazor/RadzenButton.razor (+29 -10)
📝 Radzen.Blazor/themes/components/blazor/_button.scss (+9 -0)
📝 RadzenBlazorDemos/Pages/ButtonPage.razor (+39 -0)

📄 Description

fixes #120


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/121 **Author:** [@MPapst](https://github.com/MPapst) **Created:** 5/23/2021 **Status:** ✅ Merged **Merged:** 5/25/2021 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `feature/busy-indicator-button` --- ### 📝 Commits (4) - [`f4317a7`](https://github.com/radzenhq/radzen-blazor/commit/f4317a7883d194fc3628d6d7d287e295b5fd67c6) add IsBusy property and spinning indicator to RadzenButton - [`b9ed12d`](https://github.com/radzenhq/radzen-blazor/commit/b9ed12d71f5873c198d77154bb1e8cd06fd4b3de) add IsBusy Unit Test - [`a6d3832`](https://github.com/radzenhq/radzen-blazor/commit/a6d38325c4c083c37178aed47e289c94aeccbc88) add demo to test high latency scenarios - [`4faabb7`](https://github.com/radzenhq/radzen-blazor/commit/4faabb7246dda5a2629f30fa4cb465b31cc3fe20) simplify button internal is-busy handling ### 📊 Changes **5 files changed** (+105 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/ButtonTests.cs` (+27 -3) 📝 `Radzen.Blazor/Radzen.Blazor.csproj` (+1 -1) 📝 `Radzen.Blazor/RadzenButton.razor` (+29 -10) 📝 `Radzen.Blazor/themes/components/blazor/_button.scss` (+9 -0) 📝 `RadzenBlazorDemos/Pages/ButtonPage.razor` (+39 -0) </details> ### 📄 Description fixes #120 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:16:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2033