Skip to content

web: codemod `web/global/GlobalDebug` `web/Layout` `web/user/settings/UserSettingsSidebar` `user/settings/emails/UserSettingsEmailsPage` components to CSS modules

Administrator requested to merge contractors/SG-26700 into main

Created by: gitstart-sourcegraph

Description

This PR results from the global-css-to-css-modules codemod application with some manual fixes, caused by the usage of global CSS classes tied to a React component in other parts of the codebase.

Refs

Success criteria

The stylesheets in the following directories are converted to CSS modules.

  • client/web/src/global/GlobalDebug.tsx
  • client/web/src/Layout.tsx
  • client/web/src/user/settings/UserSettingsSidebar.tsx
  • client/web/src/user/settings/emails/UserSettingsEmailsPage.tsx

Merge request reports

Loading