Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Web Video Optimizer

<picture>
<source media="(prefers-color-scheme: light)" srcset="apps/web/public/brand/WVO-logo-transparent.png">
<img src="apps/web/public/brand/WVO-logo-white-transparent.png" alt="Web Video Optimizer" width="360">
<source media="(prefers-color-scheme: light)" srcset="apps/web/public/brand/WVO-logo-transparent.webp">
<img src="apps/web/public/brand/WVO-logo-white-transparent.webp" alt="Web Video Optimizer" width="360">
</picture>

[![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)
Expand Down
Binary file removed apps/web/public/brand/WVO-logo-transparent.png
Binary file not shown.
Binary file added apps/web/public/brand/WVO-logo-transparent.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/web/public/brand/WVO-logo-white-transparent.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/web/src/components/ui/AppMark.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/screenshots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Binary file modified docs/assets/screenshots/compare-wipe-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/screenshots/custom-export-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/screenshots/mobile-results-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/screenshots/prepare-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/screenshots/results-dark.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/screenshots/results-light.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/brand-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading