No description
Find a file
Maaxxs b8af58d8d0 Fix broken menu fade-in and left-align the fullscreen menu
The single requestAnimationFrame used to trigger the fade-in was
unreliable - the browser could coalesce the hidden and visible states
into one paint, so items appeared instantly instead of fading/flying
in. Switched to a double-rAF, which reliably guarantees a paint of the
hidden state first. Also moves the menu content and close button to
the left side per feedback.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-06 17:48:34 +02:00
.github/workflows Fix deploy branch: preserve hifi/ subfolder instead of flattening 2026-07-05 16:35:12 +02:00
hifi Add photo gallery feature (brand -> project -> photos drill-down) 2026-07-06 17:04:46 +02:00
hifi-src Fix broken menu fade-in and left-align the fullscreen menu 2026-07-06 17:48:34 +02:00
.gitignore Add GitHub Actions workflow to auto-build and publish to deploy branch 2026-07-05 16:05:19 +02:00