DEV: update arguments for before and after topic-lists

This commit is contained in:
Jeff Wong
2025-02-12 10:39:10 -08:00
parent 85344b4b07
commit 5eb20989a6

View File

@@ -213,12 +213,19 @@ export default class TopicList extends Component {
<PluginOutlet
@name="before-topic-list-body"
@outletArgs={{hash
columns=this.columns
topics=@topics
selected=this.selected
bulkSelectHelper=@bulkSelectHelper
bulkSelectEnabled=this.bulkSelectEnabled
lastVisitedTopic=this.lastVisitedTopic
discoveryList=@discoveryList
showTopicPostBadges=this.showTopicPostBadges
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
@name="after-topic-list-body"
@outletArgs={{hash
columns=this.columns
topics=@topics
selected=this.selected
bulkSelectHelper=@bulkSelectHelper
bulkSelectEnabled=this.bulkSelectEnabled
lastVisitedTopic=this.lastVisitedTopic
discoveryList=@discoveryList
showTopicPostBadges=this.showTopicPostBadges
hideCategory=@hideCategory
expandGloballyPinned=@expandGloballyPinned
expandAllPinned=@expandAllPinned
lastVisitedTopic=this.lastVisitedTopic
selected=this.selected
tagsForUser=@tagsForUser
focusLastVisitedTopic=@focusLastVisitedTopic
discoveryList=@discoveryList
}}
/>
</table>