Remi van der Laan

Results 5 issues of Remi van der Laan

Added option for showing the resolution of the image on the thumbnail, closes #481 If the filename and resolution are too long together to fit, the filename is truncated. Hovering...

Updated most dependencies using `yarn upgrade --interactive --latest` Major upgrades: - React 17 -> 18 - Electron 18 -> 20 I skimmed the release notes and found no breaking changes...

Added an ImageLoader for PSD files based on [ag-psd ](https://github.com/Agamnentzar/ag-psd#readme) - It runs in a web worker so it shouldn't impact performance much, except maybe that reading the files still...

Started work on localization support: - Set up the [i18next](https://www.i18next.com/) framework to work in the renderer process of Electron with TypeScript support - This is a popular framework that has...

Log messages are not shown or stored anywhere in the released version. A library like this stores all messages in a log file: https://www.npmjs.com/package/electron-log

todo