4.3.0
·
1332 commits
to master
since this release
[4.3.0] - 2023-03-01
Added
- Added
BFXauth token support to the backend of the framework mode. PRs: bfx-report#281, bfx-reports-framework#256 - Added ability to send
emitCsvGenerationCompletedToOneevent 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#257
Changed
- Restructures
Reportsmain navigation using navigationitem -> sub item -> tabsapproach. Reworks and unifies sub-sections switching flow for better reusability across various reports and cleans redundant duplicated logic. MovesLogins History,Sub AccountsandChange Logsreports to the account dropdown menu. PR: bfx-report-ui#612 - Reworks mobile navigation as a drawer according to the latest design updates. Implements dynamic chevrons for the navigation menus collapsible sections. Removes duplicated time frame selector from the header. Minor fixes and redundant code cleanup. PR: bfx-report-ui#613
- Reworks the main layout as cards according to the latest design updates. Actualizes navigation menu collapsible sections icons. Updates colors and various styling improvements. PR: bfx-report-ui#614