We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After #2567, we now only have 23 files that import from @material-ui, including components/functions:
@material-ui
AppBar
ToolBar
Collapse
Paper
Typography
CircularProgress
makeStyles
createStyles
List
ListItem
ListItemIcon
ListItemText
useMediaQuery()
Table
TableBody
TableCell
TableRow
createTheme
MuiThemeProvider
Most of these are in fairly old and untouched parts of the codebase, such as AltinnAppHeader, AltinnReceipt, AltinnSummaryTable, etc.
AltinnAppHeader
AltinnReceipt
AltinnSummaryTable
They should all be removed and rewritten to use other things (i.e. the design system, CSS modules, etc).
The text was updated successfully, but these errors were encountered:
I am making changes to AltinnAppHeader in #2831 (new navigation), so I can fix that there and avoid some conflicts
Sorry, something went wrong.
No branches or pull requests
After #2567, we now only have 23 files that import from
@material-ui
, including components/functions:(New navigation #2831)AppBar
/ToolBar
Collapse
Paper
Typography
CircularProgress
Rewriting most remaining MUI usage #2905makeStyles
/createStyles
List
/ListItem
/ListItemIcon
/ListItemText
Rewriting most remaining MUI usage #2905useMediaQuery()
Rewriting most remaining MUI usage #2905Table
/TableBody
/TableCell
/TableRow
Rewriting most remaining MUI usage #2905createTheme
/MuiThemeProvider
Most of these are in fairly old and untouched parts of the codebase, such as
AltinnAppHeader
,AltinnReceipt
,AltinnSummaryTable
, etc.They should all be removed and rewritten to use other things (i.e. the design system, CSS modules, etc).
The text was updated successfully, but these errors were encountered: