-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
While working on agent privilege change UI, I raised the question of reviewing the design of the agent actions menus. This concerns three different menus:
- the inline actions menu for each agent row in the agents list table
- the bulk actions menu when agents are selected in the table
- the actions menu in the agent details page
We agreed that these menus are getting quite long and difficult to read. Furthermore, there are inconsistencies between them and the order in which actions are presented should be reviewed. The suggestion is to redesign them using categories and group related actions together. The new design will also include minor changes such as icon or colour change.
These designs should be finalised with the help of UX and product.
Note: implementation wise, there might be scope for refactoring by reusing React components as there is quite a bit of repetition (notably between the table row actions menu and the agent details actions menu).


