bunqCommunity / bunqDesktop

The unofficial, free and open source desktop application for the bunq API
https://bunqdesk.top
MIT License
272 stars 53 forks source link

feat: add React + Redux dev tools #548

Closed firstred closed 4 years ago

firstred commented 4 years ago

Add React + Redux dev tools to Electron and replace the Redux logger to make debugging a lot easier.

Note that it currently does show an error message about not being able to create the extensions folder or locate the IDmap.json file. It's because v2.2.4 of the electron-devtools-installer has a problem with dynamic userData paths and is expected to be fixed with the next release. However, it does install the extensions just fine in the current userData path.

Crecket commented 4 years ago

Could you fix this conflict?

firstred commented 4 years ago

Sure thing!

firstred commented 4 years ago

Fixed!