-
Notifications
You must be signed in to change notification settings - Fork 40
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
Idea: progress spinner #55
Comments
I really like SVProgressHUD and I use the motion-blitz gem to provide a nice DSL for it. https://github.com/dblandin/motion-blitz |
motion-blitz looks good. I think we usually use JGProgressHUD and from memory @GantMan has a wrapper for it (?) |
I like it, but i can also see us creating a custom wrapper… maybe a rmq-addon that adds rmq.hud.show rmq.hud.hide, etc.
|
👍 for @markrickert 's idea. |
Imo we make our own wrapper around jgprogress and include it in redpotion. I'll start it if we agree on this path. I have experience with blitz and jgprogress |
@GantMan @markrickert I like the idea of a plugin. I currently alias |
JG Progress HUD was written to be more advanced than SV Progress HUD. BUT Motion::Blitz is awesome, so I say let JG Progress HUD die. |
We should decided on a progress gem, like JGProgressHUD or whatever, and make a nice wrapper around it in RedPotion. Especially the common stuff.
The text was updated successfully, but these errors were encountered: