4.23.0
·
514 commits
to master
since this release
[4.23.0] - 2024-04-17
Added
- Implemented
isStagingBfxApiflag handling and showsStagingprefix for the corresponding keys stored in the DB to improve the manual testing process convenience. PR: bfx-report-ui#800 - Implemented the possibility of manually adjusting columns width and persisting these between sessions. Added the ability to set the auto-calculated dynamic defaults via the context menu. Improved charts responsiveness. PR: bfx-report-ui#805
Changed
- Updated
GH Actionssetup-nodetov4to prevent breaking changes in workflow. PRs: bfx-facs-db-better-sqlite#10, bfx-report#365, bfx-reports-framework#369 - Increased the inner
limitfor the BFX APItrades/{symbol}/histendpoint. It's useful for theTransaction Tax Reportin case of currency conversion to USD to reduce the amount of calls and help users to go throughRate Limit. PR: bfx-report#363 - Speeded up
authin case token expiration to prevent redundant awaiting. PR: bfx-report#364 - Reverted tables responsiveness in the UI. PR: bfx-report-ui#801
- Reverted the option to revert table width as an always dynamic component. PR: bfx-report-ui#802
- Extended and improved click tracking all across the
Reports. PR: bfx-report-ui#803 - Enhanced
Reportsnavigation menu representation. PR: bfx-report-ui#804
Fixed
- Fixed
actionprop passing for theWSin case an error. PR: bfx-report-express#38