fix: downgrade @mui/x-date-grid to v7 and optimize connections page

This commit is contained in:
oomeow
2025-10-27 19:47:32 +08:00
Unverified
parent 9426fc1b1c
commit 7b0d68993c
5 changed files with 45 additions and 163 deletions

View File

@@ -3,7 +3,7 @@ import { ErrorBoundary, FallbackProps } from "react-error-boundary";
function ErrorFallback({ error }: FallbackProps) {
return (
<div role="alert" style={{ padding: 16 }}>
<div role="alert" style={{ padding: 16, height: "100%", overflow: "auto" }}>
<h4>Something went wrong:(</h4>
<pre>{error.message}</pre>