Commit e278dd4
authored
File tree
5 files changed
+18
-5
lines changed5 files changed
+18
-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 | + | |
10 | 23 | | |
11 | 24 | | |
12 | 25 | | |
| |||
Submodule bfx-report-ui updated 55 files
- package-lock.json+2-2
- package.json+1-1
- public/locales/en/translations.json-8
- public/locales/es-EM/translations.json-8
- public/locales/pt-BR/translations.json-8
- public/locales/ru/translations.json-8
- public/locales/tr/translations.json-8
- public/locales/vi/translations.json-8
- public/locales/zh-CN/translations.json-8
- public/locales/zh-TW/translations.json-8
- src/components/AccountBalance/AccountBalance.js+20-4
- src/components/AppSummary/AppSummary.byAsset.js+12-2
- src/components/AppSummary/AppSummary.profits.js+8-2
- src/components/AppSummary/AppSummary.value.js+12-2
- src/components/AverageWinLoss/AverageWinLoss.container.js+8-1
- src/components/ConcentrationRisk/ConcentrationRisk.container.js+8-1
- src/components/ConcentrationRisk/ConcentrationRisk.js+10-2
- src/components/FeesReport/FeesReport.container.js+8-1
- src/components/Invoices/Invoices.columns.js-186
- src/components/Invoices/Invoices.container.js-56
- src/components/Invoices/Invoices.js-194
- src/components/Invoices/index.js-1
- src/components/LoanReport/LoanReport.container.js+8-1
- src/components/Main/Main.js-2
- src/components/Snapshots/Snapshots.container.js+8-1
- src/components/Snapshots/Snapshots.js+8-2
- src/components/Snapshots/Snapshots.props.js+2
- src/components/TaxReport/TaxReport.js+13-4
- src/components/TradedVolume/TradedVolume.container.js+8-1
- src/components/WeightedAverages/WeightedAverages.container.js+5-2
- src/state/filters/saga.js-6
- src/state/invoices/actions.js-98
- src/state/invoices/constants.js-10
- src/state/invoices/reducer.js-78
- src/state/invoices/saga.js-88
- src/state/invoices/selectors.js-16
- src/state/invoices/utils.js-69
- src/state/pagination/reducer.js-1
- src/state/query/constants.js-1
- src/state/query/saga.js-7
- src/state/query/utils.js+17-10
- src/state/reducers.js-2
- src/state/sagas.js-2
- src/state/sync/actions.js+8
- src/state/sync/constants.js+1
- src/state/sync/reducer.js+7
- src/state/sync/saga.js+8
- src/state/sync/selectors.js+2
- src/state/ui/saga.js+14
- src/state/utils.js+9-4
- src/ui/ColumnsFilter/ColumnSelector/ColumnSelector.columns.js-20
- src/ui/ColumnsFilter/var/defaultFilters.js-8
- src/ui/NavMenu/NavMenu.constants.js-1
- src/ui/NavMenu/NavMenu.helpers.js-6
- src/utils/columns.js-2
Submodule bfx-reports-framework updated 9 files
- bfx-report-ui+1-1
- package-lock.json+91-2
- package.json+2-1
- test/test-cases/additional-api-sync-mode-sqlite-test-cases.js+16-2
- workers/loc.api/data-validator/schemas/getSummaryByAssetReq.js+3
- workers/loc.api/sync/data.consistency.checker/checkers.js+4-1
- workers/loc.api/sync/summary.by.asset/index.js+233-20
- workers/loc.api/sync/win.loss.vs.account.balance/index.js+41-6
- workers/loc.api/sync/win.loss/index.js-3
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