You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the desktop app, there are a number of places where we are re-defining overrides for MUI components (try searching the code for "${classes.button}"). This is not very DRY, so let's create our own component library where these overrides can have a single home. Known MUI components we likely want to create wrappers for:
Button
Typography
Icon
IconButton
Grid
Link?
Avatar
Progressbar
CircularProgress
Container
Modal
Label
Input
The text was updated successfully, but these errors were encountered:
Currently in the desktop app, there are a number of places where we are re-defining overrides for MUI components (try searching the code for "${classes.button}"). This is not very DRY, so let's create our own component library where these overrides can have a single home. Known MUI components we likely want to create wrappers for:
The text was updated successfully, but these errors were encountered: