mui-public icon indicating copy to clipboard operation
mui-public copied to clipboard

The public mono-repository of MUI (as an organization), see mui/mui-private for the opposite.

Results 144 mui-public issues
Sort by recently updated
recently updated
newest added

Use built-in Next.js font [optimization](https://nextjs.org/docs/pages/getting-started/fonts) over `fg-loadcss`. Advantages: - Performance: TODO Measure potential impact on FCP (positive or negative?) - Security: Get rid of SRI warnings for google fonts in...

scope: docs-infra

Today, we have prettier config hardcoded when we should be reading the project-wide prettier config automatically

type: enhancement
scope: docs-infra

- [ ] Crawl, parse and check links in llms.txt - [ ] Normalize absolute links so that `https://base-ui.com/whatever` and `/whatever` are both seen as an internal link in that...

scope: code-infra

_Starting an issue to collect use-cases_ Introduce a lint-step that verifies the repo/workspace setup itself is sound: - [ ] check dependencies are synced across workspaces and get rid of...

scope: code-infra

### Summary All the context is in https://github.com/mui/base-ui/pull/3448#issuecomment-3623175184. ### Examples - https://github.com/mui/base-ui/pull/3448 - https://github.com/mui/base-ui/pull/3458 ### Motivation It's technically a regression, but it's not a regular regression where the default should...

status: waiting for maintainer
type: enhancement
scope: code-infra

### Summary With #431, we worked on having our own docs in mui/mui-public so we can test docs-infra in this repository while we work on it. To complete the loop,...

type: new feature
status: waiting for maintainer
scope: docs-infra

### Summary Today, each open-source project follows a specific release schedule, quite a unified one, actually. It starts to be documented in: https://mui-org.notion.site/React-releases-7490ef9581b4447ebdbf86b13164272d but this is hidden from the docs,...

docs
scope: docs-infra

See this PR https://github.com/mui/mui-x/pull/20541#discussion_r2583545168 ``` We'd like to extend a big thank you to the 0 contributors who made this release possible. ```

type: regression
scope: code-infra

## problem: Current version script relies on `lerna version`. This has some disadvantages: - Have to specify a version for each changed package, even though for most packages we just...

status: waiting for maintainer
scope: code-infra

Adds `material-ui/no-restricted-imports` rule to replace complex `no-restricted-imports` configurations with robust glob pattern matching on import source strings. ## Implementation - **Rule**: `packages/code-infra/src/eslint/material-ui/rules/no-restricted-imports.mjs` - Restricts imports by source string patterns (e.g.,...

PR: out-of-date
scope: code-infra