- Implemented a new RankingsIndex API to fetch overall, genre, and platform rankings in a single call.
- Updated Rankings.razor.cs to utilize the new RankingsIndex API and reorganized ranking data into separate lists for better management.
- Enhanced the View.razor and View.razor.cs to display ranking placements for software titles, including overall and genre/platform specific rankings.
- Added new UI components in View.razor to show ranking chips for top-250 placements.
- Improved localization by adding new resource entries for rankings in multiple languages (en, de, es, fr, it, nl).
- Simplified navigation in NavMenu.razor by removing unnecessary grouping for software links.