Skip to content

Feat: Added tooltips to avoid wrapping of text in member's table

Dhairya Majmudar requested to merge DhairyaMajmudar/gitlab:feat/members into master
  • Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA

What does this MR do and why?

Changes the layout of the members's table such that it avoids the wrapping of text. To achieve this purpose GlToolip is used along with relevant icons are also added with the text.

Closes: #436421

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_from_2024-04-22_01-29-05 Screenshot_from_2024-04-22_01-30-01

ScreenShots with tooltip open

User Created Activity Granted Last Activity
Screenshot_from_2024-04-22_01-29-48 Screenshot_from_2024-04-22_01-29-51 Screenshot_from_2024-04-22_01-29-55

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. navigate to member_activity.vue file and apply the changes as done in the MR
  2. Run the GDK and head up to members section changes will be visible there.
Edited by 🤖 GitLab Bot 🤖

Merge request reports