Group platform admin tools into hub pages

- add grouped platform admin hub pages, view models, and shared card UI\n- simplify the super admin nav and dashboard quick links around the new hubs\n- fix the AiQuoteService EstimatedMinutes assignment so the infrastructure project builds cleanly
This commit is contained in:
2026-05-12 09:03:18 -04:00
parent 42a8c089d5
commit 31d305b66a
12 changed files with 374 additions and 129 deletions
@@ -0,0 +1,9 @@
@using PowderCoating.Web.ViewModels.PlatformAdmin
@model PlatformAdminHubViewModel
@{
ViewData["Title"] = Model.Title;
ViewData["PageIcon"] = Model.PageIcon;
}
@await Html.PartialAsync("_HubCardGrid", Model)