Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications #2

Open
Vadorequest opened this issue Mar 30, 2014 · 6 comments
Open

Notifications #2

Vadorequest opened this issue Mar 30, 2014 · 6 comments

Comments

@Vadorequest
Copy link

I'm just thinking that I didn't see any notification on the demo.

I used to use this plugin, based on bootstrap 3, that could be a good idea to use in devoops.

https://github.com/ifightcrime/bootstrap-growl

What do you think?

@nnmware
Copy link
Owner

nnmware commented Mar 30, 2014

On 31.03.2014 00:41, Vadorequest wrote:

I'm just thinking that I didn't see any notification on the demo.

I used to use this plugin, based on bootstrap 3, that could be a good
idea to use in devoops.

https://github.com/ifightcrime/bootstrap-growl

What do you think?

Hi.
Thanks for link.
Maybe we will use this in next version.

Best regards.

@Theadd
Copy link

Theadd commented Apr 24, 2014

Hello, I've used growl in a project using DevOOPS theme: http://theadd.github.io/TorrentzRSS/
To trigger a growl alert just "Add new rule" -> "Limit Results -> [+]", and within the new rule created above, just type some non numeric string and press "Apply query & rules!" button, you will see it on the top right.

To use it, I only had to write this: https://gist.github.com/Theadd/c8cb5d21c3e5934094fb
Usage:
var abox = new alertManager();
abox.warn('This is a warning.');

Thank you for your theme! It just looks awesome. (I referenced you below the sidebar since I removed your author meta tag)

@devoopsme
Copy link
Collaborator

Hi!
Your project looks very pretty!
If you do not mind- we will add your solution(alert manager) to our next version.

Thanks for your job!!!

@Theadd
Copy link

Theadd commented Apr 24, 2014

Thank you and of course I don't mind, it's an open source project =)
Also, I've been working with an adaptation of http://clu3.github.io/bootstro.js/
I'll let you know (maybe today) when done.

@devoopsme
Copy link
Collaborator

Ok :) We planning update theme on next week.

@vzr314
Copy link

vzr314 commented Oct 8, 2015

I would recommend You to utilize PNotify (http://sciactive.github.io/pnotify/) Here are some advantages:

  • Small code size but yet modular (additional modules can be included or excluded, depending on your needs)
  • They can be used as desktop notifications, I tested this personally. I am reporting they works well with chrome and nw.js (aka node-webkit) based apps with Devoops. If desktop notifications are blocked by your OS for some reason, they will be automatically displayed as regular notifications.
  • Ability to use callbacks, and catch events caused by user interactions no matter if You use desktop notification mode or regular.
  • Ability to use notifications formatting and css (css3 animations as well). Additional module can provide You with limitless animations capabilities.
  • Ability to use graphic icons in Dekstop notification mode
  • They works fantastic with latest Devoops no conflict found unlike some other I tried which have bugs due to some z-index collisions with some Devoops objects.

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

No branches or pull requests

5 participants