Преглед изворни кода

[release] v0.12.0-unstable40

Yann Stepienik пре 1 година
родитељ
комит
3abd0ee6ea

+ 1 - 0
changelog.md

@@ -9,6 +9,7 @@
  - Added a dangerous IP detector that stops sending HTTP response to IPs that are abusing various shields features
  - Added a button in the servapp page to easily download the docker backup
  - Redirect static folder to host if possible
+ - New Homescreen look
  - Improve display or icons [fixes #121]
  - Refactored Mongo connection code [fixes #111]
  - Forward simultaneously TCP and UDP [fixes #122]

BIN
client/src/assets/images/wallpaper2.jpg


BIN
client/src/assets/images/wallpaper2_light.jpg


+ 2 - 2
client/src/themes/theme/index.jsx

@@ -1,6 +1,6 @@
 // ==============================|| PRESET THEME - THEME SELECTOR ||============================== //
 
-import { purple, pink, deepPurple, blueGrey } from '@mui/material/colors';
+import { purple, pink, deepPurple, blueGrey, lightBlue, lightGreen, orange, teal } 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: blueGrey[400],
+            main: blueGrey[500],
         },
         error: {
             lighter: red[0],

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "cosmos-server",
-  "version": "0.12.0-unstable39",
+  "version": "0.12.0-unstable40",
   "description": "",
   "main": "test-server.js",
   "bugs": {