You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[4.36.2] - 2025-07-16
Added
Implemented a class for the sync schema models to typify and unify model objects. PR: bfx-reports-framework#459
Changed
Reworked sync schema model usage to use the new model interface implemented in the previous PR #459. It speeded up the work by avoiding the usage of cloneDeep fn based on JSON.parse(JSON.stringify(obj)) for the models. PR: bfx-reports-framework#461
Improved the isUserMerchant checking flow and hides the Merchant History section(Invoices) for non-merchant users. Removed the outdated NonMerchant screen and related unused handlers. PR: bfx-report-ui#936
Disabled Snapshots refresh button during initial synchronization to prevent report generation errors. Added a corresponding notice to communicate this to the user. PR: bfx-report-ui#937
Improved currency and fees formatting in the Movements details modal. PR: bfx-report-ui#939
Fixed
Fixed symbols/pairs duplication. When sync data is moved from the temp tables to the main ones it's needed to remove previous data for the updatable collections such as symbols, etc to prevent deleted currencies from getting stuck. PR: bfx-reports-framework#463
Prevented duplication possibility for selectors items noted in some cases.PR: bfx-report-ui#940
Hidden the Export from the header and account menu for the Summary as we currently don't support exporting for this page. PR: bfx-report-ui#941