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 <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>