Commit 22e5a8c
File tree
5 files changed
+28
-5
lines changed5 files changed
+28
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
10 | 33 | | |
11 | 34 | | |
12 | 35 | | |
| |||
Submodule bfx-report-ui updated 39 files
- bfx-report-express+1-1
- package-lock.json+2-2
- package.json+1-1
- public/locales/en/translations.json-4
- public/locales/es-EM/translations.json-4
- public/locales/pt-BR/translations.json-4
- public/locales/ru/translations.json-4
- public/locales/tr/translations.json-4
- public/locales/vi/translations.json-4
- public/locales/zh-CN/translations.json-4
- public/locales/zh-TW/translations.json-4
- src/components/ExtraInfoDialog/ExtraInfoDialog.columns.js+3-2
- src/components/Header/AccountMenu/AccountMenu.js+17-8
- src/components/Header/Export/Export.js+12-2
- src/components/Header/TopNavigation/TopNavigation.js+17-8
- src/components/Header/_Header.scss+4
- src/components/Invoices/Invoices.container.js-2
- src/components/Invoices/Invoices.js+1-6
- src/components/Main/Main.container.js+4-1
- src/components/Main/Main.js+4-1
- src/components/Snapshots/Snapshots.container.js+2-1
- src/components/Snapshots/Snapshots.js+9-2
- src/components/Snapshots/Snapshots.props.js+1
- src/state/auth/reducer.js+1
- src/state/auth/selectors.js+2
- src/state/invoices/actions.js-8
- src/state/invoices/constants.js-1
- src/state/invoices/reducer.js-6
- src/state/invoices/saga.js+5-15
- src/state/invoices/selectors.js-2
- src/state/query/utils.js+9
- src/ui/MultiSymbolSelector/MultiSymbolSelector.js+2-1
- src/ui/NavMenu/NavMenu.js+4-1
- src/ui/NoMerchant/NoMerchant.js-30
- src/ui/NoMerchant/_NoMerchant.scss-31
- src/ui/NoMerchant/index.js-1
- src/ui/PairSelector/PairSelector.js+2-1
- src/ui/SymbolSelector/SymbolSelector.js+2-1
- src/ui/_index.scss-1
Submodule bfx-reports-framework updated 61 files
- Dockerfile.worker+1-1
- bfx-report-ui+1-1
- package-lock.json+228-476
- package.json+1-1
- workers/loc.api/errors/index.js+15-1
- workers/loc.api/service.report.framework.js+4-4
- workers/loc.api/sync/currency.converter/index.js+25-16
- workers/loc.api/sync/dao/dao.better.sqlite.js+23-5
- workers/loc.api/sync/dao/helpers/find-in-coll-by/convert-data.js+4-3
- workers/loc.api/sync/dao/helpers/find-in-coll-by/get-args.js+1-1
- workers/loc.api/sync/dao/helpers/find-in-coll-by/get-filter-params.js+1-1
- workers/loc.api/sync/dao/helpers/find-in-coll-by/get-query.js+2-1
- workers/loc.api/sync/data.inserter/data.checker/index.js+47-37
- workers/loc.api/sync/data.inserter/helpers/filter-method-coll-map-by-list.js+15-5
- workers/loc.api/sync/data.inserter/index.js+54-41
- workers/loc.api/sync/data.inserter/sync.temp.tables.manager/index.js+6-1
- workers/loc.api/sync/data.inserter/sync.user.step.manager/index.js+10-11
- workers/loc.api/sync/movements/index.js+1-1
- workers/loc.api/sync/performing.loan/index.js+4-4
- workers/loc.api/sync/positions.snapshot/index.js+2-1
- workers/loc.api/sync/schema/helpers/index.js+14-23
- workers/loc.api/sync/schema/index.js+3-1
- workers/loc.api/sync/schema/models/model/base.model.js+1-1
- workers/loc.api/sync/schema/models/model/helpers/index.js-23
- workers/loc.api/sync/schema/models/model/index.js+1-1
- workers/loc.api/sync/schema/sync-schema/candles.js+13-23
- workers/loc.api/sync/schema/sync-schema/change-logs.js+9-17
- workers/loc.api/sync/schema/sync-schema/currencies.js+8-15
- workers/loc.api/sync/schema/sync-schema/funding-credit-history.js+10-17
- workers/loc.api/sync/schema/sync-schema/funding-loan-history.js+10-17
- workers/loc.api/sync/schema/sync-schema/funding-offer-history.js+10-17
- workers/loc.api/sync/schema/sync-schema/funding-trades.js+10-17
- workers/loc.api/sync/schema/sync-schema/futures.js+9-15
- workers/loc.api/sync/schema/sync-schema/inactive-currencies.js+9-15
- workers/loc.api/sync/schema/sync-schema/inactive-symbols.js+9-15
- workers/loc.api/sync/schema/sync-schema/index.js+9-4
- workers/loc.api/sync/schema/sync-schema/ledgers.js+10-17
- workers/loc.api/sync/schema/sync-schema/logins.js+9-17
- workers/loc.api/sync/schema/sync-schema/map-symbols.js+9-15
- workers/loc.api/sync/schema/sync-schema/margin-currency-list.js+9-15
- workers/loc.api/sync/schema/sync-schema/model/base.sync.schema.model.js+81
- workers/loc.api/sync/schema/sync-schema/model/helpers/index.js+31
- workers/loc.api/sync/schema/sync-schema/model/index.js+390
- workers/loc.api/sync/schema/sync-schema/model/supported.model.fields.js+23
- workers/loc.api/sync/schema/sync-schema/movements.js+10-17
- workers/loc.api/sync/schema/sync-schema/orders.js+10-17
- workers/loc.api/sync/schema/sync-schema/pay-invoice-list.js+10-17
- workers/loc.api/sync/schema/sync-schema/positions-history.js+11-18
- workers/loc.api/sync/schema/sync-schema/positions-snapshot.js+10-17
- workers/loc.api/sync/schema/sync-schema/public-trades.js+12-22
- workers/loc.api/sync/schema/sync-schema/status-messages.js+11-20
- workers/loc.api/sync/schema/sync-schema/symbols.js+9-15
- workers/loc.api/sync/schema/sync-schema/tickers-history.js+12-22
- workers/loc.api/sync/schema/sync-schema/trades.js+10-17
- workers/loc.api/sync/schema/sync-schema/wallets.js+12-17
- workers/loc.api/sync/summary.by.asset/index.js+2-1
- workers/loc.api/sync/sync.colls.manager/index.js+4-5
- workers/loc.api/sync/sync.queue/index.js+3-1
- workers/loc.api/sync/total.fees.report/index.js+4-4
- workers/loc.api/sync/trades/index.js+6-7
- workers/loc.api/sync/win.loss/index.js+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments