feat: add an all machines option to the commissions overrides
fix: added cash-in and cash-out icons to main and override table headers
feat: filter out already overriden machine-coin combinations
fix: fix error when there's no machine selected yet
fix: removed unnecessary properties from CAR page and config
style: changed the CAR page properties from radio groups to switches
fix: refetch config after saving
feat: added customers list page
feat: created the Customer type on the gql server and consume it
Currently only with the 'name' property
feat: added query on gql to get the customers list with the needed props
feat: added the currently available props to the front end table
fix: consider only sent txs for the aggregations on the customers list
fix: replace ExpTable with a non-expandable one
fix: remove unused properties from gql and front-end
fix: fixed the customers list columns width
fix: the last active table column was reading the wrong property
chore: remove debug logging
fix: use the correct table columns to check for txs that should be
considered on the customers list page
fix: use the international format for phone numbers
feat: added the search box
fix: remove ordering from the gql customers list query and moved it to
the front-end)
fix: removed the search box
chore: refactor the customers list table into a new component
chore: cleanup code
fix: fixed styles from customer list page header
fix: change styles, fix hook trigger, add ux
feat: setup custom error messages
refactor: conform to new style guide
refactor: migrate to graphql
refactor: migrate to Ramda
fix: update state on mutation
refactor: migrate error ux to graphql
fix: change structure of accounts config
fix: use absolute imports
fix: move makeStyles out of components
fix: correct Strike behaviour
* fix: eslint warnings
* refactor: use ramda + sanctuary instead of lodash
* refactor: use prettier-standard for formatting
* feat: enable security
* feat: add graphql
* chore: remove trailing commas from linter
* docs: new scripts on react and new-admin-server
* feat: handle authentication on graphql
* fix: perf improvement to date picker
* chore: add insecure-dev script to run servers
* Initial itBit implementation
* Add tests for calculatePrice in exchange/itbit.js
* Add etherium to supported crypto codes in common/itbit.js
* Apply standardjs to itbit files
* itbit trade test. not important
* test getCurrencyRates in ticker/itbit.js
* Save trade error in table trades
* Add one migration, Add error column to trades table
* changes in plugins.js file
* Apply standardjs to plugins.js file
* Terms and Conditions screen added
* missing fields
* SQL migration added
* terms.text: markdown to html on server side
* markdown field type added
* other minor changes