Skip to content

Commit 6781c94

Browse files
committed
fix: opaque dark background and optical recentering for PWA icons (v0.10.4)
- transparent PNGs (icon.png, apple-icon.png, favicon.ico, icon-192/512.png) were rendered white by the OS on mobile home screens; filled with #070b10, matching the manifest/design system background - shifted the R glyph right to correct its optical mass center, which sat ~3.5% left of the bounding-box center despite the box itself being centered
1 parent e13c84b commit 6781c94

7 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.10.4] — 2026-08-12
4+
5+
### Corrections
6+
7+
- **Icônes PWA/mobile transparentes rendues blanches par l'OS, et R visuellement décentré** — signalé par toi : sur l'écran d'accueil du téléphone, la transparence des PNG (`app/icon.png`, `app/apple-icon.png`, `public/icon-192.png`, `public/icon-512.png`, `app/favicon.ico`) n'est pas gérée par l'OS et se rend en blanc. Fond opaque `#070b10` ajouté (déjà utilisé comme `background_color`/`theme_color` du manifest et `--background` du design system), et le glyphe recadré de quelques pixels vers la droite : la bounding box était déjà centrée mais le centre de masse réel du R (jambe diagonale plus fine que le fût gauche) était décalé d'environ 3,5% vers la gauche, d'où l'impression de décentrage. Le logo du site (`public/brand/logo-symbol.png`, header) n'est pas concerné et reste transparent — il repose déjà sur le fond sombre de la page.
8+
39
## [0.10.3] — 2026-08-11
410

511
### Corrections

app/apple-icon.png

4.96 KB
Loading

app/favicon.ico

0 Bytes
Binary file not shown.

app/icon.png

403 Bytes
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "randy-code",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"private": true,
55
"packageManager": "pnpm@10.7.0",
66
"scripts": {

public/icon-192.png

4.94 KB
Loading

public/icon-512.png

15.8 KB
Loading

0 commit comments

Comments
 (0)