Sort quick action suggestions alphabetically
What does this MR do and why?
Sort the quick action suggestions seen before search in both markdown and rich text alphabetically, to make it easier for users to reason about and find what they need.
References
Screenshots or screen recordings
| Scenario | Before | After |
|---|---|---|
| Markdown, suggestions | ![]() |
![]() |
| Markdown, searching (no change) | ![]() |
![]() |
| Rich text, suggestions | ![]() |
![]() |
| Rich text, searching (no change) | ![]() |
![]() |
How to set up and validate locally
- Check out this branch
- Visit a work item or merge request and edit the description or add a new comment (contexts where quick actions can be used)
- using markdown, type
/on a new line in the editor - You will see alphabetically sorted suggestions
- type some search query
- you will see search results sorted by relevance (the same sort used on prod today)
- Repeat steps 3-6 using the rich text editor
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #481859 (closed)
Edited by Chad Lavimoniere







