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
fix: remove done button
fix: auto close on success
fix: show success message
fix: move add machine to main nav
fix: steps overlap
fix: no console logs, simplify some lines
fix: remove spinner and toast
fix: show info3 message on pairing success
fix: eslint
fix: consider the machine name while verifying if the new machine is
paired
* fix: remove the "enable" toggle
fix: make edit available at all times and make it toggle the wizard if
the coin config is empty
fix: disable focus on the first edit
feat: open the coin config wizard when adding a not configured coin on
locales
* fix: set default value for focusOnEditWhen to avoid breaking tables
first field focus
refactor: replaced relative path imports from outside the module with
full paths
fix: removed console.log
* fix: changed the edit override logic to a cleaner one
* fix: trigger the wizard only when the coin isn't configured