refactor(html): implement hook-style component architecture for PlayButton and MuteButton (gradual migration to more shareable with React).

This commit is contained in:
Christian Pillsbury
2025-09-08 17:15:40 -07:00
committed by Christian Pillsbury
parent c54945fd58
commit 74dea64ddd
14 changed files with 261 additions and 261 deletions
@@ -15,4 +15,4 @@ export const playable = {
mediapauserequest: () => true,
},
},
};
};