LOADING FIGHTERS...
+ {{ viewMode === 'season' ? 'No fights this season yet.' : 'No fighters registered.' }} +
+| - {{ index + 1 }} + {{ ['[1st]', '[2nd]', '[3rd]'][index] }} + {{ index + 1 }} |
- |
- - {{ tierName(bot.tier) }} + + {{ tierName(entry.tier) }} | - {{ Math.round(bot.eloRating) }} + :class="entry.eloRating >= 1500 ? 'text-neon-cyan' : entry.eloRating >= 1300 ? 'text-text-primary' : 'text-text-secondary'"> + {{ Math.round(entry.eloRating) }} |