Chore: fiatBalancesNotify refactor
Chore: removed now-unused code in some files
Feat: change column "detail" in database to use jsonb
Chore: add notification center background and button
Chore: notifications screen scaffolding
Fix: change position of notification UI
Feat: join backend and frontend
Feat: notification icons and machine names
Feat: add clear all button, stripe overlay on invalid notification
Fix: rework notification styles
Feat: use popper to render notifications
Feat: make notification center UI
Fix: fix css on notification center
Fix: fix invalidateNotification
Chore: apply PR requested changes
Fix: PR fixes
Fix: make toggleable body/root styles be handled by react
Chore: delete old notifier file
Fix: undo variable name changes for cryptobalance notifs
feat: footer expands to show more items
fix: several style fixes
feat: streak through cassettes table if machine doesnt have cashout enabled
Revert "feat: streak through cassettes table if machine doesnt have cashout enabled"
This reverts commit eaa390be8e9688c557507ff9c2984addc3f25031.
feat: Streak through cash cassettes table if cashout not enabled
feat: Machine details overview on sidebar
feat: machine prof page: breadcrumb, sidebar. dashboard: redirect on machine click
feat: Last ping shows seconds/ minutes/ hours/ days ago depending on time past
chore: Disabled cashbox % column in dashboard system performance card
feat: removed deleted references from old server
feat: created reset and migrate mutations on gql server and
correspondent functions on new settings loader
feat: created front end for the config migration with reset and migrate
functionalities
style: add spacing between buttons
Signed-off-by: Liordino Neto <liordinoneto@gmail.com>
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: added missing 'shutdown' action on the MachineActions enum of the
gql schema
style: set the Edit icon for the rename action
style: fixed first and last action buttons spacing
feat: adapted the new settings loader to work with the db instead of
the json file
fix: fixed the schema migration file
fix: updated accounts to work with the db
fix: fetch only data with the new schema version
fix: change the account saving process so there's no more than one
account record
chore: removed unnecessary TODO comments
fix: replaced an error throwing with a Promise reject
fix: when looking for the latest config, don't limit it to the new ones
fix: fix function names on gql server
fix: remove duplicate import
fix: return an empty object when there's no schema_version 2 config yet
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: removed unnecessary properties from CAR page and config
style: changed the CAR page properties from radio groups to switches
fix: refetch config after saving