discourse/plugins
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
..
automation FIX: ensures tags/categories are present (#28230) 2024-08-05 22:26:12 +02:00
chat DEV: adds chat-drawer-before-content plugin outlet (#28284) 2024-08-08 22:46:55 +02:00
checklist UX: Show error when checkbox change fails (#27968) 2024-07-18 13:22:10 +01:00
discourse-details FIX: allow quote-less details BBCode 2024-06-24 14:16:36 +02:00
discourse-lazy-videos Update translations (#28115) 2024-07-29 15:16:40 +02:00
discourse-local-dates UX: remove whitespace from rendered localdate (#27952) 2024-07-17 09:48:28 -04:00
discourse-narrative-bot UX: Do not delete narrative bot PM when skipping user tips (#28265) 2024-08-08 12:12:01 -04:00
discourse-presence FEATURE: Add Uyghur language (#27183) 2024-05-27 09:58:18 +02:00
footnote Update translations (#28115) 2024-07-29 15:16:40 +02:00
poll FEATURE: Absolute Numbers in Poll (#28240) 2024-08-07 11:46:29 +02:00
spoiler-alert Update translations (#28115) 2024-07-29 15:16:40 +02:00
styleguide UX: move admin flag form to form-kit (#28187) 2024-08-05 11:01:25 +10:00