Merge pull request #988 from automatisch/show-alert-for-task-usage

feat: show usage alert as of threshold
This commit is contained in:
Ömer Faruk Aydın
2023-03-09 13:45:55 +01:00
committed by GitHub
12 changed files with 138 additions and 22 deletions

View File

@@ -51,9 +51,7 @@ const ReconnectConnection = (props: any): React.ReactElement => {
export default function Application(): React.ReactElement | null {
const theme = useTheme();
const matchSmallScreens = useMediaQuery(theme.breakpoints.down('md'), {
noSsr: true,
});
const matchSmallScreens = useMediaQuery(theme.breakpoints.down('md'));
const formatMessage = useFormatMessage();
const connectionsPathMatch = useMatch({
path: URLS.APP_CONNECTIONS_PATTERN,