[PR #482] [MERGED] Add ProgressBarStyle to RadzenProgressBar #2192

Closed
opened 2026-01-29 18:17:40 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/482
Author: @thedomingo
Created: 6/10/2022
Status: Merged
Merged: 6/13/2022
Merged by: @enchev

Base: masterHead: progressbar-backgroud-color


📝 Commits (3)

  • eb3615b Added ProgressBarStyle to ProgressBar
  • c165aaf Added test and demo
  • 30da636 Improved css, updated test, updated demo page

📊 Changes

5 files changed (+253 additions, -83 deletions)

View changed files

📝 Radzen.Blazor.Tests/ProgressBarTests.cs (+22 -0)
📝 Radzen.Blazor/Common.cs (+35 -0)
📝 Radzen.Blazor/RadzenProgressBar.razor.cs (+27 -2)
📝 Radzen.Blazor/themes/components/blazor/_progressbar.scss (+91 -63)
📝 RadzenBlazorDemos/Pages/ProgressBarPage.razor (+78 -18)

📄 Description

This PR adds a ProgressBarStyle property to the component RadzenProgressBar as a feature described in issue #136.

This feature works similarly to RadzenButton and RadzenBadge.


🔄 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/482 **Author:** [@thedomingo](https://github.com/thedomingo) **Created:** 6/10/2022 **Status:** ✅ Merged **Merged:** 6/13/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `progressbar-backgroud-color` --- ### 📝 Commits (3) - [`eb3615b`](https://github.com/radzenhq/radzen-blazor/commit/eb3615b56f294cc49008efd3fe99bac8430fb312) Added ProgressBarStyle to ProgressBar - [`c165aaf`](https://github.com/radzenhq/radzen-blazor/commit/c165aaf2004178004d8fdd15f902c867eacb2305) Added test and demo - [`30da636`](https://github.com/radzenhq/radzen-blazor/commit/30da6362bc48857fbbd78758827552119f4b6b88) Improved css, updated test, updated demo page ### 📊 Changes **5 files changed** (+253 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/ProgressBarTests.cs` (+22 -0) 📝 `Radzen.Blazor/Common.cs` (+35 -0) 📝 `Radzen.Blazor/RadzenProgressBar.razor.cs` (+27 -2) 📝 `Radzen.Blazor/themes/components/blazor/_progressbar.scss` (+91 -63) 📝 `RadzenBlazorDemos/Pages/ProgressBarPage.razor` (+78 -18) </details> ### 📄 Description This PR adds a `ProgressBarStyle` property to the component `RadzenProgressBar` as a feature described in issue #136. This feature works similarly to `RadzenButton` and `RadzenBadge`. --- <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:17:40 +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#2192