Commit 0f7b984
| 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 | + | |
10 | 27 | | |
11 | 28 | | |
12 | 29 | | |
| |||
Submodule bfx-report-ui updated 20 files
- package.json+1-1
- public/locales/en/translations.json+15-2
- src/components/Auth/InputKey/_InputKey.scss+1
- src/components/Auth/LoginApiKey/LoginApiKey.js+66
- src/components/Auth/LoginApiKey/index.js+1
- src/components/Auth/LoginPassword/LoginPassword.js+44
- src/components/Auth/LoginPassword/index.js+1
- src/components/Auth/ModeSwitcher/ModeSwitcher.js+32
- src/components/Auth/ModeSwitcher/index.js+1
- src/components/Auth/PasswordRecovery/PasswordRecovery.js+73-86
- src/components/Auth/RegisterSubAccounts/RegisterSubAccounts.js+14-9
- src/components/Auth/SignIn/SignIn.js+1-12
- src/components/Auth/SignUp/SignUp.js+46-72
- src/components/Auth/_Auth.scss+90-10
- src/components/SubAccounts/SubAccount/SubUsersList/_SubUsersList.scss+1-1
- src/icons/info-circle.svg+2-2
- src/icons/sign-in.svg+1-1
- src/state/auth/reducer.js+2-2
- src/state/ws/constants.js+1-1
- src/styles/themes/_dark.scss+1-1
Submodule bfx-reports-framework updated 10 files
- bfx-report-ui+1-1
- package.json+1-1
- test/4-sub-account.spec.js+80-1
- test/test-cases/api-sync-mode-sqlite-test-cases.js+2
- workers/loc.api/service.report.framework.js+6-3
- workers/loc.api/sync/authenticator/helpers/pick-session-props.js+1
- workers/loc.api/sync/authenticator/index.js+52-13
- workers/loc.api/sync/dao/db-migrations/sqlite-migrations/migration.v35.js+67
- workers/loc.api/sync/schema/models.js+2-1
- workers/loc.api/sync/sub.account/index.js+6-2
| 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