* Modal UI Improvements * Updating modal header * Updating modals * Updating invite as a guest * Updating modals * Modal fixes * Updating modal footer DMs * Updating footer buttons next prev * Updating tests * Updating tests * Updating modal css * Updating modal * Updating UI * Updating modal snap * Updating modal issues * Updating modal * Updating modal scss * Updating modal changes * Updating sys console modal * Updating modal css * Updating modal issue * Removing css file * Updating test * Updating modal * Updating test spec
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