Commit graph

2069 commits

Author SHA1 Message Date
José Oliveira
410bc25afb fix: remove the function to get the values when editing balance alerts 2021-06-24 11:53:31 +01:00
José Oliveira
cdab60069c fix: design fixes on notifications screen 2021-06-24 11:53:31 +01:00
Sérgio Salgado
fc3ad8e421 feat: add loading flag to sidebar 2021-06-24 00:38:24 +01:00
Sérgio Salgado
ae8462cff8 fix: transaction table query 2021-06-23 15:29:41 +01:00
Sérgio Salgado
9c428a6f8f fix: uppercasing SQL
fix: remove unnecessary useEffect
fix: transaction polling issue on logout
2021-06-23 15:29:41 +01:00
Liordino Neto
852bf7b089 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-06-23 15:29:41 +01:00
Sérgio Salgado
468f2cb28b fix: remove extra log 2021-06-23 15:15:41 +01:00
Sérgio Salgado
cf3defbc93 feat: separate pazuz and lamassu routing tree
fix: routes.js routing tree getter
2021-06-23 15:15:41 +01:00
Sérgio Salgado
2a2880a7da feat: add build target field to routes
feat: move towards single App.js file
fix: header component interaction with build target
2021-06-23 15:15:41 +01:00
Sérgio Salgado
fc4af4885a fix: remove blockchain utils module 2021-06-23 15:07:01 +01:00
Sérgio Salgado
de832e435b fix: missing import
refactor: unify geth transaction between eth and erc20 tokens
2021-06-23 15:07:01 +01:00
Sérgio Salgado
8e099e3283 feat: change to generic ERC-20 ABI json file
fix: coinUtils rename import
2021-06-23 15:07:01 +01:00
Sérgio Salgado
dff407e30e fix: lamassu-coins import
fix: USDT wallet splash screen
2021-06-23 15:07:01 +01:00
Sérgio Salgado
c0fff41368 fix: wallet config path 2021-06-23 15:07:01 +01:00
Sérgio Salgado
bb8deda6e3 fix: rebase changes 2021-06-23 15:07:01 +01:00
Sérgio Salgado
1ad937527e fix: remove comment 2021-06-23 15:07:01 +01:00
Sérgio Salgado
b950519843 fix: remove test coin 2021-06-23 15:07:01 +01:00
Sérgio Salgado
dfca785ed0 feat: integration of erc-20 tokens 2021-06-23 15:07:01 +01:00
Sérgio Salgado
0b5da0b78f fix: l-c import 2021-06-23 15:07:01 +01:00
Sérgio Salgado
1dd16c2220 feat: base for USDT support 2021-06-23 15:07:01 +01:00
Sérgio Salgado
c94d043506 fix: massage coins from l-c 2021-06-23 15:07:01 +01:00
Sérgio Salgado
bb433164ab chore: redirect coin dependencies to l-c module 2021-06-23 15:07:01 +01:00
Sérgio Salgado
3423e2ddd0 chore: replace imports to point to lamassu-coins module 2021-06-23 15:07:01 +01:00
chaotixkilla
70495deb67 Convert UI timestamps according to timezone (#701)
* feat: timezone conversion

* feat: timezone conversion in dashboard graph

* fix: useEffect dependencies

* feat: add config migration

* fix: config migration

* fix: remove logs

* fix: formatDate working with timezone code

* fix: remove log

* fix: timezone offset
2021-06-22 15:46:09 +01:00
José Oliveira
26437f1e88 fix: add inverse icon and remove unused divs 2021-06-22 15:33:00 +01:00
José Oliveira
c4bf83ab9e refactor: remove syntactic sugar 2021-06-22 15:33:00 +01:00
José Oliveira
800b007fb1 fix: replace gql type Date to DateTime 2021-06-22 15:33:00 +01:00
José Oliveira
3aecef0ee3 refactor: function rename and promise handling 2021-06-22 15:33:00 +01:00
José Oliveira
accd6d3e15 refactor: replace if else with ternary operators 2021-06-22 15:33:00 +01:00
José Oliveira
92b6093a07 feat: downloadable tx summary and logs 2021-06-22 15:33:00 +01:00
Sérgio Salgado
bd9615c5ea fix: default prop values 2021-06-22 15:24:21 +01:00
Sérgio Salgado
fd802239f9 fix: formik checkbox missing settings prop 2021-06-22 15:24:21 +01:00
Sérgio Salgado
e9b17bdf43 fix: cashbox routing 2021-06-22 15:20:53 +01:00
Sérgio Salgado
8bce807220 feat: route to get notified of machine cashbox removal 2021-06-22 15:20:53 +01:00
Sérgio Salgado
7f35d34128 feat: send timezone information to machine 2021-06-20 15:56:18 +01:00
Sérgio Salgado
83648b9a31 fix: timezone offset 2021-06-20 15:56:18 +01:00
Sérgio Salgado
b3a14aa539 fix: remove log 2021-06-20 15:56:18 +01:00
Sérgio Salgado
78a4c9f267 fix: formatDate working with timezone code 2021-06-20 15:56:18 +01:00
Sérgio Salgado
0429563e42 fix: remove logs 2021-06-20 15:56:18 +01:00
Sérgio Salgado
f1af958056 fix: config migration 2021-06-20 15:56:18 +01:00
Sérgio Salgado
da0d25c040 feat: add config migration 2021-06-20 15:56:18 +01:00
Sérgio Salgado
cf6e5354ec fix: useEffect dependencies 2021-06-20 15:56:18 +01:00
Sérgio Salgado
b24c65e8bc feat: timezone conversion in dashboard graph 2021-06-20 15:56:18 +01:00
Sérgio Salgado
b2b4fedf42 feat: timezone conversion 2021-06-20 15:56:18 +01:00
csrapr
72dbeccb4b Fix: throws errors on pazuz-wallet newAddress 2021-06-20 15:54:55 +01:00
Sérgio Salgado
32321ae66b fix: logs downloader same day range 2021-06-20 15:54:18 +01:00
Sérgio Salgado
a56b9d8fd5 fix: remove machine name from props 2021-06-19 20:10:37 +01:00
Sérgio Salgado
14effb89bb feat: add redirect to profile on machine status page 2021-06-19 20:10:37 +01:00
Sérgio Salgado
8e9928e574 chore: upgrade bitgo version
chore: remove ed25519 direct dependency
2021-06-19 20:09:27 +01:00
Sérgio Salgado
a5667421ef fix: move timezone package from l-s to l-a-s 2021-05-27 16:12:56 +01:00