diff --git a/app/assets/javascripts/discourse/app/components/topic-list/activity-column.gjs b/app/assets/javascripts/discourse/app/components/topic-list/activity-column.gjs
index aa7ecf772c9..3f9875433b2 100644
--- a/app/assets/javascripts/discourse/app/components/topic-list/activity-column.gjs
+++ b/app/assets/javascripts/discourse/app/components/topic-list/activity-column.gjs
@@ -1,4 +1,5 @@
import Component from "@glimmer/component";
+import { hash } from "@ember/helper";
import { service } from "@ember/service";
import { htmlSafe } from "@ember/template";
import PluginOutlet from "discourse/components/plugin-outlet";
@@ -29,6 +30,7 @@ export default class ActivityColumn extends Component {
>{{! no whitespace
}}
{{~formatDate @topic.bumpedAt format="tiny" noTitle="true"~}}
diff --git a/app/assets/javascripts/discourse/app/components/topic-list/posts-count-column.gjs b/app/assets/javascripts/discourse/app/components/topic-list/posts-count-column.gjs
index 70fa158f208..699a072416d 100644
--- a/app/assets/javascripts/discourse/app/components/topic-list/posts-count-column.gjs
+++ b/app/assets/javascripts/discourse/app/components/topic-list/posts-count-column.gjs
@@ -1,4 +1,5 @@
import Component from "@glimmer/component";
+import { hash } from "@ember/helper";
import { service } from "@ember/service";
import PluginOutlet from "discourse/components/plugin-outlet";
import TopicEntrance from "discourse/components/topic-list/topic-entrance";
@@ -59,7 +60,10 @@ export default class PostsCountColumn extends Component {
@title={{this.title}}
@triggerClass="btn-link posts-map badge-posts {{this.likesHeat}}"
>
-
+
{{number @topic.replyCount noTitle="true"}}
diff --git a/app/assets/javascripts/discourse/app/components/topic-list/topic-list-item.gjs b/app/assets/javascripts/discourse/app/components/topic-list/topic-list-item.gjs
index 464f6a3a436..d4cdbf8e8d6 100644
--- a/app/assets/javascripts/discourse/app/components/topic-list/topic-list-item.gjs
+++ b/app/assets/javascripts/discourse/app/components/topic-list/topic-list-item.gjs
@@ -284,7 +284,7 @@ export default class TopicListItem extends Component {
@outletArgs={{hash topic=@topic}}
/>
{{#if this.site.desktopView}}
-
+ {{! TODO: column DAG "topic-list-before-columns" }}
{{#if @bulkSelectEnabled}}
@@ -301,11 +301,17 @@ export default class TopicListItem extends Component {
{{/if}}
|
-
+
{{~! no whitespace ~}}
-
+
{{~! no whitespace ~}}
{{~! no whitespace ~}}
@@ -319,7 +325,10 @@ export default class TopicListItem extends Component {
{{~topicFeaturedLink @topic}}
{{~/if~}}
-
+
{{~! no whitespace ~}}
{{#unless @hideCategory}}
{{#unless @topic.isPinnedUncategorized}}
-
+
{{categoryLink @topic.category}}
{{/unless}}
{{/unless}}
@@ -362,10 +374,16 @@ export default class TopicListItem extends Component {
{{/if}}
-
+
|
-
+
{{#if @showPosters}}
@@ -396,16 +414,19 @@ export default class TopicListItem extends Component {
{{/if}}
-
+
{{number @topic.views numberKey="views_long"}}
|
-
+ {{! TODO: column DAG "topic-list-after-columns" }}
{{else}}
-
+ {{! TODO: column DAG "topic-list-before-columns" }}
{{#if @bulkSelectEnabled}}
@@ -430,11 +451,17 @@ export default class TopicListItem extends Component {
|