Skip to content

Group members Vue conversion - add leave button

What does this MR do?

Part of &4233 (closed) and #235603 (closed)

I am working on converting the group members page from HAML to Vue. This MR adds the leave group button that is visible to the current user if there is another owner in the group. To keep the MRs small the rest of the table/action buttons will be implemented in subsequent MRs

Currently this is behind the vue_group_members_list feature flag. To enable:

  1. bin/rails console
  2. Feature.enable(:vue_group_members_list)

Review app

https://gitlab-review-235603-con-iereq2.gitlab-review.app/groups/gitlab-instance-eca5c23d/-/group_members

Screenshots

Screen_Shot_2020-10-06_at_3.44.15_PM Screen_Shot_2020-10-06_at_3.37.12_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Hegman

Merge request reports