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
Reduced navigation panel width (by ~20%) and adjusted related elements sizing to have more useful space for the opened report itself. PR: bfx-report-ui#1049
Migrated from connected-react-router to redux-first-history due to the incompatibilities with the React 18+ new rendering behavior noted in some scenarios. PR: bfx-report-ui#1051
Fixed the initial window state on all OSs when maximized or in full-screen mode. PR: bfx-report-electron#612
Fixed routes redirection issues (legacy /withdrawals and /deposits --> /movements) noted after the recent router migration, fixed notification duplication possibility noted in some scenarios. PR: bfx-report-ui#1053
Security
Migrated the BFX deps to the new @bitfinex namespace, fixed dep vulnerabilities, removed deprecated better-npm-run, used cross-env with concurrently instead, and as a result improves npm scripts. PRs: bfx-report#468, bfx-reports-framework#502, bfx-report-electron#609
Updated UI dependencies to fix high vulnerabilities. PR: bfx-report-ui#1048