diff --git a/index.html b/index.html index b206e5a12..0398a3beb 100644 --- a/index.html +++ b/index.html @@ -133,14 +133,14 @@
- ${translateText("stats_modal.loading")} -
-- ${this.error} -
- -- ${translateText("stats_modal.no_stats")} -
-| - ${translateText("stats_modal.rank")} - | -- ${translateText("stats_modal.clan")} - | - this.handleSort("games")}
- class="py-4 px-4 text-right font-bold w-32 cursor-pointer hover:text-white/60 transition-colors select-none"
- >
-
- ${translateText("stats_modal.games")}
- ${this.sortBy === "games"
- ? this.sortOrder === "asc"
- ? html`↑`
- : html`↓`
- : html`↕`}
-
- |
- this.handleSort("wins")}
- class="py-4 px-4 text-right font-bold hidden md:table-cell cursor-pointer hover:text-white/60 transition-colors select-none"
- title=${translateText("stats_modal.win_score_tooltip")}
- >
-
- ${translateText("stats_modal.win_score")}
- ${this.sortBy === "wins"
- ? this.sortOrder === "asc"
- ? html`↑`
- : html`↓`
- : html`↕`}
-
- |
- this.handleSort("losses")}
- class="py-4 px-4 text-right font-bold hidden md:table-cell cursor-pointer hover:text-white/60 transition-colors select-none"
- title=${translateText("stats_modal.loss_score_tooltip")}
- >
-
- ${translateText("stats_modal.loss_score")}
- ${this.sortBy === "losses"
- ? this.sortOrder === "asc"
- ? html`↑`
- : html`↓`
- : html`↕`}
-
- |
- this.handleSort("ratio")}
- class="py-4 px-4 text-right font-bold pr-6 cursor-pointer hover:text-white/60 transition-colors select-none"
- >
-
- ${translateText("stats_modal.win_loss_ratio")}
- ${this.sortBy === "ratio"
- ? this.sortOrder === "asc"
- ? html`↑`
- : html`↓`
- : html`↕`}
-
- |
-
|---|---|---|---|---|---|
|
-
- ${rankIcon}
-
- |
-
-
-
-
- ${clan.clanTag}
-
- |
-
-
- ${clan.games.toLocaleString()}
-
-
-
-
- |
- - ${clan.weightedWins} - | -- ${clan.weightedLosses} - | -
-
-
- ${clan.weightedWLRatio}
-
- ${translateText("stats_modal.ratio")}
-
- |
-