orchestracities / auth-management-ui

An UI for Anubis and FIWARE-based platforms
https://master--62bcedd6cc1b1300eb9e1607.chromatic.com/
Apache License 2.0
0 stars 1 forks source link

customize colors / logo by tenant #16

Closed Valecant closed 2 years ago

Valecant commented 2 years ago

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

Valecant commented 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)

Valecant commented 2 years ago

The icon list is here: https://mui.com/components/material-icons/

chicco785 commented 2 years ago

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';

Valecant commented 2 years ago

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