Skip to content

Commit

Permalink
Merge pull request #61 from ezewer/master
Browse files Browse the repository at this point in the history
V 3.1.0
  • Loading branch information
ezewer authored Sep 7, 2020
2 parents 39d0a24 + 4164c81 commit 1b8ecda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bfx-report-ui
Submodule bfx-report-ui updated 53 files
+14 −0 public/locales/en-US/translations.json
+2 −2 src/components/Auth/Auth.container.js
+19 −15 src/components/Auth/Auth.js
+1 −1 src/components/Auth/Auth.props.js
+20 −0 src/components/Auth/PasswordRecovery/PasswordRecovery.container.js
+239 −0 src/components/Auth/PasswordRecovery/PasswordRecovery.js
+16 −0 src/components/Auth/PasswordRecovery/PasswordRecovery.props.js
+3 −0 src/components/Auth/PasswordRecovery/index.js
+6 −3 src/components/Auth/SignIn/SignIn.container.js
+72 −24 src/components/Auth/SignIn/SignIn.js
+1 −0 src/components/Auth/SignIn/SignIn.props.js
+2 −1 src/components/Auth/SignUp/SignUp.js
+23 −0 src/components/Auth/_Auth.scss
+34 −0 src/components/Derivatives/Derivatives.columns.js
+10 −0 src/components/Main/Main.js
+13 −0 src/components/SubAccounts/CreateSubAccount/CreateSubAccount.container.js
+221 −0 src/components/SubAccounts/CreateSubAccount/CreateSubAccount.js
+15 −0 src/components/SubAccounts/CreateSubAccount/CreateSubAccount.props.js
+3 −0 src/components/SubAccounts/CreateSubAccount/index.js
+13 −0 src/components/SubAccounts/RemoveSubAccount/RemoveSubAccount.container.js
+31 −0 src/components/SubAccounts/RemoveSubAccount/RemoveSubAccount.js
+10 −0 src/components/SubAccounts/RemoveSubAccount/RemoveSubAccount.props.js
+3 −0 src/components/SubAccounts/RemoveSubAccount/index.js
+14 −0 src/components/SubAccounts/SubAccountLogin/SubAccountLogin.container.js
+39 −0 src/components/SubAccounts/SubAccountLogin/SubAccountLogin.js
+11 −0 src/components/SubAccounts/SubAccountLogin/SubAccountLogin.props.js
+3 −0 src/components/SubAccounts/SubAccountLogin/index.js
+15 −0 src/components/SubAccounts/SubAccounts.container.js
+49 −0 src/components/SubAccounts/SubAccounts.js
+16 −0 src/components/SubAccounts/SubAccounts.props.js
+72 −0 src/components/SubAccounts/_SubAccounts.scss
+3 −0 src/components/SubAccounts/index.js
+0 −3 src/index.js
+1 −0 src/state/auth/Authenticator.js
+22 −0 src/state/auth/actions.js
+2 −0 src/state/auth/constants.js
+28 −1 src/state/auth/reducer.js
+44 −0 src/state/auth/saga.js
+14 −2 src/state/auth/selectors.js
+4 −0 src/state/derivatives/reducer.js
+1 −0 src/state/query/constants.js
+7 −0 src/state/query/utils.js
+2 −0 src/state/sagas.js
+28 −0 src/state/subAccounts/actions.js
+5 −0 src/state/subAccounts/constants.js
+85 −0 src/state/subAccounts/saga.js
+18 −1 src/styles/index.scss
+2 −0 src/ui/ColumnsFilter/ColumnSelector/ColumnSelector.columns.js
+32 −0 src/ui/InputGroup/InputGroup.js
+14 −0 src/ui/InputGroup/InputGroup.props.js
+3 −0 src/ui/InputGroup/index.js
+2 −0 src/ui/NavMenu/NavMenu.js
+1 −0 src/ui/Select/_Select.scss
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-report-electron",
"version": "3.0.4",
"version": "3.1.0",
"repository": "https://github.com/bitfinexcom/bfx-report-electron",
"description": "Reporting tool",
"author": "bitfinex.com",
Expand Down

0 comments on commit 1b8ecda

Please sign in to comment.