* 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
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: on and off should have a fixed width
fix: fist screen should be two p
fix: autofocus on fields after next
fix: spacing
fix: button position
fix: make the denominations a dropdown
fix: fiat should shown input suffix
fix: wizard should have splash image
fix: add missing warning icon
fix: eslint
fix: modal fiat should be a suffix
fix: increase modal height to match the spec
fix: confirmation step has repeated title
fix: label should cover both the input and the suffix
fix: use code+display to benefit from dropdown improvements
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
style: reduced the dropdown border-radius from 16px to 8px only when it's open
feat: scroll the table back up with a log level filter change
fix: dropdown border-radius bottom was still 16px instead of 8px when
opened
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: replace numeric TextInput fields on the Cashout, Commissions,
Cashboxes, Notifications, Operator Info and Terms & Conditions pages
fix: change the way the number format is defined on the component
fix: parameterize the number of decimal places in the in the number
input and set it's value for the current number inputs on the admin
fix: reenabled the cash-out display component with 500 notes max bot and top
fix: fixed repeated import on new-admin config accounts
feat: reenabled the cash-out display component
fix: show full languages name on the dropdown
fix: search crypto per name as well
fix: limit selected languages to 4 (the same as the old admin)
fix: removed duplicated import
machineLogs, serverLogs and transactions
feat: added optional limit and offset variables for the logs queries,
for filtering and pagination
feat: adapted the LogsDownloaderPopper to download the logs by whats set
on the filters
fix: improved code readability
fix: avoid errors when the range option is selected and no range is
actually selected
fix: increased width of inputs
fix: avoid formik fields wiggling
fix: avoid content bellow form to wiggle when editing
fix: fixed the wiggling on the fields labels
fix: add ellipsis on text overflow on the contact info form
fix: validate phone number, considering locale country if no country
code is provided
fix: contact info can now be edited independent of the "info card
enabled" switch state
fix: removed unused style
fix: made the properties table editable even when the receipt printing
is off
fix: change company registration to company number on the
receipt printing page
fix: refetch config after saving
fix: set fixed height for the editable property row
fix: remove debug log
fix: placed the options of the BooleanPropertiesTable in a TableCell to
avoid raising an error caused by having an <svg> inside a <td>
fix: change the receipt options to a switch
fix: copied style instead of importing from other component
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