Matt

Results 90 comments of Matt

@flaviendelangle This is about the translation of the docs rather than the localisation of components.

> I think the tougher problem for MUI users NOW is knowing and having to state if the FG color should be white or black depending on the rest of...

There's colorManipulator's `getContrastText`, but. apologies, I'm a bit out of touch with what's in the theme or public API...

Thanks for working on it. I was able to try it out locally. A few minor issues (there may well be others): - The preview isn't editable. - The JS...

> but for the first one I'd prefer keep JSX preview uneditable This is on the "must have" list, but ofc no need to add it until this approach is...

@mnajdova > When you click to edit the preview code, should we automatically open and show the whole code for the demo? https://github.com/mui/material-ui/pull/24640#issuecomment-770206949 > Regarding expanding the code editor when...

@nihgwu > Ofc we can debounce, not sure if it's really need though I think it would be nice to have, but the reality is that most if the time,...

> I don't add debounce to achieve insanely instant feedback on editing I guess it depends on whether it's possible to distinguish between immediate rendering of valid code, and debouncing...

> we can use any valid form to write the demo in preview mode, like cop[y]ing the full code to preview mode The code preview is still dependent on the...

> Should we merge the change on changing language then? If you mean between TS and JS, then no, I don't think that's practical. > I don't think there is...