Merge p11-w3-t2-release-share into dev (P11 11.E: release-keyed SharePopover mode, Cut header Share)

This commit is contained in:
daniel-c-harvey
2026-06-16 11:58:20 -04:00
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>