DEV: Add `user-stream-item-above` and `bookmark-list-before-link` plugin outlets (#28151)

* DEV: Add `user-stream-item-above` and `bookmark-list-before-link` plugin outlets

* Lint
This commit is contained in:
carson chang 2024-07-30 20:43:51 -07:00 committed by GitHub
parent fa3f50efd0
commit 46b296527b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -81,6 +81,11 @@
</td>
{{/if}}
<td class="main-link topic-list-data">
<PluginOutlet
@name="bookmark-list-before-link"
@outletArgs={{hash bookmark=bookmark}}
/>
<span class="link-top-line">
<div class="bookmark-metadata">
{{#if bookmark.reminder_at}}

View File

@ -1,3 +1,5 @@
<PluginOutlet @name="user-stream-item-above" @outletArgs={{hash item=@item}} />
<div class="user-stream-item__header info">
<a
href={{this.userUrl}}