Вынесен глобальный плеер

This commit is contained in:
FrigaT
2026-04-14 18:59:00 +03:00
parent 65efb9ff76
commit e0fca7e55e
10 changed files with 379 additions and 191 deletions

View File

@@ -1,3 +1,4 @@
@using PlaylistShared.Pwa.Components.Global
@inherits LayoutComponentBase
<MudThemeProvider Theme="@_theme" IsDarkMode="_isDarkMode" />
@@ -24,6 +25,10 @@
<MudMainContent Class="pt-16 pa-4">
@Body
</MudMainContent>
<div class="fixed-player" style="position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;">
<AudioPlayer />
</div>
</MudLayout>
@code {