feat: add CmsGenreBrowser genre browse mode to CMS track list

fix: add @key="ExpandedGenre" to CmsTrackGrid so genre switch forces fresh component instance
This commit is contained in:
daniel-c-harvey
2026-06-11 16:42:46 -04:00
parent 55b26b2e41
commit b22c3f96d7
3 changed files with 72 additions and 1 deletions
@@ -0,0 +1,10 @@
.cms-genre-swatch {
width: 100%;
height: 80px;
background-color: var(--mud-palette-action-default-hover);
transition: background-color 0.2s ease;
}
.cms-genre-swatch--active {
background-color: var(--mud-palette-primary-hover);
}