Skip to content

Commit 2bb1941

Browse files
feat: PDF-only export with premium download animation
- Replaced dropdown export menu with single PDF download button - Added full-screen overlay animation during download (shimmer, spinner, success check) - Removed PWA support (manifest.json, sw.js, service worker registration) - Removed offline HTML export (vite-plugin-singlefile, vite.export.config.ts, copy-offline.mjs) - Simplified build script to just 'vite build' - Regenerated PDF at 3x device scale factor (25.48 MB, 18 slides at 5760x3240 pixels)
1 parent 70cb1ee commit 2bb1941

13 files changed

Lines changed: 1386 additions & 411 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ dist-ssr
2424
*.sw?
2525
.vercel
2626
TASKS_V3_Universal_Deck.md
27+
.pdf-tmp

0 commit comments

Comments
 (0)