Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Show a badge with a tally of mentions/highlight words in OS X app icon #15

Open
ryanfeeley opened this issue Dec 31, 2015 · 4 comments
Open

Comments

@ryanfeeley
Copy link

Would love to see this in OS X so that IRCCloud gets the same treatment as other messaging apps.

Badges keep a count of how many new items or notifications are waiting for you in an app. A badge with a number appears on the upper-right of an app's icon in the dock to indicate how many new items are waiting. For example, a badge attached to the App Store icon indicates how many updates for the software you’ve installed from the App Store are available to install. A badge on the Mail icon in the Dock tells you how many unread emails you have.

@dalinaum
Copy link
Owner

dalinaum commented Jan 5, 2016

Hello @ryanfeeley
I don't know Electron supports this. I will investigate this issue next week.

@ryanfeeley
Copy link
Author

Great! Currently working using Fluid, but that project does not appear to be maintained, so limited time only I suppose.

@grigarr
Copy link

grigarr commented Mar 2, 2016

https://github.com/atom/electron/blob/master/docs/tutorial/desktop-environment-integration.md#notifications-windows-linux-os-x

This looks like the documentation for configuring notifications. I may take a stab at PR for this feature.

@grigarr
Copy link

grigarr commented Mar 2, 2016

https://www.npmjs.com/package/electron-notification-shim may be helpful, it seems the html5 notification support in electron is somewhat limited. Combining the shim with https://www.npmjs.com/package/node-notifier should be a little more robust.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants