Erik Bryn
Erik Bryn
### Note: This issue is a WIP, it will be updated over time I wanted to start collecting my thoughts and gather feedback from the community for ember-component-css 1.0. Here...
We should have an option that allows the addon to dynamically require/load the CSS the first time a component is instantiated and potentially also unload it after every instance of...
When we're installed inside of an app, we should add a `styles.css` file into pod directories when the standard `ember generate component` blueprint is used with either `--pod` or if...
I think this was introduced in https://github.com/ebryn/bugzilla-ember/commit/ad36a7aa7ca3ff141f04322a888e7a4160a4f997 cc @edwardoriordan
From @andreasgal: "I think you should show the first comment (description) and the last 10 comments by default. In the middle you can skip them and show an "expand" clickable...
Aliases aren't being displayed upon initial render, which is causing them to flash.
Right now refreshing the page causes the user credentials to be lost since we're currently only keeping them in memory. It'd probably be better to get a token from the...
right now i'm using the `ckeditor` bower package, which is minified in advance. not very friendly for debugging purposes. i'd like to look into how we can get their development...