Skip to content

Display entire list of users in User Lists page in feature flags

Previously titled: Implement show more capability in feature flag lists

Problem

The User Lists page under Feature flags doesn't show the full information for user lists, and the only way to see the full data is to access the page to edit the user list -- which not every user will have access to.

Expand

In !34294 (merged) we missed out on expanding ellipsed content. This has now been scoped of to its own issue.

image

See live example

Proposal

Implement show more capability in feature flag lists which shows all feature list data (which was previously ellipsed) upon click. The content will wrap.

Technical proposal

The rendering of the user lists is handled in app/assets/javascripts/user_lists/components/user_lists_table.vue

The desired functionality can be achieved by using (truncate-text)[https://gitlab-org.gitlab.io/gitlab-ui/?path=/docs/utilities-truncate-text--docs] component of GitLab-UI library.

Screenshot
image
Edited by Andrei Zubov