Skip to content

Commit 84aa1d7

Browse files
authored
Surface Save as PDF via existing print flow (#587)
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.
1 parent 8a4ef65 commit 84aa1d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/ui/components/PlanHeaderMenu.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ export const PlanHeaderMenu: React.FC<PlanHeaderMenuProps> = ({
151151
onPrint();
152152
}}
153153
icon={<PrintIcon />}
154-
label="Print Plan"
154+
label="Print / Save as PDF"
155+
subtitle="Choose 'Save as PDF' in the print dialog"
155156
/>
156157
{sharingEnabled && (
157158
<ActionMenuItem

0 commit comments

Comments
 (0)