Skip to content

Groups/projects list view - update actions dropdown styling

Proposal

Actions dropdown on group and project lists should look like this:

Groups Projects
image.png image.png

Implementation guide

  1. Switch to a more explicit implementation in app/assets/javascripts/vue_shared/components/list_actions/list_actions.vue#L43. Instead of using an items computed property we will define each supported action using GlDisclosureDropdownItem. Use GlDisclosureDropdownGroup to group actions according to above designs. This allows us to always have the same order and styling.
Edited by Shane Maglangit