Benny Joo

Results 56 issues of Benny Joo

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). Done: - Initial implementation - Playground demo - Props: `color`, `size`, `variant: 'indeterminate' | 'determinate'`, etc;...

new feature
component: CircularProgress
package: joy

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). Done: - Initial implementation - Initial demos - Props: `color`, `variant`, `onClose`, `closeText`, etc; To be...

new feature
component: alert
package: joy

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). **This PR includes:** - unit tests for `size` prop - conformance tests - typescript test -...

test
component: breadcrumbs
package: joy

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). As we are progressing towards removing `TextField` from Joy UI (https://github.com/mui/material-ui/pull/35462) (https://github.com/mui/material-ui/issues/34176), documentation for `Input` component...

docs
package: joy

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). Closes https://github.com/mui/material-ui/issues/34176 > :warning: This PR can be merged only after [Input Documentation PR](https://github.com/mui/material-ui/pull/35482) is merged....

docs
breaking change
component: text field
package: joy

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). **Preview**: https://deploy-preview-35373--material-ui.netlify.app/joy-ui/react-stack

docs
component: Stack
package: joy

# We need your help! Currently, Joy components have JavaScript versions of tests. We need the community's help to ensure that all Joy components switch to TypeScript tests. ## Contribution...

umbrella
test
ready to take
package: joy

## What does this PR do? - This PR migrates the `/team/*` page group to the app directory (which runs under the App Router). - The migrated page exists under...

High priority
community

## What does this PR do? - This PR migrates the `/[user]` page to the app directory (which runs under the App Router). - The migrated page exists under `/future`...

High priority
community
foundation

For some already migrated pages, we have the following problems: - `generateMetadata` is incorrect - we are not extracting `getStaticProps` / `getServerSideProps` into `@lib` and using it but rather duplicating...

High priority
community
foundation