Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[4.28.0] - 2024-09-25
Added
Concentration Risk
pie chart to prevent overflow issues possibility spotted in some cases. PR: bfx-report-ui#859Last Sync time
handling and representation (approximately in hours) for theReports
. PR: bfx-report-ui#863Profits
section (port of theWin/Loss
chart with several predefined parameters) on the appSummary
page. Removed charts smoothness for better precision. PR: bfx-report-ui#864JSON
files usingi18next
lib for easier translation maintenance. PRs: bfx-report#402, bfx-reports-framework#417Changed
Fixed
Docker
/Terraform
deployment, fixedhtml-pdf
module usage under Docker container with using docker container based on theDebian
image to makehtml-pdf
module workable, fixed deprecation warnings. PR: bfx-reports-framework#415process.send()
when the app is on its way to being closed and the child process channel is closed but the worker still sends a message to the main one. PR: bfx-reports-framework#416Security
path-to-regexp
from1.8.0
to1.9.0
,express
from4.19.2
to4.21.0
. PR: bfx-report-ui#858