diff --git a/client/src/assets/images/wallpaper2.jpg b/client/src/assets/images/wallpaper2.jpg index 00bd464..2245bfe 100644 Binary files a/client/src/assets/images/wallpaper2.jpg and b/client/src/assets/images/wallpaper2.jpg differ diff --git a/client/src/assets/images/wallpaper2_light.jpg b/client/src/assets/images/wallpaper2_light.jpg index 6e7982d..9a17c33 100644 Binary files a/client/src/assets/images/wallpaper2_light.jpg and b/client/src/assets/images/wallpaper2_light.jpg differ diff --git a/client/src/pages/dashboard/components/mini-plot.jsx b/client/src/pages/dashboard/components/mini-plot.jsx index 9491464..53c08c0 100644 --- a/client/src/pages/dashboard/components/mini-plot.jsx +++ b/client/src/pages/dashboard/components/mini-plot.jsx @@ -199,11 +199,12 @@ const _MiniPlotComponent = ({metrics, labels, noLabels, noBackground, agglo, tit } return {title &&
{ font-weight: bold; } + .MuiDrawer-paper { + backdrop-filter: blur(15px); + background: rgba(${backColor}, 1) !important; + border-right-color: rgba(${backColor},0.45) !important; + } `} ; } @@ -105,10 +110,15 @@ const HomePage = () => { const appColor = isDark ? { color: 'white', - background: 'rgba(5,5,5,0.42)', + background: 'rgba(10,10,10,0.42)', } : { color: 'black', - background: 'rgba(250,250,250,0.42)', + background: 'rgba(245,245,245,0.42)', + } + + + const appBorder = isDark ? { + } : { } @@ -426,8 +436,8 @@ const HomePage = () => {
RAM
-
avail.: {maxRAM}
-
used: {latestRAM}
+
avail.: {maxRAM}
+
used: {latestRAM}
{ "cosmos.system.netTx", "cosmos.system.netRx", ]} labels={{ - ["cosmos.system.netTx"]: "trans.", - ["cosmos.system.netRx"]: "recv." + ["cosmos.system.netTx"]: "trs:", + ["cosmos.system.netRx"]: "rcv:" }}/> @@ -464,8 +474,8 @@ const HomePage = () => { "cosmos.proxy.all.success", "cosmos.proxy.all.error", ]} labels={{ - ["cosmos.proxy.all.success"]: "ok", - ["cosmos.proxy.all.error"]: "errors" + ["cosmos.proxy.all.success"]: "ok:", + ["cosmos.proxy.all.error"]: "err:" }}/> @@ -493,7 +503,7 @@ const HomePage = () => { return !skip && coStatus && (coStatus.homepage.Expanded ? - + @@ -508,7 +518,7 @@ const HomePage = () => { : - + diff --git a/client/src/themes/theme/index.jsx b/client/src/themes/theme/index.jsx index 1540de9..6191b3d 100644 --- a/client/src/themes/theme/index.jsx +++ b/client/src/themes/theme/index.jsx @@ -1,6 +1,6 @@ // ==============================|| PRESET THEME - THEME SELECTOR ||============================== // -import { purple, pink, deepPurple } from '@mui/material/colors'; +import { purple, pink, deepPurple, blueGrey } from '@mui/material/colors'; const Theme = (colors, darkMode) => { const { blue, red, gold, cyan, green, grey } = colors; @@ -30,7 +30,7 @@ const Theme = (colors, darkMode) => { main: purple[400], }, secondary: { - main: darkMode ? deepPurple[800] : deepPurple[100] + main: blueGrey[400], }, error: { lighter: red[0], diff --git a/package.json b/package.json index 309c1b5..d5d0dd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.12.0-unstable37", + "version": "0.12.0-unstable38", "description": "", "main": "test-server.js", "bugs": {