Using MUI v5.11.6,
Create a Settings that either opens from the context menu from the UserIcon at the top right of the UI, or on the SideNav component. You can make it a modal, or use a portion of the view.
This component will control app settings, especially settings for the screen/view/display/theme and notifications/alerts.Possibly even Accessibility (a11y) settings.
You can boilerplate common application settings so we can iterate though design decisions by the community.
Use the gear icon in icons-material.. as import SettingsIcon from '@mui/icons-material/Settings';
Using MUI v5.11.6,
Create a Settings that either opens from the context menu from the UserIcon at the top right of the UI, or on the SideNav component. You can make it a modal, or use a portion of the view.
This component will control app settings, especially settings for the screen/view/display/theme and notifications/alerts.Possibly even Accessibility (a11y) settings.
You can boilerplate common application settings so we can iterate though design decisions by the community.
Use the gear icon in icons-material.. as import SettingsIcon from '@mui/icons-material/Settings';