* updated styles to include rounded corners and updated backgrounds/containers * updated snapshots * removed background from app bar top * removed top padding from lhs * updated name of container to better match the grid name in css * fixed lint issue with css * update snapshot * adjusted padding/margin * use radius variables * remove margin and border radius from plabooks for now * fixed tasklist * minor tweaks to menus * add global border variables and use in key places * fixed grid issues with login page and backstage * use border variable * adjust padding in global header * fixed type issues * tweaks to spacing * fixed margin issue on backstage * fixed padding on global header * minor tweaks to header and apps bar * removed background from apps bar * updates to header and app bar and team icon * updated more borders and radii to use variables * fixed style lint issue * adjust letter spacing on category labels * fix lint issue * fixed position of popover * address UX feedback
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