* 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: 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
feat: create an EditableProperty component
feat: added boolean properties table and missing properties
chore: integrated receipt printing page on op info page
fix: fixed style issues in the boolean properties table
feat: added a custom prefixText on the editable property component
chore: commented out currently unused features
fix: fixed boolean properties table color
chore: removed debug logs
fix: boolean properties table cancel button was saving instead of
canceling
fix: receipt printing properties where wrong (customText currently isn't
used, and customerNameOrPhoneNumber was using the wrong property)