ssbc / patchwork

A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
https://www.scuttlebutt.nz
GNU Affero General Public License v3.0
3.58k stars 335 forks source link

Electron bump #1419

Closed black-puppydog closed 3 years ago

black-puppydog commented 3 years ago

This is very much WIP, but maybe folks want to test it...?

This is still lacking the context menu and for some reason the completion boxes (in search bar and post textareas) are slow as hell. Apart from that it seems to work... 🙂

black-puppydog commented 3 years ago

Couldn't help myself and debugged a bit more. The idea right now is to use electron-context-menu to replace electron-spellchecker. It should actually make this quite easy to do. However, what I see is that when I right-click somewhere, the context menu only flickers in, then out immediately, so fast that all I can see is a white blip, and often not even that. The building handler for the menu is called though. The menu just emits a menu-will-close event right afterwards.