1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 21:00:33 +08:00

Add references to web source in recent activity icon

This commit is contained in:
Bartłomiej Dach 2022-08-06 18:23:15 +02:00
parent cc353b872c
commit f3ecd73e0b
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -30,6 +30,9 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
// references:
// https://github.com/ppy/osu-web/blob/659b371dcadf25b4f601a4c9895a813078301084/resources/assets/lib/profile-page/parse-event.tsx
// https://github.com/ppy/osu-web/blob/master/resources/assets/less/bem/profile-extra-entries.less#L98-L128
switch (type)
{
case RecentActivityType.BeatmapPlaycount: