Commit graph

2752 commits

Author SHA1 Message Date
Rafael Taranto
7c816668cf Merge pull request #870 from SiIky/feat/LREw24bI/add_device_id_to_machine_dashboard
feat: add device ID to machine dashboard
2021-11-11 18:25:44 +00:00
Rafael Taranto
181b7c1294 Merge pull request #904 from chaotixkilla/fix-add-multi-cassette-on-dashboard
Add multi cassette on dashboard
2021-11-11 18:23:56 +00:00
Rafael Taranto
2eabac693b Merge pull request #915 from josepfo/feat/taproot-readiness
feat: backport l-c script to install btcd v20 as default and then upd…
2021-11-11 18:23:25 +00:00
Rafael Taranto
e76b9be12f Merge pull request #878 from naconner/zcash-update2
fix: update zcashd
2021-11-11 18:22:40 +00:00
Rafael Taranto
c1c41a6fa6 Merge pull request #892 from naconner/blockchain-logs
fix: limit blockchain log backups
2021-11-11 18:22:09 +00:00
Rafael Taranto
23c4f59606 Merge pull request #876 from ubavic/fix/machine_unpair_breaks_server_ui
fix: machine unpair breaks the UI
2021-11-11 18:20:49 +00:00
Rafael Taranto
e20a181786 Merge pull request #896 from SiIky/chore/IUL9mV5V/pin_base-x-release
chore: pin base-x version
2021-11-11 18:20:33 +00:00
Rafael Taranto
df36d0e342 Merge pull request #894 from SiIky/chore/IUL9mV5V/pin_base-x
chore: pin base-x version
2021-11-11 18:20:25 +00:00
Rafael Taranto
2f47643c6b Merge pull request #906 from SiIky/fix/JyadZOrQ/fudge_factor
fix: fudge factor being ignored
2021-11-11 18:19:45 +00:00
Sérgio Salgado
307cb07129 feat: add analytics screen
feat: analytics header overview and legend
feat: data selectors
feat: graph axis and introductory stale data

feat: change graph tick labeling
feat: color formatting
feat: day and month separation in graph grid
refactor: move graph logic to its own file
chore: create dummy transaction factory
feat: make the analytics overview dynamic with data

feat: apply timezone to the analytics screen
fix: multiple bug fixes

fix: graph txs colors
fix: graph no data scenario

feat: remove placeholder icons
fix: used currencies on filtered data

fix: remove timezone object formatting

fix: forex rates on transaction data
fix: styles

fix: growth percentage margin

refactor: pull up variables
fix: clean up code

feat: add transparent areas for mouse event purposes

fix: replace DateTime with Date

fix: small fixes to graph area intervals

fix: graph rectangle location

fix: d3 onClick event in dot graph

chore: move graph popover component to components folder

feat: memo dot graph to avoid expensive rerendering
refactor: separate Graph component for future refactoring purposes

refactor: restructure Graph related components
fix: graph memoizing

feat: top machines stacked bar graph
refactor: further analytics refactor
fix: small fixes on top machines graph

fix: top machines stacked bar grapy y-axis scaling

fix: small fixes on the stacked bar graph
feat: add top machines header

fix: bar drawing
fix: transaction grouping per day of week
refactor: general code cleaning up
feat: mouseover events

fix: transaction filtering on cross-day hour intervals

fix: top machines graph edge case

fix: NaN instances on graph drawing

fix: tooltip date presentation
fix: rearrange files for easier understanding

fix: tooltip date interval

fix: multiple small fixes

