soft reload

This commit is contained in:
2026-05-18 07:38:22 +05:30
parent d66406ba86
commit 000c0063e5
12 changed files with 22 additions and 2 deletions

View File

@@ -92,6 +92,9 @@ export default function HistoryChartView(props: ViewProps) {
border: "1px solid",
borderColor: "divider",
bgcolor: isDark ? "background.paper" : colorScheme.light,
opacity: props.isFetching ? 0.6 : 1,
transition: "opacity 0.3s ease",
pointerEvents: props.isFetching ? "none" : "auto",
}}
>
<Typography variant="h6" fontWeight={700} gutterBottom>