docs: add the footer_item UI slot to the plugin reference

This commit is contained in:
orbit-docs 2026-07-04 01:50:26 +00:00
parent 0b8266b6e9
commit 572a9d9c5f
No known key found for this signature in database

View file

@ -104,6 +104,7 @@ instead. See **[Compiled plugins](https://orbit.tchatou.fr/docs/compiled-plugins
| `composer_button` | a button in the message composer toolbar | | `composer_button` | a button in the message composer toolbar |
| `topbar_item` | an item in the channel topbar action row (next to search / notifications) | | `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) | | `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()` | | `settings_section` | a whole section in Settings (own nav entry + pane) — use `orbit.addSettingsSection()` |
Two per-message hooks run for every rendered message: Two per-message hooks run for every rendered message: