Factor video code and stores out of voice.ts

This commit is contained in:
mplorentz
2026-04-08 10:30:22 -04:00
committed by hodlbod
parent 3cff8271e6
commit 11fa8fd720
12 changed files with 223 additions and 214 deletions
-2
View File
@@ -42,7 +42,6 @@
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()
@@ -230,6 +229,5 @@
<ModalContainer />
<div class="tippy-target"></div>
<NewNotificationSound />
<VideoCallLayoutViewportSync />
</div>
{/await}