* 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
* feat: table add button is now hidden when adding/editing
feat: disable every other action on editable table when editing/adding
feat: hide add button instead of disabling it when can't add
feat: disable every other action when adding/editing on the commissions
page
feat: disable every other action when adding/editing on the locales
page
feat: disable every other action when adding/editing on the
notifications page
feat: disable save buttons while waiting for server response on tables
and editable numbers
* chore: removed TODO
* fix: make all fields required on the Terms & Conditions page if Show on
screen is enabled
fix: enable/disable the Terms & Conditions form based on the Show on
screen toggle
fix: replaced deactivated field with plain text when not editing
fix: make de non editable text content field scrollable
style: make it follow the same style as the other screens, with the edit
button and links to save and cancel
feat: created Prompt component to avoid leaving pages without saving
feat: applied component to the editable table
feat: applied component to the Cashout, Commissions, Locales, Cashboxes,
Notifications, CryptoBalanceOverrides and Wallet pages
feat: applied component to the ContactInfo and ReceiptPrinting pages
refactor: export the default prompt message to be used in other contexts
fix: applied prompt component to the Operator Info pages
fix: create routes for the operator info components
feat: applied the Prompt component to the Contact Info and Receipt pages
feat: applied the Prompt component to the Terms & Conditions page
* refactor: move prompt to components
* feat: use formik on the boolean properties table
* chore: removed console.logs
chore: removed comments
refactor: moved BooleanCell to the BooleanPropertiesTable file and make
it not a formik field
fix: move the focus to the first editable element
fix: make the Autocomplete options popup on autoFocus
feat: allow saving on table only when changes occurred
fix: compare only the editing row instead of the entire list to decide
if the save method will be called
* 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