Closed Valecant closed 2 years ago
The Icons are implemented and chained to a Tenant. But a discussion about the icon types and the names inside the select is needed, because is impossibile to implement every material icon (they are 2.5k)
The icon list is here: https://mui.com/components/material-icons/
The icon list is here: https://mui.com/components/material-icons/
for the policies, let's use this icon:
import PolicyIcon from '@mui/icons-material/Policy';
for the services:
import FolderIcon from '@mui/icons-material/Folder';
The icon list is here: https://mui.com/components/material-icons/
for the policies, let's use this icon:
import PolicyIcon from '@mui/icons-material/Policy';
for the services:
import FolderIcon from '@mui/icons-material/Folder';
the icons are now the one mentioned
graphql is now loading a static array with the user preferences for the tenants (for now i'm not saving it inside a DB, but after the login the frontend is loading the data from graphql) added a form to choose the color added a color engine to mach every color that the user has seleted some UI improvments