From 34acc9fe54eace2274834c67c2c1c03c726bbc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Saquetim?= <1108771+megothss@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:38:06 -0300 Subject: [PATCH] DEV: Add outlets around the topic item and latest topic item poster (#30776) --- .../app/components/topic-list/item.gjs | 255 ++++++++++-------- .../topic-list/latest-topic-list-item.gjs | 17 +- 2 files changed, 147 insertions(+), 125 deletions(-) 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 d4982cfd4c6..0769f3c11a8 100644 --- a/app/assets/javascripts/discourse/app/components/topic-list/item.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-list/item.gjs @@ -220,131 +220,148 @@ export default class Item extends Component { @name="above-topic-list-item" @outletArgs={{hash topic=@topic}} /> - {{#if this.useMobileLayout}} -