Add documentation on the Quick Access review actions.
Review Request #15069 — Created May 20, 2026 and submitted
This updates the Review Banner docs to discuss the Quick Access actions,
discussing how they work and what actions are available by default.Some bits of the Review Banner docs were updated while here to improve
navigation and anchoring.The action extension docs have also been updated to discuss how to
create custom actions for inclusion in the list, with an example of a
custom one.The screenshots on the page have also been updated to reflect both the
current color palette and the Quick Access UI.
Built the docs. Checked for any obvious errors.
Tested the screenshots on a standard and retina display.
| Summary | ID |
|---|---|
| b2f54e66608592c41776d0dfe16e8268665744e2 |
| Description | From | Last Updated |
|---|---|---|
|
description isn't actually a formal property of BaseAction. We probably should make it so, but at least for now we … |
|
|
|
We're using the same term in its own definition. In banner.rst you say "one-click access" which might be nice to … |
|
|
|
Quick Actions -> Quick Access actions |
|
|
|
Typo: Markkdown -> Markdown |
|
|
|
typo: and link -> and a link |
|
|
|
"Quick Access" should be capitalized here. |
|
|
|
Typo: pargraph -> paragraph |
|
|
|
Can we clarify in here that this description text is plain text that will be escaped before display? |
|
|
|
Shouldn't this reference review-banner-menu? |
|
|
|
This can be :py:attr:`~reviewboard.actions.base.BaseAction.description` now. |
|
|
|
Can we also add this? See :ref:`extension-actions-quick-access` about writing custom Quick Access actions. |
|
|
|
Can we clarify in here that this description text is plain text that will be escaped before display? |
|
|
|
Shouldn't this reference review-banner-menu? |
|
-
-
descriptionisn't actually a formal property ofBaseAction. We probably should make it so, but at least for now we should document that this only applies to actions rendered byDetailedMenuItemActionRenderer -
We're using the same term in its own definition. In banner.rst you say "one-click access" which might be nice to use here too.
-
-
-
-
- Change Summary:
-
- Fixed several typos.
- Improved wording in places.
- Added a formal
BaseAction.descriptionattribute, since this is used for multiple renderers.
- Commits:
-
Summary ID a1409f9aaf6c35545173a8afb11adba2bd82c08c 78da19872f70ab08a8b7c55d0b013c18a64395c0 - Diff:
-
Revision 2 (+392 -18)
Checks run (2 succeeded)
-
-
-
Can we clarify in here that this description text is plain text that will be escaped before display?
-
-
Can we also add this?
See :ref:`extension-actions-quick-access` about writing custom Quick Access actions. -
Can we clarify in here that this description text is plain text that will be escaped before display?
-
- Change Summary:
-
- Fixed and added references.
- Fixed a typo.
- Updated
descriptionparagraph docs to state that each string is plain text and will be escaped.
- Commits:
-
Summary ID 78da19872f70ab08a8b7c55d0b013c18a64395c0 b2f54e66608592c41776d0dfe16e8268665744e2 - Diff:
-
Revision 3 (+406 -18)