From 41bf8ddfd09bac54d6d672c1ff1e7c0bf8bc5585 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 16 Jan 2025 11:24:01 +0000 Subject: [PATCH] DEV: Add topic-list-after-category outlet (#30797) --- .../javascripts/discourse/app/components/topic-list/item.gjs | 4 ++++ .../discourse/app/components/topic-list/item/topic-cell.gjs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/assets/javascripts/discourse/app/components/topic-list/item.gjs b/app/assets/javascripts/discourse/app/components/topic-list/item.gjs index 0769f3c11a8..81dfc8c8585 100644 --- a/app/assets/javascripts/discourse/app/components/topic-list/item.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-list/item.gjs @@ -330,6 +330,10 @@ export default class Item extends Component { @outletArgs={{hash topic=@topic}} /> {{categoryLink @topic.category}} + {{/unless}} {{discourseTags @topic mode="list"}} diff --git a/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs b/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs index 140f389f886..4772f133503 100644 --- a/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-list/item/topic-cell.gjs @@ -98,6 +98,10 @@ export default class TopicCell extends Component { @outletArgs={{hash topic=@topic}} /> {{categoryLink @topic.category}} + {{/unless}} {{/unless}}