Skip to content

Commit

Permalink
Update sub-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Oct 17, 2023
1 parent e33bd0e commit 9eaa736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bfx-report-ui
Submodule bfx-report-ui updated 44 files
+8 −2 package-lock.json
+2 −1 package.json
+19 −0 public/locales/en/translations.json
+2 −2 src/components/AccountSummary/AccountSummary.js
+47 −0 src/components/AppSummary/AppSummary.container.js
+138 −0 src/components/AppSummary/AppSummary.fees.js
+149 −0 src/components/AppSummary/AppSummary.js
+41 −0 src/components/AppSummary/AppSummary.leo.js
+92 −0 src/components/AppSummary/AppSummary.value.js
+210 −0 src/components/AppSummary/_AppSummary.scss
+1 −0 src/components/AppSummary/index.js
+2 −2 src/components/Auth/LoginOtp/LoginOtp.js
+4 −4 src/components/Auth/RegisterSubAccounts/RegisterSubAccounts.js
+2 −2 src/components/Auth/SignIn/SignIn.js
+5 −5 src/components/Auth/SignInList/SignInList.helpers.js
+2 −1 src/components/Main/Main.js
+6 −6 src/components/SubAccounts/SubAccount/SubAccount.js
+2 −2 src/components/SubAccounts/SubAccount/utils/index.js
+2 −2 src/components/Wallets/Wallets.js
+1 −1 src/icons/_icons.scss
+1 −1 src/icons/affiliates.svg
+2 −0 src/icons/index.js
+82 −0 src/icons/leo.svg
+1 −0 src/state/accountBalance/reducer.js
+2 −0 src/state/accountBalance/selectors.js
+4 −5 src/state/auth/Authenticator.js
+2 −2 src/state/auth/saga.js
+2 −2 src/state/feesReport/saga.js
+2 −2 src/state/filters/selectors.js
+2 −2 src/state/filters/utils.js
+3 −3 src/state/routing/saga.js
+2 −2 src/state/sync/saga.js
+2 −2 src/state/weightedAverages/reducer.js
+5 −0 src/styles/index.scss
+1 −0 src/styles/themes/_dark.scss
+1 −0 src/styles/themes/_light.scss
+18 −13 src/ui/Charts/Chart/Chart.js
+4 −0 src/ui/Charts/Chart/Chart.props.js
+0 −4 src/ui/Charts/Chart/_Chart.scss
+30 −2 src/ui/Charts/Charts.helpers.js
+2 −2 src/ui/ColumnsFilter/ColumnsFilter.helpers.js
+2 −2 src/ui/SectionHeader/_SectionHeader.scss
+3 −0 src/ui/utils.js
+2 −3 src/utils/columns.js
2 changes: 1 addition & 1 deletion bfx-reports-framework

0 comments on commit 9eaa736

Please sign in to comment.