feat: Add deafen to pc, fix mobiel view, fix freeze on startup

This commit is contained in:
2026-06-05 15:27:06 +02:00
parent 35f52b0356
commit a675f12e61
85 changed files with 2499 additions and 519 deletions

View File

@@ -10,11 +10,12 @@
>
<aside
appThemeNode="serversRail"
class="min-h-0 overflow-hidden bg-transparent"
[class.hidden]="isThemeStudioFullscreen() || isMobile()"
class="min-h-0 shrink-0 overflow-hidden bg-transparent"
[class.hidden]="hideAppServersRail()"
[class.w-16]="showMobileAppServersRail()"
[ngStyle]="isMobile() ? null : serversRailLayoutStyles()"
>
<app-servers-rail class="block h-full" />
<app-servers-rail class="block h-full w-full" />
</aside>
<main
@@ -85,7 +86,7 @@
</div>
}
<div class="absolute inset-0 overflow-auto">
<div class="absolute inset-0 min-w-0 overflow-x-hidden overflow-y-auto">
<router-outlet />
</div>
}