428b223020
feat: Add white and black color variants for business cards with precise SVG fills
Build & Deploy / 🔍 Prepare (push) Successful in 15s
Build & Deploy / 🧪 QA (push) Failing after 1m27s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s
2026-06-11 11:54:30 +02:00
292557eca5
fix(pdf): fix react-pdf svg type compilation error
2026-06-10 11:19:21 +02:00
5652457e15
feat(pdf): finalize business card generation with print standards and white variants
...
Build & Deploy / 🔍 Prepare (push) Successful in 10s
Build & Deploy / 🧪 QA (push) Failing after 1m26s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
Nightly QA / 💨 Smoke & Health (push) Failing after 3m33s
- Replaced buggy RGB PDF backgrounds with exact Ghostscript outlining
- Generated front/back dual pages natively in React-PDF
- Applied high-end minimalist design standards to QR codes (no frames)
- Established Ghostscript pipeline for reliable font-to-path generation
- Added White variant generation process
2026-06-09 18:31:46 +02:00
0f8a92693e
fix: correctly map exact logo vectors from public/logo-white.svg with correct viewBox
...
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled
- Previously, the logo was cropped because of an incorrect viewBox (100x100 instead of 295x99)
- Mapped all vector paths perfectly to ensure exact branding parity
2026-06-09 15:54:04 +02:00
b6d6637e02
fix: refactor layout to stack elements vertically and prevent overlapping
...
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 53s
Build & Deploy / 🏗️ Build (push) Successful in 2m2s
Build & Deploy / 🚀 Deploy (push) Successful in 15s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
- Name and Contact info are now vertically stacked in a left column
- Guarantees no horizontal overlap issues for long names or emails
2026-06-09 14:58:52 +02:00
ec62704c3a
fix: adapt business card design to actual prod site brand colors
...
Build & Deploy / 🔍 Prepare (push) Successful in 7s
Build & Deploy / 🧪 QA (push) Successful in 57s
Build & Deploy / 🏗️ Build (push) Successful in 1m55s
Build & Deploy / 🚀 Deploy (push) Successful in 15s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
- Switch from Dark Navy to Bright Blue (#011dff)
- Remove industrial grid for a cleaner flat aesthetic
2026-06-09 11:44:59 +02:00
2171f471f2
refactor: industrial vector redesign of business cards
...
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Successful in 54s
Build & Deploy / 🏗️ Build (push) Successful in 1m55s
Build & Deploy / 🚀 Deploy (push) Successful in 14s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
- Uses raw SVG paths for the logo instead of PNG
- Implements Dark Navy, Grid, Accent Green project styling
- Respects draft layout rules.
2026-06-09 11:28:27 +02:00
1f07999d48
fix: match customer draft layout and correctly use PNG assets for QR Code and Logos
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Successful in 53s
Build & Deploy / 🏗️ Build (push) Successful in 1m59s
Build & Deploy / 🚀 Deploy (push) Successful in 14s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
2026-06-09 11:23:44 +02:00
46a940f234
feat: business card generator engine
...
Build & Deploy / 🔍 Prepare (push) Successful in 9s
Build & Deploy / 🧪 QA (push) Successful in 53s
Build & Deploy / 🏗️ Build (push) Successful in 2m12s
Build & Deploy / 🚀 Deploy (push) Successful in 14s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s
Adds react-pdf business card components and a ghostscript CMYK converter script
2026-06-09 11:15:52 +02:00