discourse/plugins/chat/assets/javascripts
Joffrey JAFFEUX f87c2e7aa7
DEV: adds chat-drawer-before-content plugin outlet (#28284)
This outlet is rendered before the content of the drawer. The `currentRouteName` is accessible in `outletArgs`.

Example:

```gjs
export default class Test extends Component {
  <template>
    {{#if (eq @outletArgs.currentRouteName "chat.browse")}}
      the browse page
    {{/if}}
  </template>
}
```
2024-08-08 22:46:55 +02:00
..
discourse DEV: adds chat-drawer-before-content plugin outlet (#28284) 2024-08-08 22:46:55 +02:00
lib/discourse-markdown FIX: only allows kbd and not details 2024-04-11 00:13:58 +02:00
select-kit/addons/components FEATURE: Allow users to manually track threads without replying (#22100) 2023-06-16 12:08:26 +10:00