FEATURE: uses select-box for topic-notifications-button component

- Introduces ComponentConnector to use a component inside a widget
- Use css to set size of components instead of properties
- Smarted positionning
- Style tweaks
This commit is contained in:
Joffrey JAFFEUX
2017-09-06 16:58:00 +02:00
committed by GitHub
parent b840170f8d
commit ccf5005feb
22 changed files with 472 additions and 303 deletions

View File

@ -222,7 +222,7 @@ componentTest('persists filter state when expandind/collapsing', {
});
componentTest('supports options to limit size', {
template: '{{select-box maxCollectionHeight=20 content=content}}',
template: '{{select-box collectionHeight=20 content=content}}',
beforeEach() {
this.set("content", [{ id: 1, text: "robin" }]);