ScoreSaber / scoresaber-frontend

MIT License
87 stars 16 forks source link

fix: remove redirection of Oculus players to Steam #44

Closed motzel closed 2 years ago

motzel commented 2 years ago

Currently the API is missing the externalProfileUrl field or something like that so it checks if profilePicture ends with 'oculus.png'. However, this breaks down when you change the default Oculus image.

Umbranoxio commented 2 years ago

This removes the yellow hover color from users names, once that is fixed we can merge

motzel commented 2 years ago

Yes, but I thought that just like everywhere else on the web, the color on hover indicates that it is a clickable link. In this case, that action is not there because there is no external Oculus player profile to go to. I will change it right then.

motzel commented 2 years ago

Oh, my bad. That removed the hover color from the link as well.