feat: add socker connection between client and server

This commit is contained in:
Ahmed Bouhuolia
2024-02-24 00:18:48 +02:00
parent 1fd8a53ed1
commit 2d3544fe37
16 changed files with 357 additions and 27 deletions

View File

@@ -14,6 +14,7 @@ import GlobalHotkeys from './GlobalHotkeys';
import DashboardProvider from './DashboardProvider';
import DrawersContainer from '@/components/DrawersContainer';
import AlertsContainer from '@/containers/AlertsContainer';
import { DashboardSockets } from './DashboardSockets';
/**
* Dashboard preferences.
@@ -50,6 +51,7 @@ export default function Dashboard() {
<Route path="/" component={DashboardAnyPage} />
</Switch>
<DashboardSockets />
<DashboardUniversalSearch />
<GlobalHotkeys />
<DialogsContainer />