-
Notifications
You must be signed in to change notification settings - Fork 15
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
Consolidating efforts? #8
Comments
There is a lot of good work going on here! I'm totally up for merging both projects! |
Before I started, I remember looking to see if something was similar, and only saw the addon the was a wrapper around Materialize. I created this project more as a learning process for Ember and Angular. I was already a little over half way through porting before I discovered |
Hey @mike1o1 @miguelcobain @sgasser -- I'm trying to get an accurate gauge of the current state of these three projects. Can you tell if I'm missing anything, or have any incorrect descriptions?
|
+1 on @truenorth 's Q. |
+1 as well, great idea to map the three projects side by side |
Love that ember is getting some material design love. I'm just starting to learn Ember so maybe this feedback will help. I tried getting ember-paper going on a "bleeding edge" fresh install of ember, and I ran into some issues (submitted a PR for a 0.2.5 update). Then I tried ember-cli-materialize and it didn't work out of the box. This one however pretty much worked straight away. |
@razor-x Ember-cli and Ember itself are being actively developed. With each version, Ember gets a lot of deprecations (which help us move forward). |
@razor-x over the weekend I got ember-cli-materialize working with Ember |
Edit: This quote is no longer true. I'm now using ember-paper as implementation wise - it seems like a cleaner approach and more against using ember principles. |
@peec I agree. It's definitely the most functional. Some of the other projects are kind of far off from what I'd consider to be material design pattern. |
@joshuairl Which demos are not functional, specifically? Sidenav works really good for me. |
Hmm… one of them was Sidenav but it’s working now… not sure maybe was just a fluke in page load. Sorry!
|
None of them are that great on mobile browsers… but not sure if that was the intent to be mobile compatible.
|
@joshuairl File issues if you see something isn't working as supposed, mobile or desktop. @mike1o1 and me agreed to merge both projects. |
Which one will be the standard format? Just trying to decide soon on which to move on. You guys rock!
|
@joshuairl I'm pretty sure that changing I'd say use whatever suits you best for now. From my conversation with @mike1o1, ember-paper has probably a larger user base and will probably be the repository to hold everything. |
@miguelcobain you can always export components more than once from the addon tree to the app tree. This would probably be the gentlest approach on your users, because you could slowly deprecate your way to where you want to go, rather than asking them to make an abrupt transition. |
Of the three materially-similar ;) projects, as of this writing,
The Angular has just announced a version 2, which will not be backward compatible with the version 1 style sheets. If version 2 is supported by the ember community, it will be a large body of work to reproduce. I am wondering if there is some development talent from The Having a few extra developers helping out could get us one really great material design implementation. Any takers? |
👍 for unification. I think it's a waste of time to have three competing implementations, there should be a single Ember/Material Design toolkit that rivals Bootstrap in quality and breadth of use cases. Devs shouldn't have to choose. |
There's another ember-addon for material design at https://github.com/miguelcobain/ember-paper. @miguelcobain is leading that charge, do you think you would consider consolidating efforts or do you feel that maybe diversity is a good thing?
The text was updated successfully, but these errors were encountered: