mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 04:45:59 +03:00
[PR #151] [MERGED] feat: add icons to RadzenFormField Start slot across UI components #143
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/151
Author: @franklupo
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @franklupo
Base:
main← Head:feat/ui-form-icons📝 Commits (2)
bfd1375feat: add icons to RadzenFormField Start slot across UI components28b2082feat: add icons to ClusterSettingsDialog, NodesSettings and LoginLayout form fields📊 Changes
39 files changed (+436 additions, -230 deletions)
View changed files
📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/ProxmoxVE/Cluster/ResourceUsageGauge.razor(+5 -6)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/ProxmoxVE/Cluster/ResourceUsageGaugeStacked.razor(+9 -39)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/ProxmoxVE/Nodes/Charts.razor(+6 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/ProxmoxVE/Storage/Charts.razor(+6 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/ProxmoxVE/Vm/Backup/EditDialog.razor(+12 -2)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/ProxmoxVE/Vm/Charts.razor(+6 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/ProxmoxVE/Vm/Snapshot/EditDialog.razor(+11 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/SendMessage/SendMessageDialog.razor(+12 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/Settings/NotifierSettingsDialog.razor(+8 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/SmtpEmailConfigEdit.razor(+15 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/SwitchField.razor(+9 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/WebHookEditor.razor(+2 -0)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Components/Widgets/WidgetThumbDetailsBase.razor.cs(+2 -2)📝
src/Corsinvest.ProxmoxVE.Admin.Core/Extensions/RadzenUIExtensions.cs(+1 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Module.AIServer/Components/RenderSettings.razor(+5 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Module.AutoSnap/Components/JobDialog.razor(+29 -4)📝
src/Corsinvest.ProxmoxVE.Admin.Module.AutoSnap/Components/RenderSettings.razor(+11 -2)📝
src/Corsinvest.ProxmoxVE.Admin.Module.BackupAnalytics/Components/RenderSettings.razor(+5 -1)📝
src/Corsinvest.ProxmoxVE.Admin.Module.BackupAnalytics/Components/Trends.razor(+57 -37)📝
src/Corsinvest.ProxmoxVE.Admin.Module.Bots/Components/RenderSettings.razor(+10 -2)...and 19 more files
📄 Description
Summary
RadzenFormFieldcomponents using the<Start>slot<ChildContent>where neededResourceUsageGaugeStackedto use Radzen series colors (--rz-series-1..8)IconOn/IconOfftoSwitchFieldcomponents (e.g. play/pause, lock/unlock)Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.