feat: signal server tag

This commit is contained in:
2026-06-05 06:16:02 +02:00
parent 6865147e8f
commit bf4e6891d1
69 changed files with 2808 additions and 1269 deletions

View File

@@ -24,7 +24,7 @@
[ngStyle]="isMobile() ? null : appWorkspaceShellStyles()"
>
@if (!isMobile()) {
<app-title-bar class="block shrink-0" />
<app-title-bar class="block shrink-0" />
}
<div class="relative min-h-0 flex-1 overflow-hidden">
@@ -94,16 +94,14 @@
</div>
@if (isMobile() && directCalls.mobileOverlaySession(); as call) {
<div class="absolute inset-0 z-[70]">
<app-private-call
class="block h-full w-full"
[callIdInput]="call.callId"
[overlayMode]="true"
/>
</div>
}
@if (isThemeStudioFullscreen()) {
<div class="absolute inset-0 z-[70]">
<app-private-call
class="block h-full w-full"
[callIdInput]="call.callId"
[overlayMode]="true"
/>
</div>
} @if (isThemeStudioFullscreen()) {
<div
#themeStudioControlsRef
class="pointer-events-none absolute z-[80]"