Skip to content

Commit 35ab508

Browse files
authored
Updated mds to v0.1.0 (#2563)
- Removed icons from console - Replaced all icons & loaders in console with mds ones - Renamed caret icons - Removed unused icons - Replaced colored icons in object browser Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent e010308 commit 35ab508

File tree

476 files changed

+333
-13266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

476 files changed

+333
-13266
lines changed

portal-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"local-storage-fallback": "^4.1.1",
3131
"lodash": "^4.17.21",
3232
"luxon": "^3.2.1",
33-
"mds": "https://github.com/minio/mds.git#v0.0.9",
33+
"mds": "https://github.com/minio/mds.git#v0.1.0",
3434
"minio": "^7.0.32",
3535
"react": "^18.1.0",
3636
"react-chartjs-2": "^2.9.0",

portal-ui/src/common/BackLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { Link } from "react-router-dom";
1919
import { Theme } from "@mui/material/styles";
2020
import createStyles from "@mui/styles/createStyles";
2121
import withStyles from "@mui/styles/withStyles";
22-
import { BackSettingsIcon } from "../icons";
22+
import { BackSettingsIcon } from "mds";
2323
import { Box } from "@mui/material";
2424

2525
const styles = (theme: Theme) =>

portal-ui/src/common/LoadingComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import React from "react";
1818
import { Grid } from "@mui/material";
19-
import Loader from "../screens/Console/Common/Loader/Loader";
19+
import { Loader } from "mds";
2020

2121
const LoadingComponent = () => {
2222
return (

portal-ui/src/icons/AGPLV3DarkLogo.tsx

Lines changed: 0 additions & 45 deletions
This file was deleted.

portal-ui/src/icons/AGPLV3LightLogo.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)