chore: replace MUI tables (#20201)

I tried to break this work into smaller pieces, but since there are a
lot of dependent components, I decided to handle it in one larger chunk
and rely on Storybook to catch any bugs.

That said, let me know if you’d prefer a different approach!
This commit is contained in:
Bruno Quaresma
2025-10-09 10:09:37 -03:00
committed by GitHub
parent ed90ecf00e
commit 8f2394c256
33 changed files with 796 additions and 922 deletions
+1
View File
@@ -53,6 +53,7 @@
"@mui/material/Box": "Use a <div> instead.",
"@mui/material/Button": "Use a components/Button/Button instead.",
"@mui/material/styles": "Import from @emotion/react instead.",
"@mui/material/Table*": "Import from components/Table/Table instead.",
"lodash": "Use lodash/<name> instead."
}
}