Commit History

Fix: add removeAttribute(hidden) on loading in startWithSelection
feb10da
verified

bep40 commited on

Fix: CSS loading conflict - #loading.active !important beats [hidden]; start-progress pointer-events:none
86553ee
verified

bep40 commited on

Fix: increase init timeout 25s->60s for 7MB GLB on CPU
c55c10e
verified

bep40 commited on

Fix: remove hidden attr from loading and start-progress divs
7bd03a9
verified

bep40 commited on

FIX ROOT CAUSE: remove hidden attribute from catalogue-panel (CSS [hidden] !important overrides class .open)
3f6c0fc
verified

bep40 commited on

Fix: renderCatGrid uses existing CSS classes (catalogue-card, .name, .price, .brand)
b5af7fa
verified

bep40 commited on

Fix: catalogue panel toggle from hidden attr to class .open
c2a7d3f
verified

bep40 commited on

Fix: catalogue panel toggle from hidden attr to class .open; force rebuild
d7bba74
verified

bep40 commited on

Fix: catalogue panel toggle from hidden attr to class .open
e6b34b1
verified

bep40 commited on

Fix: catalogue panel toggle from hidden attr to class "open"
3bf6f9e
verified

bep40 commited on

Force rebuild: add RUN check for model-en-mixed.bin to invalidate Docker cache
ded357d
verified

bep40 commited on

Force rebuild: add comment cachebuster to Dockerfile
c2947e8
verified

bep40 commited on

Fix Dockerfile: remove broken cp line, model-en-mixed.bin is in public/vendor/ directly
fdcaec5
verified

bep40 commited on

Fix: add 404 check for /vendor/:name route, fix Content-Type for .bin files
5e42091
verified

bep40 commited on

Upload public/vendor/model-en-mixed.bin with huggingface_hub
589ddbe
verified

bep40 commited on

Delete public/vendor/model-en-mixed.bin
98fabe3
verified

bep40 commited on

temp upload model-en-mixed.bin
584aac7
verified

bep40 commited on

Trigger rebuild
09fec76
verified

bep40 commited on

FIX: add missing async keyword to startWithSelection()
2ae7a8f
verified

bep40 commited on

Upload .rebuild-trigger with huggingface_hub
d9b0b27
verified

bep40 commited on

CRITICAL FIX: async fetch fallback to serve src/ subpaths (s2s/, vendor/)
e07d6f6
verified

bep40 commited on

Trigger rebuild - final fix
54760a2
verified

bep40 commited on

Remove remaining buildPicker reference in snap code
2a46601
verified

bep40 commited on

Trigger rebuild after removing picker modal
6743640
verified

bep40 commited on

Remove picker functions, boot() auto-calls startWithSelection
d445487
verified

bep40 commited on

Remove picker modal (auto-init with vuong.glb + Sohee)
c72df17
verified

bep40 commited on

Upload index.html
8374873
verified

bep40 commited on

Trigger rebuild after all fixes
b3f9059
verified

bep40 commited on

FIX: add auto-init on DOM ready, add catalogue panel JS logic
48c2cb3
verified

bep40 commited on

Remove broken model-en-mixed.bin placeholder (only 18 bytes)
c9b59a4
verified

bep40 commited on

Trigger rebuild after fixes
19ec610
verified

bep40 commited on

Add catalogue panel JS logic, remove app_part2.js concat
21a1053
verified

bep40 commited on

Remove broken app_part2.js (no longer needed)
e2cd660
verified

bep40 commited on

Upload full 80KB app.js from gemma-multi-avatar
bb616f1
verified

bep40 commited on

CRITICAL FIX: restore full index.ts (was accidentally overwritten), fix app.js route
a942d45
verified

bep40 commited on

FIX: serve app.js directly (no concat with broken app_part2.js), remove app_part2.js
bf00212
verified

bep40 commited on

FIX: upload full app.js (80KB) from gemma-multi-avatar, remove broken app_part2.js concatenation
4e47540
verified

bep40 commited on

FIX: add @met4citizen/talkinghead dependency, fix Dockerfile, change CDN to jsdelivr
8615af3
verified

bep40 commited on

Fix: revert Dockerfile to copy model-en-mixed.bin from node_modules at build time (binary file can't be uploaded via text API)
69c2fcf
verified

bep40 commited on

Simplify Dockerfile - vendor files now committed directly to repo
9eba610
verified

bep40 commited on

Upload public/vendor/model-en-mixed.bin
3d8d296
verified

bep40 commited on

Upload public/worklets/audio-playback.js
2ffc24e
verified

bep40 commited on

Upload public/worklets/mic-capture.js
391e797
verified

bep40 commited on

Upload public/vendor/headworklet.min.mjs
e718029
verified

bep40 commited on

RESTORE: full index.html từ gemma-multi-avatar + catalogue panel + importmap
f9951aa
verified

bep40 commited on

CRITICAL FIX: add importmap for bare module specifiers (three, talkinghead, GLTFLoader). This is the root cause of all failures.
4fbce7d
verified

bep40 commited on

Fix: full index.ts with vendor/worklet fallback to src/vendor/
90a5b6b
verified

bep40 commited on

Fix: vendor/worklet routes fallback to src/vendor/ where talkinghead files actually live
57bb16f
verified

bep40 commited on

Fix: remove disabled from main-btn in HTML, add robust fallback. Fix vendor file serving from src/vendor/ too.
9cdfa1f
verified

bep40 commited on

Fix Dockerfile: copy talkinghead vendor files (worklet + model) to public/vendor/
7ab1b84
verified

bep40 commited on