Files
deepdrft/DeepDrftPublic.Client/Pages/AlbumsView.razor
T

13 lines
513 B
Plaintext

@page "/cuts"
@using DeepDrftPublic.Client.Controls
<PageTitle>DeepDrft Cuts</PageTitle>
@* The shared release-card grid; each card routes to /cuts/{id} via the one ReleaseRoutes table.
Cuts show a track count where other media show the artist, supplied via SubtitleResolver. *@
<ReleaseGallery Releases="@_albums"
Loading="@_loading"
HrefResolver="@ReleaseRoutes.DetailHref"
SubtitleResolver="@TrackCountLabel"
EmptyMessage="No albums yet" />