refactor(packages): dry up core, html, and react UI architecture (#699)

This commit is contained in:
rahim
2026-03-03 23:27:53 -08:00
committed by GitHub
parent 8bdd4ce7fa
commit 1edeadefed
110 changed files with 1349 additions and 1359 deletions
@@ -83,6 +83,10 @@ export class PlayerController<Store extends PlayerStore, Result = Store> impleme
return this.#store?.value;
}
get displayName(): string | undefined {
return this.#selector?.displayName;
}
hostConnected(): void {
const store = this.#consumer.value;
if (store) this.#connect(store);