finos / FDC3-Sail

Open implementation of the FDC3 standard using Electron and an integrated App Directory.
Apache License 2.0
32 stars 21 forks source link

bumped to electron v20. #62

Closed nkolba closed 1 year ago

nkolba commented 1 year ago

Fixes for breaking changes to preload and some of the Vite configuration with electron upgrade. fixed some rendering issues in the view frame.

Had to inline some scripts in one of the preloads temporarily to work around some Vite build issues that will require more investigation. Since the preloads are about to get majorly refactored - this is a purely tactical fix to unblock the rest of the refactoring work.

nkolba commented 1 year ago

thanks @sebbenmbarek - I actually just reverted the commented line in the vite config - as it was an artifact from investigating build issues and unnecessary.