Skip to content

Commit

Permalink
Prepare release (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcisiozf authored Jul 14, 2022
1 parent c829df9 commit f42f188
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bfx-hf-ui-core
Submodule bfx-hf-ui-core updated 59 files
+2 −1 package.json
+1 −1 public/app_init.html
+2 −2 public/index.html
+14 −3 public/locales/en-US/translations.json
+0 −1 public/locales/es-EM/translations.json
+0 −1 public/locales/pt-BR/translations.json
+0 −1 public/locales/ru-RU/translations.json
+0 −1 public/locales/tr-TR/translations.json
+2 −3 public/locales/zh-CN/translations.json
+0 −1 public/locales/zh-TW/translations.json
+1 −1 public/manifest.json
+0 −4 src/components/APIKeysConfigurateForm/style.scss
+9 −10 src/components/AppUpdate/AppUpdate.js
+6 −0 src/components/AppUpdate/style.scss
+85 −61 src/components/BacktestOptionsPanel/BacktestOptionsPanel.js
+35 −0 src/components/BacktestOptionsPanel/BacktestResultsOptionsPanel.js
+37 −0 src/components/BacktestOptionsPanel/style.scss
+4 −2 src/components/Chart/Chart.js
+5 −3 src/components/Chart/useChartIframe.js
+30 −19 src/components/OrderForm/FieldComponents/input.date.js
+5 −0 src/components/OrderForm/style.scss
+1 −5 src/components/StrategiesListTable/StrategiesListTable.js
+2 −0 src/components/StrategyEditor/StrategyEditor.container.js
+5 −1 src/components/StrategyEditor/StrategyEditor.js
+10 −0 src/components/StrategyEditor/components/StrategiesGridLayout.constants.js
+1 −1 src/components/StrategyEditor/components/StrategiesGridLayout.js
+1 −1 src/components/StrategyEditor/style.scss
+44 −12 src/components/StrategyEditor/tabs/BacktestTab.js
+29 −7 src/components/StrategyEditor/tabs/StrategyTab/StrategyLiveTab.js
+32 −13 src/components/StrategyLiveChart/StrategyLiveChart.js
+17 −13 src/components/StrategyOptionsPanel/style.scss
+7 −1 src/components/TimeFrameDropdown/TimeFrameDropdown.js
+3 −1 src/constants/prop-types-shapes.js
+70 −24 src/modals/AppSettingsModal/AppSettingsModal.About.js
+0 −5 src/modals/AppSettingsModal/AppSettingsModal.ApiKeys.js
+0 −3 src/modals/AppSettingsModal/AppSettingsModal.Appearance.js
+79 −0 src/modals/AppSettingsModal/AppSettingsModal.Beta.js
+1 −86 src/modals/AppSettingsModal/AppSettingsModal.General.js
+0 −3 src/modals/AppSettingsModal/AppSettingsModal.TradingMode.js
+1 −0 src/modals/AppSettingsModal/AppSettingsModal.constants.js
+2 −0 src/modals/AppSettingsModal/AppSettingsModal.js
+14 −11 src/modals/AppSettingsModal/style.scss
+1 −1 src/pages/Authentication/AuthenticationConnectingForm.js
+1 −1 src/pages/Authentication/AuthenticationInitForm.js
+1 −1 src/pages/Authentication/AuthenticationUnlockForm.js
+2 −1 src/pages/Strategies/Strategies.js
+2 −10 src/redux/actions/ws.js
+0 −1 src/redux/constants/ws.js
+11 −13 src/redux/middleware/ga/index.js
+2 −2 src/redux/middleware/ws/on_message.js
+30 −28 src/redux/reducers/ws/execution.js
+19 −14 src/redux/sagas/ui/on_save_settings.js
+14 −5 src/redux/sagas/ui/worker_fetch_remote_version.js
+2 −8 src/redux/sagas/ws/worker_ping_reboot_app.js
+0 −6 src/redux/selectors/ui/get_settings.js
+1 −4 src/redux/selectors/ws/get_current_strategy_execution_state.js
+16 −0 src/redux/selectors/ws/get_current_strategy_positions.js
+0 −6 src/redux/selectors/ws/get_live_execution_results.js
+3 −2 src/redux/selectors/ws/index.js
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"bfx-hf-ext-plugin-bitfinex": "git+https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex.git#v1.0.11",
"bfx-hf-models": "git+https://github.com/bitfinexcom/bfx-hf-models.git#v4.0.0",
"bfx-hf-models-adapter-lowdb": "git+https://github.com/bitfinexcom/bfx-hf-models-adapter-lowdb.git#v1.0.5",
"bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v6.2.7",
"bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v6.3.0",
"bfx-hf-util": "github:bitfinexcom/bfx-hf-util#v1.0.12",
"concurrently": "^6.3.0",
"cross-env": "^7.0.2",
Expand Down

0 comments on commit f42f188

Please sign in to comment.