Files
v10/packages/react
Christian PillsburyandChristian Pillsbury ba8797cd21 refactor(react): consolidate MuteButton components into unified implementation
- Merge three separate MuteButton variants into single composable component
- Move from connected-with-defaults/MuteButton.tsx to components/MuteButton.tsx
- Remove connected/ and ui/ MuteButton variants to reduce code duplication
- Update MediaSkinDefault to use consolidated MuteButton component
- Implement composable pattern with hooks for state, props, and rendering
- Add temporary @ts-ignore for type compatibility during refactoring
2025-09-08 17:15:40 -07:00
..