diff --git a/src/PowderCoating.Web/Views/Dashboard/Index.cshtml b/src/PowderCoating.Web/Views/Dashboard/Index.cshtml index 705f615..46cdb0e 100644 --- a/src/PowderCoating.Web/Views/Dashboard/Index.cshtml +++ b/src/PowderCoating.Web/Views/Dashboard/Index.cshtml @@ -59,6 +59,23 @@ +@* PWA install banner — rendered by JS only on mobile, hidden once dismissed or already installed *@ +
+
+
+
+ +
+
+
Add to Home Screen
+
+
+ +
+
+
+ @if (guidedActivationBanner?.Show == true) {
@@ -1253,6 +1270,61 @@ } + + @functions { IHtmlContent PriorityBadge(string priorityCode, string displayName, string colorClass) {