From a83bfa721ac029b90850bcb2c4a83ca34bf4c07f Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Apr 2026 04:22:11 +0000 Subject: [PATCH] Surface Save as PDF via existing print flow Rename the Options menu item from "Print Plan" to "Print / Save as PDF" with a subtitle guiding users to pick "Save as PDF" as the print destination. Linked docs, plan diff, annotate mode, and archive mode all render through the same Viewer's [data-print-region="article"], so print.css already covers them with no further changes. --- packages/ui/components/PlanHeaderMenu.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ui/components/PlanHeaderMenu.tsx b/packages/ui/components/PlanHeaderMenu.tsx index 4c5e13b8..6ff87848 100644 --- a/packages/ui/components/PlanHeaderMenu.tsx +++ b/packages/ui/components/PlanHeaderMenu.tsx @@ -151,7 +151,8 @@ export const PlanHeaderMenu: React.FC = ({ onPrint(); }} icon={} - label="Print Plan" + label="Print / Save as PDF" + subtitle="Choose 'Save as PDF' in the print dialog" /> {sharingEnabled && (