mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
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:
@ -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" }]);
|
||||
|
Reference in New Issue
Block a user