feat: render release Description blurb on Session, Mix, and Cut detail pages
New shared ReleaseDescription control renders the blurb in a uniform themed block below the hero/header; null/whitespace renders nothing, with no layout artifact.
This commit is contained in:
@@ -85,6 +85,10 @@ else
|
||||
</PlayContent>
|
||||
</ReleaseHeroOverlay>
|
||||
</Hero>
|
||||
<BodyContent>
|
||||
@* Blurb sits below the hero, inside the scaffold's foreground stacking context. *@
|
||||
<ReleaseDescription Description="@release.Description" />
|
||||
</BodyContent>
|
||||
</ReleaseDetailScaffold>
|
||||
</MudContainer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user