Skip to content

Add third party feature link to toggle

What does this MR do and why?

Adds subtext to Code Suggestions toggles. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/415103

Screenshots or screen recordings

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

Before After
user preferences Screenshot_2023-06-13_at_20.31.21 Screenshot_2023-06-13_at_20.35.48
group permissions Screenshot_2023-06-13_at_20.32.17 Screenshot_2023-06-13_at_20.28.16

How to set up and validate locally

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

How to set up and validate locally

bin/rails c

Feature.enable(:ai_assist_ui)
Feature.enable(:ai_assist_flag)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by James Rushford

Merge request reports