fix: remove unnecessary arguments
fix: add second group of hoverable rectangles
2021-11-10 17:34:40 +00:00
André Sá
e9c4f09207 chore: improve notifications wording 2021-11-08 19:14:49 +00:00
André Sá
17f39d8ea2 fix: guard against falsy config 2021-11-05 13:06:41 +00:00
André Sá
ac6046d74a fix: change cassette color in machine details 2021-11-05 10:15:21 +00:00
André Sá
8240d4d8dc refactor: remove unnecessary variable 2021-11-05 10:14:35 +00:00
André Sá
cadb055454 Revert "Fix: overflow shorthand override warning"
This reverts commit aab46b28c8.
2021-11-04 18:38:51 +00:00
José Oliveira
21fae67c83 fix: pop-up locales flow 2021-11-04 18:38:23 +00:00
José Oliveira
ed0814ebc1 fix: fx rate value from coincap 2021-11-03 21:30:24 +00:00
José Oliveira
255c5e140c fix: remove dev leftovers 2021-11-03 12:10:45 +00:00
André Sá
00aabe1bbe chore: update speedtest URL and size 2021-11-03 09:35:35 +00:00
José Oliveira
adb9be23d6 feat: backport l-c script to install btcd v20 as default and then update to latest 2021-11-02 21:58:57 +00:00
Nikola Ubavic
d4ae1c3ff2 fix: set up labels for YUP default messages 2021-11-02 19:23:45 +01:00
José Oliveira
3af6d3a773 feat: coincap forex api fallback 2021-11-02 17:07:26 +00:00
Nikola Ubavic
4cd3fb8a3a fix: print only message for all catched errors 2021-11-02 12:38:41 +01:00
José Oliveira
16164f1c0e fix: prefixe path usage 2021-11-01 12:07:01 +00:00
José Oliveira
e224a75290 feat: compute main address PK 2021-11-01 12:07:01 +00:00
José Oliveira
f05058b587 fix: hd index usage 2021-11-01 12:07:01 +00:00
Neal
80510187a1 chore: use geth v1.10.11 2021-10-29 16:30:26 -04:00
André Sá
8d53e37ade fix: stop polling on unauthenticated error 2021-10-29 13:18:00 +01:00
André Sá
a3a069f335 chore: remove dead code 2021-10-29 12:52:46 +01:00
André Sá
0a0efd70ab fix: change color according to notification settings 2021-10-29 12:48:24 +01:00
Sérgio Salgado
c24e109fd5 fix: reenable eslint on file 2021-10-28 23:23:19 +01:00
José Oliveira
312347199a fix: replace getAllCryptoCurrencies function 2021-10-28 18:04:43 +01:00
Sérgio Salgado
e90b0e3557 fix: clean up code 2021-10-28 16:51:36 +01:00
Sérgio Salgado
2d439979ca fix: date formatting from 'hh' to 'HH' 2021-10-27 18:41:36 +01:00
Nikola Ubavic
5b3c71822e fix: use Promise.all instead await 2021-10-27 19:05:53 +02:00
André Sá
63a5e83390 fix: fudge factor being ignored 2021-10-27 18:03:29 +01:00
Nikola Ubavic
f740942f42 fix: log only a msg in case of insufficient funds 2021-10-27 18:41:05 +02:00
Sérgio Salgado
18ab230951 feat: add multicassette support on the dashboard 2021-10-27 17:26:20 +01:00
Sérgio Salgado
20a3c40c48 feat: added multicassette to notifications override 2021-10-27 15:32:19 +01:00
Sérgio Salgado
59de9e268e fix: clean up code 2021-10-26 20:31:32 +01:00
Rafael Taranto
2e1564c23c Merge pull request #902 from chaotixkilla/fix-machine-pairing-on-non-tejos
Fix machine pairing on older machine versions
2021-10-26 18:00:21 +01:00
Sérgio Salgado
2c68323f66 feat: add dev .env file
fix: add selector for prod envs and default to prod value
2021-10-26 16:24:50 +01:00
Sérgio Salgado
b89f11adeb fix: add default number of cassette server side to avoid pairing issues on older machine versions 2021-10-26 15:18:36 +01:00
André Sá
8453a6ae85 chore: fix typos 2021-10-26 14:47:19 +01:00
André Sá
9bb2f951b3 feat: update transaction details on cancel 2021-10-26 13:27:20 +01:00
André Sá
5aa920e79d chore: pin base-x version 2021-10-25 13:21:27 +01:00
Nikola Ubavić
6012c33f81 Suggestion accepted
Co-authored-by: chaotixkilla <chaotixkilla@users.noreply.github.com>
2021-10-25 11:02:49 +02:00
Rafael Taranto
f32d02a808 Merge pull request #900 from chaotixkilla/feat-change-number-of-cassettes-script
Add lamassu-update-cassettes script
2021-10-22 17:11:42 +01:00
Sérgio Salgado
1f52549cd9 feat: add update-cassettes script 2021-10-22 15:00:54 +01:00
Rafael Taranto
d043fa82cd Merge pull request #899 from RafaelTaranto/chore/7.5.4-release
chore: release bump and builded react
2021-10-22 14:12:52 +01:00