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
Added app download section available for the web users and corresponding logic where they can get the latest Reports App version for their OS. PR: bfx-report-ui#657
Implemented displaying accounts group name (if available) for multiple accounts instead of the primary account email on the main Sign In screen for better clearance to the users. Implemented the possibility of changing existing accounts groups names for multiple accounts. PR: bfx-report-ui#659
Changed
Increased getAccountSummary request timeout to 30s, the rest requests will use 20s timeout for the bfx-api-node-rest lib. PR: bfx-report#293
Added 3 retries instead of 2 when catching Rate Limit error to help users to go through sync in the electron app. PR: bfx-report#294
Implemented navigation via tabs between Balances and Movements reports in the Wallets sub-section. Expanded My Account and My History sections by default for better UX. Actualized several sub-sections naming. PR: bfx-report-ui#658
Fixed
Fixed issue with reloading UI page via the menu bar options. In the electron env need to trigger-electron-load event after running Force Reload and Reload menu commands with express api port. PR: bfx-report-electron#206