Skip to content

Remove all references to btn-info

What does this MR do and why?

Removes btn-info from GitLab project

Please note there is a reference left to btn-info in the snapshot test: spec/frontend/custom_emoji/components/__snapshots__/list_spec.js.snap, the reason for this is because GlTabs is built on top of bootstrap tabs which adds the class name. There is a screenshot to this tab but it seems that relevant CSS is overridden anyway, no expected visual changes

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_2024-07-26_at_17.34.02 Screenshot_2024-07-26_at_17.33.16

How to set up and validate locally

  1. go to {gdk base}/groups/twitter/-/custom_emoji/new
  2. add new emoji with any url
  3. navigates to page with tabs Numbered steps to set up and validate the change are strongly suggested.

Search entire project for "btn-info" and ensure there are no remaining references (excluding archives or bootstrap files)

Related to #474649 (closed)

Edited by James Rushford

Merge request reports

Loading