feat: created shutdown route and call it from gql server (called from
admin UI button)
feat: added an extra message property to the ConfirmDialog
refactor: simplified the MachineDetailsCard component
feat: added an extra information message to the Shutdown machine action
transactions notifications are globally disabled (for sms or email)
fix: added extra information on the sms notification informing if the
transaction that just happened is a high value one
saving on locales screen
refactor: renamed enableCoin function to configureCoin
fix: keep previous value when closing the configuration popup without
saving on wallets screen
refactor: renamed enableThirdPartyService function to
configureThirdPartyService
fix: use the correct variables for getting the customers status
fix: customer name was showing as 'undefined undefined' when not present
fix: use the phone number as a fallback for the customer name when it's
not present
fix: removed phone number compliance card
fix: set a fixed size for the popup photos
feat: created the compliance details component (no data for now)
fix: added missing properties into the gql schema and the compliance
details component
feat: added another chip type for a neutral situation
style: change the property card style for the v1 specs
fix: added front facing camera override to schema and components
feat: added authorized override (status) column to the customers list
table
fix: moved name to the front of the phone on the customers list table
fix: added sanctions description text on it's card
fix: added id icon to the right of the customer name
feat: created subpage button component and use it in the customer
profile
feat: created an image popper component and use it in the customer
compliance page
fix: added varying sizes to the customer details and id data cards fields
refactor: simplify the compliance subpage code
fix: use useEffect to correctly fix the not closing expanded row
fix: pass added machine id to machine status via History props instead
of url
fix: avoid page reloading on confirmed actions