diff --git a/README.md b/README.md index 8ab7a7b..b2c6386 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Web Video Optimizer - - Web Video Optimizer + + Web Video Optimizer [![CI](https://github.com/Artsen/web-video-optimizer/actions/workflows/ci.yml/badge.svg)](https://github.com/Artsen/web-video-optimizer/actions/workflows/ci.yml) diff --git a/apps/web/public/brand/WVO-logo-transparent.png b/apps/web/public/brand/WVO-logo-transparent.png deleted file mode 100644 index 537b6a0..0000000 Binary files a/apps/web/public/brand/WVO-logo-transparent.png and /dev/null differ diff --git a/apps/web/public/brand/WVO-logo-transparent.webp b/apps/web/public/brand/WVO-logo-transparent.webp new file mode 100644 index 0000000..a7a08b0 Binary files /dev/null and b/apps/web/public/brand/WVO-logo-transparent.webp differ diff --git a/apps/web/public/brand/WVO-logo-white-transparent.png b/apps/web/public/brand/WVO-logo-white-transparent.png deleted file mode 100644 index 8dc86d8..0000000 Binary files a/apps/web/public/brand/WVO-logo-white-transparent.png and /dev/null differ diff --git a/apps/web/public/brand/WVO-logo-white-transparent.webp b/apps/web/public/brand/WVO-logo-white-transparent.webp new file mode 100644 index 0000000..77a82bd Binary files /dev/null and b/apps/web/public/brand/WVO-logo-white-transparent.webp differ diff --git a/apps/web/src/components/ui/AppMark.tsx b/apps/web/src/components/ui/AppMark.tsx index 347afaf..2ab394e 100644 --- a/apps/web/src/components/ui/AppMark.tsx +++ b/apps/web/src/components/ui/AppMark.tsx @@ -1,5 +1,5 @@ -export const WVO_LOGO_TRANSPARENT_PATH = "/brand/WVO-logo-transparent.png"; -export const WVO_LOGO_WHITE_TRANSPARENT_PATH = "/brand/WVO-logo-white-transparent.png"; +export const WVO_LOGO_TRANSPARENT_PATH = "/brand/WVO-logo-transparent.webp"; +export const WVO_LOGO_WHITE_TRANSPARENT_PATH = "/brand/WVO-logo-white-transparent.webp"; export function AppMark({ size = "default" }: { size?: "default" | "small" }) { return ( diff --git a/docs/assets/screenshots/README.md b/docs/assets/screenshots/README.md index e574caa..54b68f5 100644 --- a/docs/assets/screenshots/README.md +++ b/docs/assets/screenshots/README.md @@ -25,4 +25,4 @@ Review captures are full-page unless the Playwright screenshot suite names them The current curated set balances dark workflow coverage, one light-theme result, Compare theatre, Custom Export density, and mobile bottom chrome. Add an empty-state screenshot only when it materially improves the README. -Current curated set: 6 WebP files, 333,348 bytes total. +Current curated set: 6 WebP files, 330,102 bytes total. diff --git a/docs/assets/screenshots/compare-wipe-dark.webp b/docs/assets/screenshots/compare-wipe-dark.webp index 48fe56f..e4da470 100644 Binary files a/docs/assets/screenshots/compare-wipe-dark.webp and b/docs/assets/screenshots/compare-wipe-dark.webp differ diff --git a/docs/assets/screenshots/custom-export-dark.webp b/docs/assets/screenshots/custom-export-dark.webp index 1264efd..29c1521 100644 Binary files a/docs/assets/screenshots/custom-export-dark.webp and b/docs/assets/screenshots/custom-export-dark.webp differ diff --git a/docs/assets/screenshots/mobile-results-dark.webp b/docs/assets/screenshots/mobile-results-dark.webp index 7dfea5b..c664fe3 100644 Binary files a/docs/assets/screenshots/mobile-results-dark.webp and b/docs/assets/screenshots/mobile-results-dark.webp differ diff --git a/docs/assets/screenshots/prepare-dark.webp b/docs/assets/screenshots/prepare-dark.webp index ef7eb1c..7613d4c 100644 Binary files a/docs/assets/screenshots/prepare-dark.webp and b/docs/assets/screenshots/prepare-dark.webp differ diff --git a/docs/assets/screenshots/results-dark.webp b/docs/assets/screenshots/results-dark.webp index 2b9bfab..222632c 100644 Binary files a/docs/assets/screenshots/results-dark.webp and b/docs/assets/screenshots/results-dark.webp differ diff --git a/docs/assets/screenshots/results-light.webp b/docs/assets/screenshots/results-light.webp index e4e8664..d5369fb 100644 Binary files a/docs/assets/screenshots/results-light.webp and b/docs/assets/screenshots/results-light.webp differ diff --git a/docs/brand-system.md b/docs/brand-system.md index a5aacf3..379965c 100644 --- a/docs/brand-system.md +++ b/docs/brand-system.md @@ -21,8 +21,8 @@ Canonical app and documentation assets live in `apps/web/public/brand/` so the V Logo variants: -- `WVO-logo-transparent.png`: dark letterform variant for light surfaces. -- `WVO-logo-white-transparent.png`: white letterform variant for dark surfaces. +- `WVO-logo-transparent.webp`: dark letterform variant for light surfaces. +- `WVO-logo-white-transparent.webp`: white letterform variant for dark surfaces. - `WVO-favicon.png`: favicon derived from the approved monogram for small browser chrome. When the mark sits next to visible "Web Video Optimizer" text, it should be `aria-hidden` to avoid duplicate announcements. Use text alternatives for standalone documentation imagery.