[PR #156] [MERGED] feat: add icons to RadzenFormField Start slot across UI components #150

Closed
opened 2026-02-26 17:37:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/156
Author: @franklupo
Created: 2/17/2026
Status: Merged
Merged: 2/17/2026
Merged by: @franklupo

Base: mainHead: feat/form-field-icons-2


📝 Commits (1)

  • fbf0e43 feat: add icons to RadzenFormField Start slot across UI components

📊 Changes

11 files changed (+68 additions, -22 deletions)

View changed files

📝 src/Corsinvest.ProxmoxVE.Admin.Module.AutoSnap/Components/Widgets/Check/RenderSettings.razor (+4 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.BackupAnalytics/Components/Widgets/Check/RenderSettings.razor (+4 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.Bots/Components/RenderSettings.razor (+1 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.Bots/Telegram/Components/Render.razor (+18 -12)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Components/WidgetDialog.razor (+9 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Components/Widgets/WebContent/RenderSettings.razor (+20 -7)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.Diagnostic/Components/IssuesDialog.razor (+3 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.MetricsExporter/Components/RenderSettings.razor (+1 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.Notifier/Smtp/Components/Render.razor (+1 -0)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.ReplicationAnalytics/Components/Widgets/Check/RenderSettings.razor (+4 -1)
📝 src/Corsinvest.ProxmoxVE.Admin.Module.SystemReport/Components/ScanDialog.razor (+3 -0)

📄 Description

Summary

  • Added <Start><RadzenIcon /></Start> to all RadzenFormField components missing an icon
  • Covers AutoSnap, BackupAnalytics, Bots, Dashboard, Diagnostic, MetricsExporter, Notifier, ReplicationAnalytics, SystemReport modules

Test plan

  • Verify icons appear correctly in each form field
  • Verify no layout regressions

🔄 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/Corsinvest/cv4pve-admin/pull/156 **Author:** [@franklupo](https://github.com/franklupo) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/17/2026 **Merged by:** [@franklupo](https://github.com/franklupo) **Base:** `main` ← **Head:** `feat/form-field-icons-2` --- ### 📝 Commits (1) - [`fbf0e43`](https://github.com/Corsinvest/cv4pve-admin/commit/fbf0e43a72359526ad046e817872f1625a4905d8) feat: add icons to RadzenFormField Start slot across UI components ### 📊 Changes **11 files changed** (+68 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.AutoSnap/Components/Widgets/Check/RenderSettings.razor` (+4 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.BackupAnalytics/Components/Widgets/Check/RenderSettings.razor` (+4 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.Bots/Components/RenderSettings.razor` (+1 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.Bots/Telegram/Components/Render.razor` (+18 -12) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Components/WidgetDialog.razor` (+9 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.Dashboard/Components/Widgets/WebContent/RenderSettings.razor` (+20 -7) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.Diagnostic/Components/IssuesDialog.razor` (+3 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.MetricsExporter/Components/RenderSettings.razor` (+1 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.Notifier/Smtp/Components/Render.razor` (+1 -0) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.ReplicationAnalytics/Components/Widgets/Check/RenderSettings.razor` (+4 -1) 📝 `src/Corsinvest.ProxmoxVE.Admin.Module.SystemReport/Components/ScanDialog.razor` (+3 -0) </details> ### 📄 Description ## Summary - Added `<Start><RadzenIcon /></Start>` to all RadzenFormField components missing an icon - Covers AutoSnap, BackupAnalytics, Bots, Dashboard, Diagnostic, MetricsExporter, Notifier, ReplicationAnalytics, SystemReport modules ## Test plan - [ ] Verify icons appear correctly in each form field - [ ] Verify no layout regressions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:37:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-admin#150
No description provided.