Skip to content

Commit 39e1002

Browse files
committed
feat: [PROD-14981] add dataset-listing
1 parent f7775f6 commit 39e1002

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed

src/layouts/TabLayout/TabLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
// Licensed under the MIT license.
33
import { CircleArrowRight } from 'lucide-react';
44
import React, { Fragment, useEffect } from 'react';
5+
import { useTranslation } from 'react-i18next';
56
import { useLocation, Outlet, useParams, useNavigate } from 'react-router-dom';
67
import { Link as MuiLink, Box, Stack, Typography } from '@mui/material';
78
import { ApplicationErrorBanner, StatusBar } from '../../components';
89
import { AppBar } from '../../components/AppBar';
910
import { MainNavigation } from '../../components/MainNavigation';
1011
import { useCurrentSimulationRunner, useGetRunner } from '../../state/runner/hooks';
1112
import { useSelectWorkspace, useWorkspace } from '../../state/workspaces/hooks';
12-
import { useTranslation } from 'react-i18next';
1313

1414
export const TabLayout = () => {
1515
const location = useLocation();

src/theme/custom/cosmoDark/palette.js

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,65 @@
44
export default {
55
type: 'light',
66
primary: {
7-
main: "#FFB039"
7+
main: '#FFB039',
88
},
99
secondary: {
10-
main: "#292F33"
10+
main: '#292F33',
1111
},
1212
tertiary: {
13-
main: "#F36121"
13+
main: '#F36121',
1414
},
1515
neutral: {
1616
neutral01: {
17-
main: "#47525F"
17+
main: '#47525F',
1818
},
1919
neutral02: {
20-
main: "#68788A"
20+
main: '#68788A',
2121
},
2222
neutral03: {
23-
main: "#919EAF"
23+
main: '#919EAF',
2424
},
2525
neutral04: {
26-
main: "#FFFFFF"
26+
main: '#FFFFFF',
2727
},
2828
neutral05: {
29-
main: "#E9EEF5"
29+
main: '#E9EEF5',
3030
},
3131
neutral06: {
32-
main: "rgba(204, 204, 204, 0.72)"
32+
main: 'rgba(204, 204, 204, 0.72)',
3333
},
3434
neutral07: {
35-
main: "rgba(170, 170, 170, 0.72)"
35+
main: 'rgba(170, 170, 170, 0.72)',
3636
},
3737
neutral08: {
38-
main: "#DEECD0"
39-
}
38+
main: '#DEECD0',
39+
},
4040
},
4141
background: {
4242
background01: {
43-
main: "#F1F5F9"
43+
main: '#F1F5F9',
4444
},
4545
background02: {
46-
main: "#D9DDE2"
47-
}
46+
main: '#D9DDE2',
47+
},
4848
},
4949
status: {
5050
error: {
51-
main: "#D32F2F",
52-
background: "#ECD0D0"
51+
main: '#D32F2F',
52+
background: '#ECD0D0',
5353
},
5454
warning: {
55-
main: "#8A8768",
56-
background: "#ECDEC7"
55+
main: '#8A8768',
56+
background: '#ECDEC7',
5757
},
5858
success: {
59-
main: "#738A68",
60-
background: "#DDECD0"
59+
main: '#738A68',
60+
background: '#DDECD0',
6161
},
6262
information: {
63-
main: "#516388",
64-
background: "#D0D9EC"
65-
}
63+
main: '#516388',
64+
background: '#D0D9EC',
65+
},
6666
},
6767
microsoft: {
6868
main: '#FFFFFF',

src/theme/custom/cosmoLight/palette.js

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,65 @@
44
export default {
55
type: 'light',
66
primary: {
7-
main: "#FFB039"
7+
main: '#FFB039',
88
},
99
secondary: {
10-
main: "#292F33"
10+
main: '#292F33',
1111
},
1212
tertiary: {
13-
main: "#F36121"
13+
main: '#F36121',
1414
},
1515
neutral: {
1616
neutral01: {
17-
main: "#47525F"
17+
main: '#47525F',
1818
},
1919
neutral02: {
20-
main: "#68788A"
20+
main: '#68788A',
2121
},
2222
neutral03: {
23-
main: "#919EAF"
23+
main: '#919EAF',
2424
},
2525
neutral04: {
26-
main: "#FFFFFF"
26+
main: '#FFFFFF',
2727
},
2828
neutral05: {
29-
main: "#E9EEF5"
29+
main: '#E9EEF5',
3030
},
3131
neutral06: {
32-
main: "rgba(204, 204, 204, 0.72)"
32+
main: 'rgba(204, 204, 204, 0.72)',
3333
},
3434
neutral07: {
35-
main: "rgba(170, 170, 170, 0.72)"
35+
main: 'rgba(170, 170, 170, 0.72)',
3636
},
3737
neutral08: {
38-
main: "#DEECD0"
39-
}
38+
main: '#DEECD0',
39+
},
4040
},
4141
background: {
4242
background01: {
43-
main: "#F1F5F9"
43+
main: '#F1F5F9',
4444
},
4545
background02: {
46-
main: "#D9DDE2"
47-
}
46+
main: '#D9DDE2',
47+
},
4848
},
4949
status: {
5050
error: {
51-
main: "#D32F2F",
52-
background: "#ECD0D0"
51+
main: '#D32F2F',
52+
background: '#ECD0D0',
5353
},
5454
warning: {
55-
main: "#8A8768",
56-
background: "#ECDEC7"
55+
main: '#8A8768',
56+
background: '#ECDEC7',
5757
},
5858
success: {
59-
main: "#738A68",
60-
background: "#DDECD0"
59+
main: '#738A68',
60+
background: '#DDECD0',
6161
},
6262
information: {
63-
main: "#516388",
64-
background: "#D0D9EC"
65-
}
63+
main: '#516388',
64+
background: '#D0D9EC',
65+
},
6666
},
6767
microsoft: {
6868
main: '#FFFFFF',

0 commit comments

Comments
 (0)