mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Fixed notifications
This commit is contained in:
parent
35ab449f86
commit
8bcd2a2a7a
1 changed files with 3 additions and 0 deletions
|
|
@ -19,9 +19,11 @@ import FloatingVideo from './components/FloatingVideo';
|
|||
import { WebsocketProvider } from './WebSocket';
|
||||
import { Box, AppShell, MantineProvider } from '@mantine/core';
|
||||
import '@mantine/core/styles.css'; // Ensure Mantine global styles load
|
||||
import '@mantine/notifications/styles.css';
|
||||
import 'mantine-react-table/styles.css';
|
||||
import mantineTheme from './mantineTheme';
|
||||
import API from './api';
|
||||
import { Notifications } from '@mantine/notifications';
|
||||
|
||||
const drawerWidth = 240;
|
||||
const miniDrawerWidth = 60;
|
||||
|
|
@ -79,6 +81,7 @@ const App = () => {
|
|||
withNormalizeCSS
|
||||
>
|
||||
<WebsocketProvider>
|
||||
<Notifications containerWidth={250} />
|
||||
<Router>
|
||||
<AppShell
|
||||
header={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue