diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3aa06..3566b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [Unreleased] — hotfix/unified-logo + +### Added +- `apps/web/public/logo.svg`: unified Kaffeelisten logo mark — amber rounded-square background with white coffee-cup line-art and steam wisps; replaces the three inconsistent visuals previously used across the app +- `tools/generate-icons.mjs`: one-off script that renders `logo.svg` via Puppeteer + local Chrome to produce `pwa-192x192.png` and `pwa-512x512.png` + +### Changed +- Start screen hero: switched from `cappuccino-with-steam.svg` (stroke illustration) to `logo.svg` so the brand mark is the same on every surface +- `favicon.svg`: replaced `☕` emoji with the proper amber-background logo mark +- `pwa-192x192.png` / `pwa-512x512.png`: regenerated from `logo.svg` — consistent with favicon and start screen +- `index.html`: added `` for iOS home-screen installs +- `vite.config.ts`: updated `includeAssets` to reference the correct asset filenames +- PDF report header: inline SVG logo mark (coffee cup on frosted amber tile) now appears beside the "Kaffeelisten" wordmark on every report page + +--- + ## [Unreleased] — feat/gdpr-notice ### Added diff --git a/apps/web/api/_lib/reportHtml.ts b/apps/web/api/_lib/reportHtml.ts index c63cf6d..1e666e7 100644 --- a/apps/web/api/_lib/reportHtml.ts +++ b/apps/web/api/_lib/reportHtml.ts @@ -120,10 +120,25 @@ export function buildReportHtml(
-