upgrade mui v7, fix makefile build

This commit is contained in:
proddy
2025-03-26 20:24:08 +01:00
parent ac7e91beff
commit 0dcde46296
22 changed files with 289 additions and 275 deletions

View File

@@ -9,7 +9,7 @@ import {
Button,
Checkbox,
Divider,
Grid2 as Grid,
Grid,
InputAdornment,
MenuItem,
TextField,

View File

@@ -2,7 +2,7 @@ import { useState } from 'react';
import { toast } from 'react-toastify';
import DownloadIcon from '@mui/icons-material/GetApp';
import { Box, Button, Grid2 as Grid, Typography } from '@mui/material';
import { Box, Button, Grid, Typography } from '@mui/material';
import * as SystemApi from 'api/system';
import { API, callAction } from 'api/app';

View File

@@ -5,7 +5,7 @@ import WarningIcon from '@mui/icons-material/Warning';
import {
Button,
Checkbox,
Grid2 as Grid,
Grid,
InputAdornment,
MenuItem,
TextField,