diff --git a/src/PowderCoating.Web/Views/Inventory/Index.cshtml b/src/PowderCoating.Web/Views/Inventory/Index.cshtml index 435eca7..b8ffda2 100644 --- a/src/PowderCoating.Web/Views/Inventory/Index.cshtml +++ b/src/PowderCoating.Web/Views/Inventory/Index.cshtml @@ -15,6 +15,9 @@ Inventory Activity + + Powder Insights + Manage Sample Panels diff --git a/src/PowderCoating.Web/Views/Jobs/Index.cshtml b/src/PowderCoating.Web/Views/Jobs/Index.cshtml index 60e8933..b44f291 100644 --- a/src/PowderCoating.Web/Views/Jobs/Index.cshtml +++ b/src/PowderCoating.Web/Views/Jobs/Index.cshtml @@ -111,9 +111,26 @@ Templates - - Blank Work Order - +
+ + Blank Work Order + + + +
diff --git a/src/PowderCoating.Web/Views/Shared/_Layout.cshtml b/src/PowderCoating.Web/Views/Shared/_Layout.cshtml index ee6c037..0cfb3bb 100644 --- a/src/PowderCoating.Web/Views/Shared/_Layout.cshtml +++ b/src/PowderCoating.Web/Views/Shared/_Layout.cshtml @@ -290,7 +290,7 @@ } .nav-section-title { - padding: 1rem 1.5rem 0.5rem; + padding: 0.65rem 1.5rem 0.3rem; font-family: var(--font-mono, 'IBM Plex Mono', ui-monospace, monospace); font-size: 0.68rem; font-weight: 500; @@ -303,7 +303,7 @@ display: flex; align-items: center; gap: 0.75rem; - padding: 0.75rem 1.5rem; + padding: 0.55rem 1.5rem; color: rgba(255,255,255,0.75); text-decoration: none; transition: all 0.2s; @@ -1073,7 +1073,6 @@ var showInventorySection = hasInventory || hasVendors; var showEquipmentSection = hasEquipment || hasMaintenance; - Dashboard @@ -1265,26 +1264,10 @@ Maintenance } - @if (hasInventory || _isAdminOrManager) - { - - - Powder Insights - - } - - - Shop Display - - - - Shop Mobile - @* ── Reports & Templates ──────────────────────────────────── *@ @if (hasReports || hasJobs) { - @if (hasReports) {