Commit ff2f8bf
authored
File tree
- test/test-cases
- workers/loc.api
- data-validator/schemas
- sync
- data.consistency.checker
- summary.by.asset
- win.loss.vs.account.balance
- win.loss
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
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 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
822 | | - | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
823 | 830 | | |
824 | 831 | | |
825 | 832 | | |
| |||
866 | 873 | | |
867 | 874 | | |
868 | 875 | | |
869 | | - | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
870 | 884 | | |
871 | 885 | | |
872 | 886 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
| |||
0 commit comments