Commit 1b8ecda
Submodule bfx-report-ui updated 53 files
- public/locales/en-US/translations.json+14
- src/components/Auth/Auth.container.js+2-2
- src/components/Auth/Auth.js+19-15
- src/components/Auth/Auth.props.js+1-1
- src/components/Auth/PasswordRecovery/PasswordRecovery.container.js+20
- src/components/Auth/PasswordRecovery/PasswordRecovery.js+239
- src/components/Auth/PasswordRecovery/PasswordRecovery.props.js+16
- src/components/Auth/PasswordRecovery/index.js+3
- src/components/Auth/SignIn/SignIn.container.js+6-3
- src/components/Auth/SignIn/SignIn.js+72-24
- src/components/Auth/SignIn/SignIn.props.js+1
- src/components/Auth/SignUp/SignUp.js+2-1
- src/components/Auth/_Auth.scss+23
- src/components/Derivatives/Derivatives.columns.js+34
- src/components/Main/Main.js+10
- src/components/SubAccounts/CreateSubAccount/CreateSubAccount.container.js+13
- src/components/SubAccounts/CreateSubAccount/CreateSubAccount.js+221
- src/components/SubAccounts/CreateSubAccount/CreateSubAccount.props.js+15
- src/components/SubAccounts/CreateSubAccount/index.js+3
- src/components/SubAccounts/RemoveSubAccount/RemoveSubAccount.container.js+13
- src/components/SubAccounts/RemoveSubAccount/RemoveSubAccount.js+31
- src/components/SubAccounts/RemoveSubAccount/RemoveSubAccount.props.js+10
- src/components/SubAccounts/RemoveSubAccount/index.js+3
- src/components/SubAccounts/SubAccountLogin/SubAccountLogin.container.js+14
- src/components/SubAccounts/SubAccountLogin/SubAccountLogin.js+39
- src/components/SubAccounts/SubAccountLogin/SubAccountLogin.props.js+11
- src/components/SubAccounts/SubAccountLogin/index.js+3
- src/components/SubAccounts/SubAccounts.container.js+15
- src/components/SubAccounts/SubAccounts.js+49
- src/components/SubAccounts/SubAccounts.props.js+16
- src/components/SubAccounts/_SubAccounts.scss+72
- src/components/SubAccounts/index.js+3
- src/index.js-3
- src/state/auth/Authenticator.js+1
- src/state/auth/actions.js+22
- src/state/auth/constants.js+2
- src/state/auth/reducer.js+28-1
- src/state/auth/saga.js+44
- src/state/auth/selectors.js+14-2
- src/state/derivatives/reducer.js+4
- src/state/query/constants.js+1
- src/state/query/utils.js+7
- src/state/sagas.js+2
- src/state/subAccounts/actions.js+28
- src/state/subAccounts/constants.js+5
- src/state/subAccounts/saga.js+85
- src/styles/index.scss+18-1
- src/ui/ColumnsFilter/ColumnSelector/ColumnSelector.columns.js+2
- src/ui/InputGroup/InputGroup.js+32
- src/ui/InputGroup/InputGroup.props.js+14
- src/ui/InputGroup/index.js+3
- src/ui/NavMenu/NavMenu.js+2
- src/ui/Select/_Select.scss+1
Submodule bfx-reports-framework updated 8 files
- bfx-report-ui+1-1
- test/test-cases/api-sync-mode-sqlite-test-cases.js+8-1
- workers/loc.api/service.report.framework.js+11-1
- workers/loc.api/sync/authenticator/index.js+39-13
- workers/loc.api/sync/dao/dao.sqlite.js+37-7
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v15.js+54
- workers/loc.api/sync/data.inserter/hooks/recalc.sub.account.ledgers.balances.hook.js+19-11
- workers/loc.api/sync/schema/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