d3ro-voice/site/src
Yun Chan 92978607da feat(site): loop a faithful copy of the app's recording capsule in the hero
Replace the press-to-play demo and the "see how it works" button with an
example that keeps playing on the right: hold Right Alt, the capsule appears
with live wave bars, elapsed time and the partial transcript, releasing shows
the processing bar, and the cleaned sentence is pasted at the cursor of a
notes window. It cycles through two samples per language.

- Same numbers as apps/desktop recording-tip: 9 bars with cos weights, 100 ms
  updates, 0.5 smoothing, +/-35% jitter, 2-28 px, per-bar colours, 120 px
  progress bar min(95, (1 - 1/(1 + 1.5t)) * 100)%.
- WCAG 2.2.2: a pause button; stops when off screen or the tab is hidden.
  Reduced motion shows one still frame. The animation is aria-hidden with a
  text description for screen readers. Chinese and Japanese transcripts
  appear three characters at a time.
- Add 404.html so unknown paths stop falling back to the landing page, delete
  the duplicate accept-invite.html (/accept-invite/ is canonical) and link it
  straight to /#download, and move the legal pages off the retired orange
  accent (primary button contrast 5.2:1).
2026-09-26 15:49:08 +09:00
..
components feat(site): loop a faithful copy of the app's recording capsule in the hero 2026-09-26 15:49:08 +09:00
hooks feat(site): rewrite the landing page around verified facts and accessible controls 2026-09-26 15:04:43 +09:00
i18n feat(site): loop a faithful copy of the app's recording capsule in the hero 2026-09-26 15:49:08 +09:00
sections feat(site): loop a faithful copy of the app's recording capsule in the hero 2026-09-26 15:49:08 +09:00
App.tsx feat(site): rewrite the landing page around verified facts and accessible controls 2026-09-26 15:04:43 +09:00
index.css feat(site): loop a faithful copy of the app's recording capsule in the hero 2026-09-26 15:49:08 +09:00
main.tsx 랜딩 페이지: D3RO 브랜드 프로모션 사이트 + GitHub Pages 배포 2026-04-05 23:55:13 +09:00
pricing.ts refactor(core): keep plan prices, cloud quotas and public URLs in one contract (WS-A) 2026-09-26 15:48:18 +09:00
release.ts release: ship v1.6.0 with paged suggestions and a cleaner phrase memory 2026-09-24 19:56:28 +09:00
tokens.ts feat(site): rewrite the landing page around verified facts and accessible controls 2026-09-26 15:04:43 +09:00
vite-env.d.ts 랜딩 페이지: D3RO 브랜드 프로모션 사이트 + GitHub Pages 배포 2026-04-05 23:55:13 +09:00