Commit 74bf585
| 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 | + | |
| 33 | + | |
| 34 | + | |
10 | 35 | | |
11 | 36 | | |
12 | 37 | | |
| |||
Submodule bfx-report-ui updated 27 files
- package-lock.json+64-100
- package.json+7-5
- src/App.js+4-4
- src/components/AppDownload/_AppDownload.scss+16-13
- src/components/AppUpdateToast/AppUpdateToast.js+67
- src/components/AppUpdateToast/AppUpdateToast.spinner.js+32
- src/components/AppUpdateToast/_AppUpdateToast.scss+90
- src/components/AppUpdateToast/index.js+1
- src/components/Header/Header.js+3-1
- src/components/Header/_Header.scss+8-8
- src/components/Status/Status.js+9
- src/icons/index.js+2
- src/icons/question-circle.svg+3
- src/index.js+3-3
- src/state/createdHistory.js+12-1
- src/state/electronAutoUpdateToast/actions.js+34
- src/state/electronAutoUpdateToast/constants.js+6
- src/state/electronAutoUpdateToast/reducer.js+28
- src/state/electronAutoUpdateToast/saga.js+85
- src/state/electronAutoUpdateToast/selectors.js+1
- src/state/reducers.js+4-3
- src/state/routing/saga.js+19-15
- src/state/sagas.js+2
- src/state/store.js+4-4
- src/styles/index.scss+1
- src/ui/NavMenu/_NavMenu.scss+40-21
- src/utils/handleElectronLoad.js+19
Submodule bfx-reports-framework updated 94 files
- .github/workflows/ci.yml+1-1
- bfx-report-ui+1-1
- package-lock.json+744-426
- package.json+25-70
- test/1-api-sync-mode-sqlite.spec.js+4-4
- test/2-additional-api-sync-mode-sqlite.spec.js+4-4
- test/3-api-filter-sync-mode-sqlite.spec.js+4-4
- test/4-sub-account.spec.js+3-3
- test/5-recover-password.spec.js+3-3
- test/6-update-sub-account.spec.js+3-3
- test/7-interrupt-operations.spec.js+3-3
- test/helpers/helpers.boot.js+1-1
- test/helpers/helpers.core.js+1-1
- test/helpers/helpers.mock-rest-v2.js+1-1
- test/helpers/helpers.worker.js+1-1
- test/helpers/mock-data.js+1-1
- test/test-cases/additional-api-sync-mode-sqlite-test-cases.js+2-2
- test/test-cases/api-sync-mode-sqlite-test-cases.js+2-2
- worker.js+1-1
- workers/api.framework.report.wrk.js+5-5
- workers/loc.api/bfx.api.router/index.js+2-2
- workers/loc.api/data-validator/schema.ids.js+1-1
- workers/loc.api/data-validator/schemas/index.js+1-1
- workers/loc.api/di/app.deps.js+3-3
- workers/loc.api/di/factories/interrupter-factory.js+1-1
- workers/loc.api/di/types.js+1-1
- workers/loc.api/di/utils/decorate-injectable.js+1-1
- workers/loc.api/errors/index.js+2-2
- workers/loc.api/generate-report-file/csv-writer/full-snapshot-report-csv-writer.js+3-3
- workers/loc.api/generate-report-file/csv-writer/full-tax-report-csv-writer.js+3-3
- workers/loc.api/generate-report-file/csv-writer/transaction-tax-report-csv-writer.js+4-4
- workers/loc.api/generate-report-file/pdf-writer/index.js+3-3
- workers/loc.api/generate-report-file/pdf-writer/templates/full-snapshot-report.pug+1-1
- workers/loc.api/generate-report-file/pdf-writer/templates/full-tax-report.pug+1-1
- workers/loc.api/generate-report-file/pdf-writer/templates/transaction-tax-report.pug+1-1
- workers/loc.api/generate-report-file/report.file.job.data.js+3-3
- workers/loc.api/helpers/api-errors-testers.js+1-1
- workers/loc.api/helpers/utils.js+2-2
- workers/loc.api/http.request/helpers.js+1-1
- workers/loc.api/responder/index.js+1-1
- workers/loc.api/service.report.framework.js+3-3
- workers/loc.api/service.report.js+1-1
- workers/loc.api/sync/authenticator/helpers/pick-props.js+1-1
- workers/loc.api/sync/authenticator/index.js+4-4
- workers/loc.api/sync/balance.history/index.js+1-1
- workers/loc.api/sync/colls.accessors/public.colls.conf.accessors.js+3-3
- workers/loc.api/sync/crypto/index.js+1-1
- workers/loc.api/sync/currency.converter/index.js+2-2
- workers/loc.api/sync/dao/dao.better.sqlite.js+3-3
- workers/loc.api/sync/dao/dao.js+1-1
- workers/loc.api/sync/dao/db-migrations/migration.js+1-1
- workers/loc.api/sync/dao/helpers/filter-model-name-map.js+1-1
- 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/prepare-db-response.js+1-1
- workers/loc.api/sync/dao/helpers/get-order-query.js+1-1
- workers/loc.api/sync/dao/helpers/get-where-query.js+2-2
- workers/loc.api/sync/dao/helpers/utils.js+1-1
- workers/loc.api/sync/dao/sqlite-worker/db-worker-actions/index.js+1-1
- workers/loc.api/sync/dao/sqlite-worker/index.js+1-1
- workers/loc.api/sync/data.inserter/api.middleware/index.js+1-1
- workers/loc.api/sync/data.inserter/data.checker/index.js+1-1
- workers/loc.api/sync/data.inserter/helpers/search-close-price-and-sum-amount.js+1-1
- workers/loc.api/sync/data.inserter/helpers/utils.js+1-1
- workers/loc.api/sync/data.inserter/hooks/data.inserter.hook.js+1-1
- workers/loc.api/sync/data.inserter/hooks/recalc.sub.account.ledgers.balances.hook.js+1-1
- workers/loc.api/sync/data.inserter/index.js+2-2
- workers/loc.api/sync/data.inserter/sync.user.step.manager/index.js+2-2
- workers/loc.api/sync/helpers/calc-grouped-data.js+1-1
- workers/loc.api/sync/helpers/is-forex-symb.js+1-1
- workers/loc.api/sync/movements/index.js+1-1
- workers/loc.api/sync/positions.snapshot/index.js+1-1
- workers/loc.api/sync/progress/index.js+1-1
- workers/loc.api/sync/schema/helpers/index.js+16-1
- workers/loc.api/sync/schema/models/model/base.model.js+1-1
- workers/loc.api/sync/schema/models/model/index.js+7-8
- workers/loc.api/sync/schema/sync-schema/model/base.sync.schema.model.js+1-1
- workers/loc.api/sync/schema/sync-schema/model/helpers/index.js+4-2
- workers/loc.api/sync/schema/sync-schema/model/index.js+4-5
- workers/loc.api/sync/sub.account.api.data/index.js+3-3
- workers/loc.api/sync/sub.account/index.js+1-1
- workers/loc.api/sync/summary.by.asset/index.js+1-1
- workers/loc.api/sync/sync.colls.manager/index.js+1-1
- workers/loc.api/sync/sync.interrupter/index.js+2-2
- workers/loc.api/sync/sync.queue/index.js+1-1
- workers/loc.api/sync/total.fees.report/index.js+1-1
- workers/loc.api/sync/trades/index.js+1-1
- workers/loc.api/sync/transaction.tax.report/helpers/__test__/helpers/get-mocked-trades.js+1-1
- workers/loc.api/sync/transaction.tax.report/helpers/look-up-trades.js+1-1
- workers/loc.api/sync/transaction.tax.report/helpers/remap-trades.js+1-1
- workers/loc.api/sync/transaction.tax.report/index.js+1-1
- workers/loc.api/sync/weighted.averages.report/index.js+1-1
- workers/loc.api/ws-transport/index.js+2-2
- workers/loc.api/ws-transport/ws.event.emitter.js+1-1
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