feat: add Share popover to track detail page
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user