mattermost/webapp/platform/components
M-ZubairAhmed ba4dc1a91c
Improved handling of onClicks for menu items (#23749)
mattermost.atlassian.net/browse/MM-52994
mattermost.atlassian.net/browse/MM-53007
mattermost.atlassian.net/browse/MM-51728
mattermost.atlassian.net/browse/MM-52758
mattermost.atlassian.net/browse/MM-53227
2023-06-22 22:43:41 +05:30
..
src Improved handling of onClicks for menu items (#23749) 2023-06-22 22:43:41 +05:30
babel.config.js MM-52213 webapp/platform/components : Add unit test framework (#23366) 2023-05-18 17:40:12 +05:30
jest.config.js MM-52213 webapp/platform/components : Add unit test framework (#23366) 2023-05-18 17:40:12 +05:30
package.json MM-52536 Webpack unification part 2 (#23557) 2023-06-12 11:50:34 -04:00
README.md Fix references from 'packages/*' to 'platform/*' in READMEs (#23498) 2023-06-02 15:35:58 +05:30
rollup.config.js Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
tsconfig.json Run type check for all web app packages in CI (#22578) 2023-03-23 10:10:52 -04:00

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