feat: add Share popover to track detail page

This commit is contained in:
daniel-c-harvey
2026-06-07 16:38:37 -04:00
parent 6ef88bef38
commit fa28bfb5cc
4 changed files with 172 additions and 4 deletions
@@ -57,9 +57,10 @@ else if (ViewModel.Track is not null)
<MudText Typo="Typo.h6" Color="Color.Primary">@track.Artist</MudText>
</div>
<div>
<MudStack Row AlignItems="AlignItems.Center" Spacing="1">
<SharePopover EntryKey="@track.EntryKey" />
<PlayStateIcon Size="Size.Large" Color="Color.Secondary" OnToggle="@PlayTrack"/>
</div>
</MudStack>
</MudStack>
<div class="deepdrft-track-detail-cover">
@@ -67,8 +68,6 @@ else if (ViewModel.Track is not null)
<MudIcon Icon="@Icons.Material.Filled.Album" Color="Color.Primary" />
</MudPaper>
</div>
@if (hasMeta)
{