-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Feature/font awesome 5 #239
Conversation
Ping! Is this project dead? |
@basz I'd also like to know that. I'd be happy to maintain this with some enhancements. Maybe this is something that we can add to the ember-adopted addons project? I'm I use this in work projects and am currently maintaining two separate ways of dealing with this same problem and would like to not to do that. |
Guess that’s up to @ynnoj (ping) He seems active enough but probably doesn’t have the time currently to maintain this repo. |
@ynnoj This is a really great addon, but the issues are really piling up. I'd really like to help maintain this if you don't have enough bandwidth! |
@donaldwasserman Hey! Would love to get you involved with steering the project and working on some ideas I've had. How do we do this? |
This works for me! Just had to add: ENV['ember-cli-notifications'] = {
icons: 'fa-5',
}; to my config/environment file |
This does not work on 3.12+. Removing the |
Hey folks 👋 just an update on this PR, we have wanted to make this a dependency-free addon for quite a while so we have removed Font Awesome as a necessary dependency and included SVGs for the icons instead. You can take a look at the upcoming release here #251 (comment) I am really interested in knowing what you all think about this change |
attempt at #206