Simplify how video call layout is stored

This commit is contained in:
mplorentz
2026-04-07 14:57:24 -04:00
committed by hodlbod
parent fb60d493b9
commit 2c4fe7bcf3
7 changed files with 93 additions and 77 deletions
+2
View File
@@ -42,6 +42,7 @@
import {syncKeyboard} from "@app/util/keyboard"
import {getPageTitle} from "@app/util/title"
import NewNotificationSound from "@src/app/components/NewNotificationSound.svelte"
import VideoCallLayoutViewportSync from "@app/components/VideoCallLayoutViewportSync.svelte"
const {children} = $props()
@@ -229,5 +230,6 @@
<ModalContainer />
<div class="tippy-target"></div>
<NewNotificationSound />
<VideoCallLayoutViewportSync />
</div>
{/await}