feat(share): add release-keyed copy-link mode to SharePopover; wire Cut header (§3b, P11 W3 11.E)

This commit is contained in:
daniel-c-harvey
2026-06-16 11:31:03 -04:00
parent d98ead97c3
commit ce437521ee
3 changed files with 56 additions and 32 deletions
+2 -4
View File
@@ -79,10 +79,8 @@ else
Play
</MudButton>
@if (firstTrack is not null)
{
<SharePopover EntryKey="@firstTrack.EntryKey" />
}
@* Release-mode share: copies the canonical /cuts/{id} URL, not a single track (§3b). *@
<SharePopover ReleaseId="@release.Id" ReleaseMedium="@release.Medium" />
</div>
</div>