Commit graph

3180 commits

Author SHA1 Message Date
Neal
0ac62139db feat: re-enable geth install 2021-10-04 07:31:17 +01:00
Neal
ea703375e1 chore: update geth 2021-10-04 07:31:17 +01:00
José Oliveira
67f06902d9 fix: cashbox denomination reversed 2021-10-04 07:31:17 +01:00
José Oliveira
6d60fe487e fix: big number subtraction 2021-10-04 07:31:17 +01:00
José Oliveira
56332dfd5b fix: check for empty user config before migrate 2021-10-04 07:31:17 +01:00
naconner
f050f1b8c9 chore: version v7.5.0 (#705) 2021-10-04 07:31:17 +01:00
Taranto
848e66a975 chore: builded react admin 2021-10-04 07:31:17 +01:00
Sérgio Salgado
40646b605e feat: arrow button to navigate to machines on dashboard 2021-10-04 07:31:17 +01:00
Sérgio Salgado
50d763a800 feat: dynamic singular and plural strings on triggers descriptions 2021-10-04 07:31:17 +01:00
José Oliveira
473aada9e1 refactor: error message building 2021-10-04 07:31:17 +01:00
José Oliveira
0379da13b7 refactor: return statement and error message building 2021-10-04 07:31:17 +01:00
José Oliveira
17554f2847 fix: error messages dont match validation 2021-10-04 07:31:17 +01:00
José Oliveira
b367653e09 fix: yup error messages 2021-10-04 07:31:17 +01:00
José Oliveira
afe10635b2 fix: error messages compliance triggers 2021-10-04 07:31:17 +01:00
csrapr
c69a44dd01 Fix: rare footer crash in dashboard page 2021-10-04 07:31:17 +01:00
José Oliveira
89740b2443 feat: prune server logs table 2021-10-04 07:31:17 +01:00
João Leal
56d0a18fe3 fix: renamed 'zero conf' to 'confidence' 2021-10-04 07:31:17 +01:00
José Oliveira
742303c22d fix: increase column width 2021-10-04 07:31:17 +01:00
José Oliveira
e4551e9299 fix: remove crypto amount rounding 2021-10-04 07:31:17 +01:00
csrapr
ff4c7ed595 Fix: broken header when horizontal scrolling 2021-10-04 07:31:17 +01:00
csrapr
55a2ede718 Fix: cashbox should always be visible 2021-10-04 07:31:17 +01:00
csrapr
4a65970000 Fix: disable editing in cash cassettes 2021-10-04 07:31:17 +01:00
csrapr
b227828e55 Chore: remove unneeded useEffect and useState hooks 2021-10-04 07:31:17 +01:00
José Oliveira
d8a89e6aa2 fix: validate number on the reducer 2021-10-04 07:31:17 +01:00
José Oliveira
a1e8e8bc4c fix: verify if total in cassettes is NaN 2021-10-04 07:31:17 +01:00
José Oliveira
8322b99f11 fix: cash cassettes footer shows nan 2021-10-04 07:31:17 +01:00
csrapr
346d539960 Fix: fix rare concurrency bug on cashOut 2021-10-04 07:31:17 +01:00
Neal
d53b8460bd chore: update zec, bch, eth nodes 2021-10-04 07:31:17 +01:00
José Oliveira
a402d4244b fix: error handling 2021-10-04 07:31:17 +01:00
José Oliveira
8403736026 fix: migrate accounts and default cash-out commissions 2021-10-04 07:31:17 +01:00
Rafael Taranto
b9bee230be Merge pull request #857 from RafaelTaranto/chore/7.5.3-builded-react2
chore: builded react files
2021-09-29 15:42:33 +01:00
Taranto
c6d22aebb3 chore: builded react files 2021-09-29 15:41:24 +01:00
André Sá
6894cfbb7c docs: update installation process 2021-09-27 10:35:34 +01:00
André Sá
6aeb42ec87 fix: locales override language limit 2021-09-27 10:34:01 +01:00
José Oliveira
8c143ab216 fix: remove log and fix rebase leftovers 2021-09-24 11:04:11 +01:00
José Oliveira
e5ea16d83b fix: entries label weight, use string utils func instead of custom 2021-09-24 10:55:36 +01:00
José Oliveira
893dbd8162 fix: remove erroneous prop 2021-09-24 10:55:35 +01:00
José Oliveira
e4c383e656 fix: search filter section according to spec 2021-09-24 10:55:34 +01:00
Sérgio Salgado
f2a304ae49 fix: customer filters not being applied
fix: customer name edge cases
fix: sql uppercasing
2021-09-24 10:55:32 +01:00
Sérgio Salgado
2a2a0a8a8b feat: add search functionality to customer page 2021-09-24 10:54:34 +01:00
Sérgio Salgado
f49257e14c fix: DetailsRow memo function
fix: cancel transaction button condition
2021-09-24 10:36:16 +01:00
Sérgio Salgado
1c652f4b54 feat: add list of passable tx error codes for customer volume calculation 2021-09-24 10:35:28 +01:00
Sérgio Salgado
100835cacc fix: make admin customer queries aware of cancelled transactions 2021-09-24 10:35:28 +01:00
Sérgio Salgado
146f67a0b7 fix: correct calculation to find expired transactions on customer history 2021-09-24 10:33:44 +01:00
Sérgio Salgado
1c8098fe73 fix: SQL boolean and nullable value comparison 2021-09-24 10:33:44 +01:00
Liordino Neto
b343ce386f feat: created the search component
style: added spec styles

fix: fixed font color on search input

style: added box-shadow to the search component

feat: added local search functionality to the search component

feat: integrated search component into the transactions page

feat: allow multiple filter selection on the search component

fix: let the user select only one filter for each type

feat: added chips for the selected filters on the transactions page

feat: added the remove function on the filter chips

style: styled items according to spec

refactor: simplified search component (moved logic to the outside)

feat: added transaction filters to the gql query

feat: added a 'clear all filters' button

feat: added a filters query

feat: added a gql query for the transaction filters

fix: fixed the transactions gql query so it haves the same options as
the transaction filters

feat: added a 'loading' feature to the search box (shown while loading
the filters)

fix: fetch transactions and filters separately in the transactions page

fix: style export

fix: packages

fix: transaction conflicts
2021-09-24 00:23:24 +01:00
Sérgio Salgado
584492cb55 feat: add mock wallet scoring 2021-09-16 16:42:09 +01:00
Sérgio Salgado
bef2efdfce fix: normalize empty array creation 2021-09-13 19:34:18 +01:00
Sérgio Salgado
a3711be533 chore: add comment on makeChange function to inform of possible drawbacks 2021-09-13 18:53:54 +01:00
Sérgio Salgado
9d4d933f05 chore: remove logs 2021-09-13 18:53:54 +01:00