* [MM-61582] Ensure textbox changes size when the window is too small * [MM-61605] Fix clipping on menu modal in mobile view * [MM-61622] Make mobile view RHS scrollable * [MM-63029] Fix mobile view Browse Channels modal arrangement * [MM-63026] Make new channel body scrollable if needed, flex to full screen on mobile view * [MM-63059] Make Settings Modal properly responsive with flexbox for mobile view * Fix lint * [MM-64033] Fix mobile view for User Groups, another fix for Browse Channels * Fix notification modal * PR feedback --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Mattermost Components
The goal of this package is to be a place where components common to all products can be shared.
Currently a work in progress. Next steps involve implementing webpack module federation in the webapp and locking down how the development experience will work for the webapp multi product architecture.
Usage
Coming soon with multi product architecture.
Compilation
Building is done using rollup. This must be done so the webapp webpack will pick up the changes. (multi product development experience coming soon)
npm run build
or from the root of the webapp with
npm run build --workspace=platform/components