orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Notification indicators for Electron app

Open haadcode opened this issue 7 years ago • 1 comments

The Electron apps' dock icon should display a notification indicator when new messages or highlights appear and the app is unfocused.

These can be dig out from the UI's internal highlight and mentions system and passed via Electron's IPC to the app's main process. Electron itself has a built-in support and functionality to display the icon in the dock.

haadcode avatar Aug 04 '16 07:08 haadcode

On this note, native notifications for new messages would also be nice. I've used https://www.npmjs.com/package/node-notifier for this with great success

dignifiedquire avatar Aug 04 '16 08:08 dignifiedquire