Design Refresh: Post-release checklist
Created by: umpox
After we have pushed the redesign out globally, we must ensure that we:
-
Replace styles.scss
files withstyles-redesign.scss
where suitable. -
https://github.com/sourcegraph/sourcegraph/issues/23718 -
Remove usage of isThemeRedesign
local storage key. -
Remove theme-redesign
class, redesign styles should be applied without needing this. #23794 -
Remove theme-classic
class and all styles associated with it. -
Remove redesign-d-none
class. -
Investigate removing or re-configuring Bootstrap imports, as we may have less of a dependency on them. -
Replace legacy semantic colors: https://github.com/sourcegraph/sourcegraph/issues/19973. -
Remove RedesignToggleDecorator
from Storybook. @umpox -
Remove RedesignToggleStorybook
from Storybook. @umpox -
Remove legacy border-radius-sm
andborder-radius-lg
from use https://github.com/sourcegraph/sourcegraph/issues/21106 -
Remove old MonacoEditor
themes and make the redesign themes the standard ones #21988 -
Remove StreamingSearchResultsFilterBars
,SearchResultsFilterBars
andSearchResultTypeTabs
components (requires #21529) #21898 -
Remove web-content.scss
file and all usages of.web-content
in code