mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: update arguments for before and after topic-lists
This commit is contained in:
@@ -213,12 +213,19 @@ export default class TopicList extends Component {
|
|||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="before-topic-list-body"
|
@name="before-topic-list-body"
|
||||||
@outletArgs={{hash
|
@outletArgs={{hash
|
||||||
|
columns=this.columns
|
||||||
topics=@topics
|
topics=@topics
|
||||||
selected=this.selected
|
bulkSelectHelper=@bulkSelectHelper
|
||||||
bulkSelectEnabled=this.bulkSelectEnabled
|
bulkSelectEnabled=this.bulkSelectEnabled
|
||||||
lastVisitedTopic=this.lastVisitedTopic
|
showTopicPostBadges=this.showTopicPostBadges
|
||||||
discoveryList=@discoveryList
|
|
||||||
hideCategory=@hideCategory
|
hideCategory=@hideCategory
|
||||||
|
expandGloballyPinned=@expandGloballyPinned
|
||||||
|
expandAllPinned=@expandAllPinned
|
||||||
|
lastVisitedTopic=this.lastVisitedTopic
|
||||||
|
selected=this.selected
|
||||||
|
tagsForUser=@tagsForUser
|
||||||
|
focusLastVisitedTopic=@focusLastVisitedTopic
|
||||||
|
discoveryList=@discoveryList
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@@ -261,12 +268,19 @@ export default class TopicList extends Component {
|
|||||||
<PluginOutlet
|
<PluginOutlet
|
||||||
@name="after-topic-list-body"
|
@name="after-topic-list-body"
|
||||||
@outletArgs={{hash
|
@outletArgs={{hash
|
||||||
|
columns=this.columns
|
||||||
topics=@topics
|
topics=@topics
|
||||||
selected=this.selected
|
bulkSelectHelper=@bulkSelectHelper
|
||||||
bulkSelectEnabled=this.bulkSelectEnabled
|
bulkSelectEnabled=this.bulkSelectEnabled
|
||||||
lastVisitedTopic=this.lastVisitedTopic
|
showTopicPostBadges=this.showTopicPostBadges
|
||||||
discoveryList=@discoveryList
|
|
||||||
hideCategory=@hideCategory
|
hideCategory=@hideCategory
|
||||||
|
expandGloballyPinned=@expandGloballyPinned
|
||||||
|
expandAllPinned=@expandAllPinned
|
||||||
|
lastVisitedTopic=this.lastVisitedTopic
|
||||||
|
selected=this.selected
|
||||||
|
tagsForUser=@tagsForUser
|
||||||
|
focusLastVisitedTopic=@focusLastVisitedTopic
|
||||||
|
discoveryList=@discoveryList
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user