website: Rename mockup usernames to ChillCat and HappyDog across HTML, JS, and all 15 locales

This commit is contained in:
KoalaDev
2026-07-03 11:07:03 +02:00
parent 537c8f3c60
commit 82b90d86a9
17 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -525,7 +525,7 @@ document.addEventListener('DOMContentLoaded', () => {
});
};
const NAMES = { a: 'CoolUsername', b: 'KoalaPC' };
const NAMES = { a: '🐱 ChillCat', b: '🐶 HappyDog' };
const chipEvent = chip.querySelector('.demo-chip-event');
let eventTimer = null;
@@ -602,7 +602,7 @@ document.addEventListener('DOMContentLoaded', () => {
// Manual controls (the automated walkthrough drives these same handlers)
launcher.addEventListener('click', () => setPopupOpen(!scene.classList.contains('popup-open')));
// The popup remote control acts as CoolUsername (tab A's user)
// The popup remote control acts as 🐱 ChillCat (tab A's user)
playBtn.addEventListener('click', () => {
if (tabs.a.playing && tabs.b.playing) { pulse(); return; }
broadcast('a', true);