ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
955 stars 380 forks source link

Add song preview player to "submitted beatmap" contest thumbnails #11208

Open cl8n opened 1 month ago

cl8n commented 1 month ago

I'd also want the thumbnails to play the song preview to be consistent with beatmap and featured artist listing behavior.

Originally posted by @Joehuu in https://github.com/ppy/osu-web/issues/10673#issuecomment-1776116257

depends on the main issue of #10673 being resolved, or else nothing links to the actual map anymore. I'm opening a separate issue for this because it seems slightly more involved and isn't addressed by the PR open for that issue

Exotica0122 commented 1 month ago

There is a TrackPreview that renders based on the entry option. Just need to render the TrackPreview with a cover image url instead of the icon that links to the beatmap once the main issue https://github.com/ppy/osu-web/issues/10673 is resolved