(feat): add live messages

(feat): update licenses
(feat): update livekit logging
(feat): add basic grid layout
(fix): remove deeplink log message
This commit is contained in:
Alois 2026-04-29 23:30:41 +02:00
commit 8e294d230e
21 changed files with 510 additions and 51 deletions

View file

@ -25,6 +25,7 @@ import { useInitializeCall } from "@tensamin/call/store";
import { Provider as SocketContext } from "@tensamin/ttp";
import UserContext from "@tensamin/user/context";
import DeeplinkContext from "@tensamin/tauri/deeplinkHandler";
import NotificationsProvider from "@tensamin/notifications/context";
import TAuthWrapper from "@tensamin/tauth/context";
@ -145,7 +146,9 @@ function AppShell() {
<CallInit />
<TAuthWrapper>
<AppLayout>
<Outlet />
<NotificationsProvider>
<Outlet />
</NotificationsProvider>
</AppLayout>
</TAuthWrapper>
</UserContext>