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.3.0] - 2023-03-01
Added
BFX
auth token support to the backend of the framework mode. PRs: bfx-report#281, bfx-reports-framework#256emitCsvGenerationCompletedToOne
event by the WS when CSV reports generation is finished in the background queue, only for the framework mode. In the UI we will show a spinner on the export btn and the corresponding popup at an appropriate time after finishing generation (in some cases it can take a lot of time). PRs: bfx-report#282, bfx-reports-framework#257Changed
Reports
main navigation using navigationitem -> sub item -> tabs
approach. Reworks and unifies sub-sections switching flow for better reusability across various reports and cleans redundant duplicated logic. MovesLogins History
,Sub Accounts
andChange Logs
reports to the account dropdown menu. PR: bfx-report-ui#612