Upgrade to electron 2.0 + dependencies #137
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Siderus/Orion!137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/upgrade-el-2.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed?
package.json)app/lib/reportand divides the code forpreloadandnodesetuppopup()missing object due to electron 2.0.2Secondary/Right click on elements seems not to work anymore.
The popup menu API changed: https://github.com/electron/electron/issues/12915
Fixed now
This upgrade also changes the way Sentry is loaded: preload now changes compared to normal javascript files (outside window)
Ready for review: please test it a lot 😅
I've tested all the windows, it looks good! 👍

The only thing I found was something unrelated:
The number of peers never loads. I looked into the code and it seems that we race the promises. I will open a new issue for this.