Open Issues Need Help
View All on GitHubAI Summary: Implement a configurable table view for finished matches on the w3champions.com website. This involves creating a user interface (dropdown or similar) allowing users to toggle options such as displaying country flags, flo-server information (text vs. hover), heroes, and player aliases. The selected options should be persistently stored using cookies.
AI Summary: Implement alias display on the rankings page of the w3champions.com website. This involves modifying the frontend code (Vue.js) to fetch and display the user's alias alongside their battletag in the rankings, mirroring the existing alias functionality on user profiles. This likely requires updating data fetching and UI components.