just your typical stub

This commit is contained in:
Markos Gogoulos
2025-11-21 14:49:22 +02:00
parent a90fcbf8dd
commit 894e39ed2b
8 changed files with 170 additions and 17 deletions

View File

@@ -222,6 +222,12 @@ a.item-thumb {
}
}
.item.playlist-item & {
&:before {
content: '\e04a'; // Material icon: queue_music (playlist icon)
}
}
.item.category-item & {
&:before {
content: '\e892';

View File

@@ -31,14 +31,11 @@ export function PlaylistItem(props) {
aria-hidden="true"
style={!thumbnailUrl ? null : { backgroundImage: "url('" + thumbnailUrl + "')" }}
>
<div className="playlist-count">
<div>
<div>
<span>{props.media_count}</span>
<i className="material-icons">playlist_play</i>
</div>
{!thumbnailUrl ? null : (
<div key="item-type-icon" className="item-type-icon">
<div></div>
</div>
</div>
)}
<div className="playlist-hover-play-all">
<div>