You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
merge: feat(customize): Add Export Options for PNG, WebP, and PDF in Customizer Generator (#8245)
## Description
Fixes#8243
Added PNG, WebP, and PDF export capabilities to the Customizer generator
page (`/customize`). Users can now download high-resolution raster
images (PNG & WebP) and vector documents (PDF) directly from their
browser with instantaneous toast feedback, retaining exact theme colors,
custom gradients, dimensions, and typography.
## Pillar
- [ ] 🎨 Pillar 1 — New Theme Design
- [ ] 📐 Pillar 2 — Geometric SVG Improvement
- [ ] 🕐 Pillar 3 — Timezone Logic Optimization
- [x] 🛠️ Other (Bug fix, refactoring, docs)
## Visual Preview
- **Export Action Bar**: Added `Download PNG`, `Download WebP`, and
`Download PDF` action buttons to `ExportPanel.tsx`.
- **Toast Feedback**: Instant `sonner` notifications triggered on
successful/failed export.
## Checklist before requesting a review:
- [x] I have read the `CONTRIBUTING.md` file.
- [x] I have tested these changes locally
(`localhost:3000/api/streak?user=YOUR_USERNAME`).
- [x] I have run `npm run format` and `npm run lint` locally and
resolved all errors (CI will fail otherwise).
- [x] My commits follow the Conventional Commits format (e.g.,
`feat(themes): ...`, `fix(calculate): ...`).
- [x] I have updated `README.md` if I added a new theme or URL
parameter.
- [x] I have started the repo.
- [x] I have made sure that i have only one commit to merge in this PR.
- [x] The SVG output matches the CommitPulse "premium quality" aesthetic
standard (no raw elements, smooth animations, correct fonts).
- [x] (Recommended) I joined the CommitPulse Discord community for
contributor discussions, mentorship, and faster PR support.
0 commit comments