Since we'll be extracting the primary Admin UI pages for embedding elsewhere, we'll be tackling the Statements page first.
As part of this work we'll need to figure out how to extract individual components and ensure they do not rely on global CSS.
These components, including the Statements Page, will be isolated as display-only components in the Storybook instance for later extraction into the UI repository.
Following components have to be refactored to use CSS modules:
Since we'll be extracting the primary Admin UI pages for embedding elsewhere, we'll be tackling the Statements page first.
As part of this work we'll need to figure out how to extract individual components and ensure they do not rely on global CSS.
These components, including the Statements Page, will be isolated as display-only components in the Storybook instance for later extraction into the
UIrepository.Antdstyles. Make sure that imported ant components do not pollute global CSS.Following components have to be refactored to use CSS modules: