feat: implement resume preview loading enhancements and add tests for preview components

This commit is contained in:
Amruth Pillai
2026-05-11 00:59:16 +02:00
parent 4ebe9e5a67
commit 92a0e3ddb8
6 changed files with 248 additions and 14 deletions
@@ -45,6 +45,7 @@ export function PublicResumeRoute() {
<>
<div className="mx-auto my-12 flex flex-col items-center gap-12 print:m-0 print:block print:max-w-full print:px-0">
<ResumePreview
data={resume.data}
pageGap="1rem"
pageScale={1.25}
pageLayout="vertical"