Sérgio Salgado
309d9ff95b
feat: store id card raw data
2021-02-02 19:03:40 +00:00
Sérgio Salgado
2c211aadd8
fix: success message
2021-02-02 17:31:10 +00:00
Sérgio Salgado
b80b729388
fix: show success message
2021-02-02 17:31:10 +00:00
Cesar
ae7eaca10c
Fix: make percentage chart work properly
...
Fix: code review
Fix: rework components according to PR requested changes
Fix: fix repeated code buildRatesNoCommission
Also renames id to deviceId in transactions quer
Fix: pr requested changes
Chore: move inline styles to classes
Chore: remove comment
Fix: bad equality !process.env.NODE_ENV === 'production'
2021-02-02 17:02:24 +00:00
Cesar
5572fb0eb1
Feat: make footer expand on hover
...
chore: rename status variable from showExpandBtn to canExpand
Chore: disable notific. card, redirect to dashboard on logo click
This commit also fixes eslint warnings about anonymous exports
On the header, the Dashboard link is removed, in favour of adding
a redirect on click on the Lamassu Admin text. "Machines" header
link is removed as well, and a machine profile can be accessed
through the dashboard -> System Status card
2021-02-02 17:02:24 +00:00
Cesar
00f176fccc
Feat: make percentage chart
...
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
2021-02-02 17:02:24 +00:00
Cesar
19cd086436
Feat: make dashboard and machine profile page
2021-02-02 17:02:24 +00:00
Rafael Taranto
d17ca43abb
Merge pull request #572 from lamassu/release-7.5.0
...
Release 7.5.0-beta.1
2021-01-25 14:33:48 +00:00
chaotixkilla
26c5c427bf
Reintroduce cashbox ( #535 )
...
* feat: reintroduce cashbox component
* feat: cashbox update on db
* feat: cashbox on notifications
* feat: cashbox on overrides
* fix: cashin notifications
* fix: styling
* feat: cashin bills added to cashbox
* refactor: comment unused code
* fix: new bills length on cashbox
* fix: remove unused code
* chore: remove temporary code
2021-01-18 20:23:46 +00:00
Sérgio Salgado
0d3eb2e392
fix: virtual cassette and denomination min value
2021-01-18 19:56:59 +00:00
Cesar
521363a296
Chore: remove lodash usage from BooleanPropertiesTable
2021-01-18 19:48:26 +00:00
Cesar
5e1c70b18b
Fix: make OperatorInfo receipts table reset values on cancel
2021-01-18 19:48:26 +00:00
Sérgio Salgado
f4caad2090
fix: remove unneeded else statement
2021-01-18 19:42:03 +00:00
Sérgio Salgado
1d2ca19c2d
fix: default error message
2021-01-18 19:42:03 +00:00
Sérgio Salgado
ac489266c6
fix: error message
2021-01-18 19:42:03 +00:00
Sérgio Salgado
9d4c4041dc
fix: coupon form, styling and server handling
2021-01-18 19:42:03 +00:00
Sérgio Salgado
5045821593
fix: review
2021-01-18 19:42:03 +00:00
Sérgio Salgado
772805269f
fix: query and function name
2021-01-18 19:42:03 +00:00
Sérgio Salgado
8f264e25b0
fix: style export
2021-01-18 19:42:03 +00:00
Sérgio Salgado
742913db36
fix: normalize SQL
2021-01-18 19:42:03 +00:00
Sérgio Salgado
e846f5a165
fix: sql and import
2021-01-18 19:42:03 +00:00
Sérgio Salgado
9291b7ebcb
fix: poller coupon status
2021-01-18 19:42:03 +00:00
Sérgio Salgado
7fe8799edc
feat: add loyalty panel screen and structure
...
feat: add coupons table
feat: add coupons to schema
fix: coupon schema
feat: coupon table
feat: add coupon top button
feat: add first coupon button
feat: delete coupon
feat: coupon modal
fix: clear discount on modal close
fix: modal input formatting
feat: add new coupons
fix: button positioning
fix: remove loyalty panel sidebar
fix: coupon screen matching specs
fix: coupon modal
feat: send coupon data to machine on poll
fix: available coupons bool
feat: coupon endpoint
feat: transaction discount migration
feat: post-discount rates
refactor: bills
feat: version string
fix: bill saving on db
feat: coupon soft-delete
fix: coupon soft delete
fix: bill receiving
feat: remove cryptoAtoms update during tx
fix: tx trading
fix: bills
feat: start trades rework
fix: remove code
fix: code review
2021-01-18 19:42:03 +00:00
Sérgio Salgado
64315cfd80
fix: remove law svg titles
2021-01-18 16:23:53 +00:00
Sérgio Salgado
8e521fcd52
feat: open prompt on window or tab close
2021-01-18 16:22:58 +00:00
Sérgio Salgado
7b26eab729
fix: remove console log
2021-01-18 15:31:20 +00:00
Sérgio Salgado
2b1fd83a99
feat: longer lifespan for filtered coins cache
2021-01-18 15:31:20 +00:00
Sérgio Salgado
9808a67945
feat: add coin filtering to cashout polling
2021-01-18 15:31:20 +00:00
Rafael Taranto
e843020215
Liordino feature/config migration review ( #552 )
...
* feat: changed old server ports so it can coexists with the new server
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
* feat: added ALL_COINS option to the commissions migration
fix: only compare arrays when both variables are arrays
fix: 'all coins' must be on a array to work
Signed-off-by: Liordino Neto <liordinoneto@gmail.com>
Co-authored-by: Liordino Neto <liordinoneto@gmail.com>
2021-01-18 15:22:51 +00:00
Rafael Taranto
79322948a3
Merge pull request #561 from RafaelTaranto/chore/builded-admin
...
chore: builded admin ui
2021-01-08 22:07:47 +00:00
Taranto
361a983e02
chore: builded admin ui
2021-01-08 22:06:01 +00:00
Rafael Taranto
6f0b758bac
Merge pull request #555 from naconner/carteiras
...
chore: update zcashd, geth
2021-01-08 22:00:36 +00:00
Rafael Taranto
c2bc6a248d
Merge pull request #549 from csrapr/fix/blacklist-bch-duplicate-bug
...
Fix: adds created_by_operator constraint for duplicate checking
2021-01-08 21:59:51 +00:00
Taranto
9ed3bc50e4
Merge remote-tracking branch 'upstream/release-7.5.0' into dev
2021-01-05 10:54:56 +00:00
naconner
16a6848717
chore: update zcashd, geth
2021-01-04 12:44:42 -05:00
Cesar
c686ecc2aa
Fix: adds created_by_operator constraint for duplicate checking
2020-12-30 17:58:21 +00:00
Liordino Neto
df8a1804a3
feat: changed old server ports so it can coexists with the new server
...
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>
2020-12-24 20:20:05 +00:00
Sérgio Salgado
368d528ee2
fix: pull up tx details
2020-12-24 20:17:07 +00:00
Sérgio Salgado
783e2cf9fc
fix: add tooltip hook
2020-12-24 20:17:07 +00:00
Sérgio Salgado
c1d781d488
feat: hoverable tooltip
2020-12-24 20:17:07 +00:00
Sérgio Salgado
6170624be0
feat: status message on hover
2020-12-24 20:17:07 +00:00
Jose Sousa
b72956f92f
fix: pr requested changes
2020-12-24 20:14:34 +00:00
Jose Sousa
5a6b995508
fix: problem after rebase
2020-12-24 20:14:34 +00:00
Jose Sousa
fbcfe36706
fix: removed input type from machine column
2020-12-24 20:14:34 +00:00
Jose Sousa
588b24fa6a
fix: moved removeCoinFromOverride and added select className prop
2020-12-24 20:14:34 +00:00
Jose Sousa
013955075a
chore: select refactor
2020-12-24 20:14:34 +00:00
Jose Sousa
772be35d06
fix: removed input from machine and coin and removed tableData composition from jsx
2020-12-24 20:14:34 +00:00
Jose Sousa
6b569a89c2
fix: moved button and label to TitleSection and added status icon
2020-12-24 20:14:34 +00:00
Jose Sousa
9d52b49083
feat: save new overrires from commissions list
2020-12-24 20:14:34 +00:00
Jose Sousa
e918a62994
feat: commissions list
2020-12-24 20:14:34 +00:00