mirror of https://github.com/linkerd/linkerd2.git
Switch the dashboard's component library from antd to material-ui. There are extensive changes to most of the frontend components in the app. This branch changes all uses of antd components to their closest equivalent in material. There is still a lot of polish that needs to go into the look of individual components, but since the major component rewrites are done, I think get this work in so that further work can be done in smaller branches. Changes in this branch: - add Material-UI 3.2.2 to the project - replace all uses of antd with material-ui components - remove antd from the project - slight modifications of eslint rules - restructuring of app components to be rendered under the Navigation component - deleted most of our css (replaced with material's inline styles) - pinned package versions in package.json (mostly removing ^) |
||
---|---|---|
.. | ||
__mocks__ | ||
css | ||
img | ||
js | ||
test | ||
.babelrc | ||
.eslintrc | ||
package.json | ||
postcss.config.js | ||
webpack.config.js | ||
yarn.lock |