From bf6c4764ed9d2b9cf1a5d1ffa96a6ef15c824160 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Sun, 1 Feb 2026 23:56:37 -0500 Subject: [PATCH] feat: Add custom print title JS function Adds printWithTitle function to set document title before printing for better file naming when saving as PDF. Co-Authored-By: Claude Opus 4.5 --- CutList.Web/Components/App.razor | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CutList.Web/Components/App.razor b/CutList.Web/Components/App.razor index f81a386..74331fd 100644 --- a/CutList.Web/Components/App.razor +++ b/CutList.Web/Components/App.razor @@ -16,6 +16,20 @@ +