-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #434 from bitfinexcom/staging
Release bfx-report-ui sub-module to master
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bfx-report-ui
updated
24 files
+1 −1 | package.json | |
+2 −2 | public/index.html | |
+7 −8 | public/locales/en/translations.json | |
+141 −10 | public/locales/es-EM/translations.json | |
+141 −10 | public/locales/pt-BR/translations.json | |
+141 −10 | public/locales/ru/translations.json | |
+141 −10 | public/locales/tr/translations.json | |
+141 −10 | public/locales/vi/translations.json | |
+141 −10 | public/locales/zh-CN/translations.json | |
+141 −10 | public/locales/zh-TW/translations.json | |
+1 −1 | src/components/AppDownload/AppDownload.helpers.js | |
+7 −1 | src/components/Auth/_Auth.scss | |
+8 −3 | src/components/TaxReport/TaxReport.js | |
+17 −0 | src/components/TaxReport/TaxReport.note.js | |
+13 −0 | src/components/TaxReport/_TaxReport.scss | |
+1 −1 | src/config.js | |
+4 −0 | src/state/auth/Authenticator.js | |
+4 −0 | src/state/auth/reducer.js | |
+3 −1 | src/state/auth/saga.js | |
+1 −1 | src/state/base/saga.js | |
+5 −0 | src/styles/index.scss | |
+4 −2 | src/ui/RefreshButton/RefreshButton.js | |
+7 −7 | src/ui/TokenTTLSelector/TokenTTLSelector.js | |
+20 −6 | src/var/electronVersion.js |