From 572a9d9c5f73f6d6e0188228701affb9332e4efb Mon Sep 17 00:00:00 2001 From: orbit-docs Date: Sat, 4 Jul 2026 01:50:26 +0000 Subject: [PATCH] docs: add the footer_item UI slot to the plugin reference --- docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins.md b/docs/plugins.md index b12b623..e610481 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -104,6 +104,7 @@ instead. See **[Compiled plugins](https://orbit.tchatou.fr/docs/compiled-plugins | `composer_button` | a button in the message composer toolbar | | `topbar_item` | an item in the channel topbar action row (next to search / notifications) | | `sidebar_item` | an item in the conversation sidebar header (next to the compose button) | +| `footer_item` | a button in the app footer bar's actions (next to the away / settings buttons) — style it with the `appbar__act` class to match | | `settings_section` | a whole section in Settings (own nav entry + pane) — use `orbit.addSettingsSection()` | Two per-message hooks run for every rendered message: