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 translation support to the manage-worker-messages module. Add translation support to the backup-db and migration-db modules. Fixed showing modal dialogs in sequence. PR: bfx-report-electron#456
Added translation support to the show-about-modal-dialog module. PR: bfx-report-electron#457
Changed
Optimized electron translation file data structure to prevent some common duplication and redundant nesting for easier support. PR: bfx-report-electron#468
Reworked and optimized the TimeRangePreservePref component in a more performant way and reduced redundant code. PR: bfx-report-ui#885
Extended data logging by showing public request params to simplify debugging BFX API issues. PR: bfx-report#414
Removed language schema param check and added en fallback language to prevent returning the translation key key.nestedKey.etc if a value is missing for a certain language and added the ability to try to take one from the default en translation file. PR: bfx-report#415
Fixed
Fixed docker desktop container user permissions breaks. Fixed chown: changing ownership of 'path-to-file': Operation not permitted when using it in dockerfile. PR: bfx-report-electron#460