[PR #672] [MERGED] New Alert component #2267

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/672
Author: @yordanov
Created: 10/31/2022
Status: Merged
Merged: 10/31/2022
Merged by: @yordanov

Base: masterHead: alert


📝 Commits (10+)

  • 71348f1 Alert component added
  • 6bed417 Update Alert links in demos navigation
  • 63f185d Add initial Alert styling
  • 775ab6c Add more examples to Alert demo
  • 6b1ffd9 Alert Icon property added. Different Icon and close button depending on AlertStyle
  • 6fb1464 code fixed
  • 64165a8 Add AlertSize and update scss
  • e583908 Add Alert Styling demo
  • a82c036 example name fixed and docs link removed
  • 56a7394 Add base, light and dark styles to Alert

📊 Changes

14 files changed (+885 additions, -4 deletions)

View changed files

📝 Radzen.Blazor/Common.cs (+66 -0)
Radzen.Blazor/RadzenAlert.razor (+81 -0)
Radzen.Blazor/RadzenAlert.razor.cs (+151 -0)
📝 Radzen.Blazor/themes/_components.scss (+2 -1)
Radzen.Blazor/themes/components/blazor/_alert.scss (+319 -0)
📝 Radzen.Blazor/themes/components/blazor/_utilities.scss (+58 -0)
📝 Radzen.Blazor/themes/dark-base.scss (+21 -0)
📝 Radzen.Blazor/themes/dark.scss (+21 -0)
📝 Radzen.Blazor/themes/material-base.scss (+34 -0)
📝 Radzen.Blazor/themes/material.scss (+34 -0)
RadzenBlazorDemos/Pages/AlertPage.razor (+22 -0)
RadzenBlazorDemos/Pages/AlertStylingPage.razor (+48 -0)
📝 RadzenBlazorDemos/Pages/Index.razor (+1 -0)
📝 RadzenBlazorDemos/Services/ExampleService.cs (+27 -3)

📄 Description

image image

🔄 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/672 **Author:** [@yordanov](https://github.com/yordanov) **Created:** 10/31/2022 **Status:** ✅ Merged **Merged:** 10/31/2022 **Merged by:** [@yordanov](https://github.com/yordanov) **Base:** `master` ← **Head:** `alert` --- ### 📝 Commits (10+) - [`71348f1`](https://github.com/radzenhq/radzen-blazor/commit/71348f1b50a572189545ff23177f5b2f0d17bdd5) Alert component added - [`6bed417`](https://github.com/radzenhq/radzen-blazor/commit/6bed417849595a6c946135b12d972d89fc2e263a) Update Alert links in demos navigation - [`63f185d`](https://github.com/radzenhq/radzen-blazor/commit/63f185d563d9889a9c33fd1b99b7b49cb25d1ddd) Add initial Alert styling - [`775ab6c`](https://github.com/radzenhq/radzen-blazor/commit/775ab6c03cda22e79fa007526dfc500820e1f150) Add more examples to Alert demo - [`6b1ffd9`](https://github.com/radzenhq/radzen-blazor/commit/6b1ffd98485c713b06fd79d5dd99238a2557e2ef) Alert Icon property added. Different Icon and close button depending on AlertStyle - [`6fb1464`](https://github.com/radzenhq/radzen-blazor/commit/6fb146471d12230961303f9f1c9c0665682a008d) code fixed - [`64165a8`](https://github.com/radzenhq/radzen-blazor/commit/64165a868f420c90ecdb61879303ab8799091a5a) Add AlertSize and update scss - [`e583908`](https://github.com/radzenhq/radzen-blazor/commit/e583908ba4d8aeb9ab70b0c10ec6897045458100) Add Alert Styling demo - [`a82c036`](https://github.com/radzenhq/radzen-blazor/commit/a82c036ca38a029a87b502e75e13d1904c3b7405) example name fixed and docs link removed - [`56a7394`](https://github.com/radzenhq/radzen-blazor/commit/56a739456b54b106d836551c357490fa369b8e3b) Add base, light and dark styles to Alert ### 📊 Changes **14 files changed** (+885 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Common.cs` (+66 -0) ➕ `Radzen.Blazor/RadzenAlert.razor` (+81 -0) ➕ `Radzen.Blazor/RadzenAlert.razor.cs` (+151 -0) 📝 `Radzen.Blazor/themes/_components.scss` (+2 -1) ➕ `Radzen.Blazor/themes/components/blazor/_alert.scss` (+319 -0) 📝 `Radzen.Blazor/themes/components/blazor/_utilities.scss` (+58 -0) 📝 `Radzen.Blazor/themes/dark-base.scss` (+21 -0) 📝 `Radzen.Blazor/themes/dark.scss` (+21 -0) 📝 `Radzen.Blazor/themes/material-base.scss` (+34 -0) 📝 `Radzen.Blazor/themes/material.scss` (+34 -0) ➕ `RadzenBlazorDemos/Pages/AlertPage.razor` (+22 -0) ➕ `RadzenBlazorDemos/Pages/AlertStylingPage.razor` (+48 -0) 📝 `RadzenBlazorDemos/Pages/Index.razor` (+1 -0) 📝 `RadzenBlazorDemos/Services/ExampleService.cs` (+27 -3) </details> ### 📄 Description <img width="1412" alt="image" src="https://user-images.githubusercontent.com/1118895/198981339-26bf70ce-035d-40b5-8ca0-beabe1b085eb.png"> <img width="1399" alt="image" src="https://user-images.githubusercontent.com/1118895/198981260-7f9454cf-9e17-4587-a38e-5932477f8739.png"> --- <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:18:02 +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#2267