Commit 39d0a24
Submodule bfx-report-ui updated 62 files
- package-lock.json+3-3
- package.json+1-1
- public/locales/en-US/translations.json+42-3
- src/components/AccountSummary/AccountSummary.fees.js+5-5
- src/components/AccountSummary/AccountSummary.js+1-1
- src/components/AccountSummary/AccountSummary.marginFunds.js+6-2
- src/components/AccountSummary/AccountSummary.volume.js+6-2
- src/components/Auth/SignIn/SignIn.js+5-1
- src/components/Auth/SignUp/SignUp.js+10-8
- src/components/ConcentrationRisk/ConcentrationRisk.js+4-1
- src/components/FundingCreditHistory/FundingCreditHistory.columns.js+6-5
- src/components/FundingLoanHistory/FundingLoanHistory.columns.js+6-5
- src/components/Ledgers/Ledgers.container.js+4
- src/components/Ledgers/Ledgers.js+45-11
- src/components/Ledgers/Ledgers.props.js+1
- src/components/Main/Main.js+2-2
- src/components/Preferences/Preferences.js+5
- src/components/PublicFunding/PublicFunding.columns.js+1-1
- src/components/PublicTrades/PublicTrades.columns.js+1-1
- src/components/Snapshots/TickersSnapshot/TickersSnapshot.js+1-1
- src/components/TaxReport/Result/Result.js+1
- src/components/Wallets/Wallets.data.js+11-1
- src/components/Wallets/var/index.js+1
- src/state/affiliatesEarnings/saga.js+2-1
- src/state/auth/Authenticator.js+10-4
- src/state/base/reducer.js-6
- src/state/filters/reducer.js+28-10
- src/state/filters/utils.js+5-2
- src/state/fundingPayment/saga.js+2-1
- src/state/ledgers/actions.js+12
- src/state/ledgers/constants.js+1
- src/state/ledgers/reducer.js+43-13
- src/state/ledgers/saga.js+5-2
- src/state/ledgers/selectors.js+2
- src/state/query/saga.js+9-5
- src/state/query/utils.js+2-2
- src/state/stakingPayments/saga.js+2-1
- src/state/timeRange/actions.js+10
- src/state/timeRange/constants.js+1
- src/state/timeRange/reducer.js+19
- src/state/timeRange/selectors.js+2
- src/state/utils.js+13
- src/ui/ColumnsFilter/ColumnSelector/ColumnSelector.columns.js+10-4
- src/ui/ColumnsFilter/ColumnSelector/ColumnSelector.js+9-7
- src/ui/ColumnsFilter/ColumnsFilter.js+61-10
- src/ui/ColumnsFilter/FilterTypeSelector/FilterTypeSelector.js+1
- src/ui/ColumnsFilter/Selectors/SideSelector.js+43
- src/ui/ColumnsFilter/_ColumnsFilter.scss+14-4
- src/ui/ColumnsFilter/var/defaultFilters.js+3-4
- src/ui/ColumnsSelect/ColumnsSelect.js+1-1
- src/ui/DataTable/DataTable.js+1-1
- src/ui/DataTable/_DataTable.scss+8-2
- src/ui/LedgersCategorySelect/LedgersCategorySelect.js+74
- src/ui/LedgersCategorySelect/index.js+3
- src/ui/Select/Select.props.js+2-2
- src/ui/TimeRangePreservePref/TimeRangePreservePref.container.js+18
- src/ui/TimeRangePreservePref/TimeRangePreservePref.js+21
- src/ui/TimeRangePreservePref/TimeRangePreservePref.props.js+8
- src/ui/TimeRangePreservePref/index.js+3
- src/ui/utils.js+64-3
- src/var/config.js+1-1
- src/var/ledgersCategories.js+7
Submodule bfx-reports-framework updated 16 files
- package.json+1-1
- worker.js-2
- workers/loc.api/sync/currency.converter/index.js+2-2
- workers/loc.api/sync/dao/dao.sqlite.js+18-4
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v14.js+73
- workers/loc.api/sync/dao/helpers/get-insertable-array-objects-filter.js+13-5
- workers/loc.api/sync/data.inserter/api.middleware/api.middleware.handler.after.js+6-1
- workers/loc.api/sync/data.inserter/api.middleware/helpers/get-category-from-description.js+225
- workers/loc.api/sync/data.inserter/api.middleware/helpers/get-flags-from-ledger-description.js+9
- workers/loc.api/sync/data.inserter/api.middleware/helpers/index.js+5-1
- workers/loc.api/sync/helpers/__test__/split-symbol-pairs.spec.js-106
- workers/loc.api/sync/helpers/index.js-2
- workers/loc.api/sync/helpers/split-symbol-pairs.js-22
- workers/loc.api/sync/positions.snapshot/index.js+3-1
- workers/loc.api/sync/schema/index.js+2-1
- workers/loc.api/sync/trades/index.js+3-1
| 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