diff --git a/frontend/components/matchup/Section.vue b/frontend/components/matchup/Section.vue new file mode 100644 index 0000000..186e837 --- /dev/null +++ b/frontend/components/matchup/Section.vue @@ -0,0 +1,490 @@ + + + + + + Strong Against + + + + + {{ + counter.championName || `Champion ${counter.championId}` + }} + + {{ formatWinrate(counter.winrate) }} winrate + + + {{ counter.games }} games + + + + No strong counter data available + + + + + Weak Against + + + + + {{ + counter.championName || `Champion ${counter.championId}` + }} + + {{ formatWinrate(counter.winrate) }} win rate + + + {{ counter.games }} games + + + + No weak counter data available + + + + + + Matchup Spectrum + + + ‹ + + + › + + + + + + + + + + + {{ formatWinrate(matchup.winrate) }} + + + + + Easiest + Hardest + + + + + + diff --git a/frontend/components/nav/BottomBar.vue b/frontend/components/nav/BottomBar.vue index dc28b56..7295c83 100644 --- a/frontend/components/nav/BottomBar.vue +++ b/frontend/components/nav/BottomBar.vue @@ -29,17 +29,7 @@ if (route.path.startsWith('/tierlist/')) { - + - - - - - Runes - - - Items - + + + + + + + Runes + + + Items + + + Alt + + + Matchups + + + - - - Tierlist - - - + Tierlist + + - - + + @@ -109,6 +104,7 @@ if (route.path.startsWith('/tierlist/')) {
No strong counter data available
No weak counter data available