Skip to content

Wildcard: `<Alert />` migration

Administrator requested to merge tr/alert-migration into main

Created by: umpox

closes https://github.com/sourcegraph/sourcegraph/issues/27688 closes https://github.com/sourcegraph/sourcegraph/issues/27689

Description

Automated migration of the alert alert-* styles to the <Alert /> WIldcard component. Powered by this codemod: https://github.com/sourcegraph/codemod/pull/72. Will aim to clean up that PR and merge soon!

This PR:

  • Fully migrates usage of Bootstrap alert-* classes to the Wildcard <Alert /> component
  • Removes global Alert styles

Notes

Merge request reports

Loading