mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 15:07:20 +09:00
Add references to web source in recent activity icon
This commit is contained in:
parent
cc353b872c
commit
f3ecd73e0b
@ -30,6 +30,9 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
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)
|
switch (type)
|
||||||
{
|
{
|
||||||
case RecentActivityType.BeatmapPlaycount:
|
case RecentActivityType.BeatmapPlaycount:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user