wikispeedruns / wikipedia-speedruns

Source code for Wikipedia Speedruns!
https://wikispeedruns.com
MIT License
100 stars 30 forks source link

clicking username in leaderboard would actually lead to profile page #440

Closed danielliu04 closed 2 years ago

danielliu04 commented 2 years ago

A pretty quick change. Clicking on the username in the leaderboard would override the action of clicking on the row and would redirect to the user profile page. I removed the replace window function with a redirect so that the user can come back to their initial page. Otherwise, clicking on the row will still put it in focus and the rest of the functionality are intact.