From 282989895194125e5bf5c33626cb0209b29c9100 Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Tue, 5 Sep 2023 15:51:37 -0700 Subject: [PATCH] Add plugin outlet for after-panel-body in user menu Similar to panel-body-bottom but shows up outside the div, and shows even during EmptyStateComponent is shown. --- .../discourse/app/components/user-menu/items-list.hbs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/components/user-menu/items-list.hbs b/app/assets/javascripts/discourse/app/components/user-menu/items-list.hbs index 050ac632093..1448e73942b 100644 --- a/app/assets/javascripts/discourse/app/components/user-menu/items-list.hbs +++ b/app/assets/javascripts/discourse/app/components/user-menu/items-list.hbs @@ -39,4 +39,8 @@ {{else}} {{component this.emptyStateComponent}} -{{/if}} \ No newline at end of file +{{/if}} + \ No newline at end of file