4.23.0
github-actions
released this
22 Apr 04:25
·
262 commits
to master
since this release
[4.23.0] - 2024-04-17
Added
- Implemented
isStagingBfxApi
flag handling and showsStaging
prefix 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 Actions
setup-node
tov4
to prevent breaking changes in workflow. PRs: bfx-facs-db-better-sqlite#10, bfx-report#365, bfx-reports-framework#369 - Increased the inner
limit
for the BFX APItrades/{symbol}/hist
endpoint. It's useful for theTransaction Tax Report
in 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
auth
in 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
Reports
navigation menu representation. PR: bfx-report-ui#804
Fixed
- Fixed
action
prop passing for theWS
in case an error. PR: bfx-report-express#38