HASH 8cedc948a98c
DATE 2025-08-29
SUBJECT web: update team leaderboard callout
FILES 2 CHANGED
HASH 8cedc948a98c
DATE 2025-08-29
SUBJECT web: update team leaderboard callout
FILES 2 CHANGED
┌─ web/src/layouts/ChallengeModeLayout.astro ────────────────────────────────┐
│ diff --git a/web/src/layouts/ChallengeModeLayout.astro b/web/src/layouts/Challenge │
│ ModeLayout.astro │
│ index ad7a214..853b003 100644 │
│ --- a/web/src/layouts/ChallengeModeLayout.astro │
│ +++ b/web/src/layouts/ChallengeModeLayout.astro │
│ @@ -245,6 +245,11 @@ const baseUrl = import.meta.env.BASE_URL; │
│ id="leaderboard-type" │
│ label="Leaderboard Type" │
│ options={[ │
│ + { │
│ + value: "dungeon", │
│ + label: "Dungeons", │
│ + selected: initialLeaderboardType === "dungeon", │
│ + }, │
│ { │
│ value: "players", │
│ label: "Players", │
│ @@ -252,14 +257,9 @@ const baseUrl = import.meta.env.BASE_URL; │
│ }, │
│ { │
│ value: "teams", │
│ - label: "Teams", │
│ + label: "Teams (Experimental)", │
│ selected: initialLeaderboardType === "teams", │
│ }, │
│ - { │
│ - value: "dungeon", │
│ - label: "Individual Dungeons", │
│ - selected: initialLeaderboardType === "dungeon", │
│ - }, │
│ ]} │
│ /> │
│ <div id="dungeon-selectors" style="display: none;"> │
│ @@ -368,9 +368,10 @@ const baseUrl = import.meta.env.BASE_URL; │
│ </p> │
│ <p> │
│ <em │
│ - >Note: Team detection and ranking algorithms are still being refined. │
│ - Data may change as we improve team identification logic.</em │
│ - > │
│ + >This feature is still being actively developed, teams, particularly │
│ + ones with large overlapping rosters are still being identified │
│ + incorrectly. │
│ + </em> │
│ </p> │
│ </div> │
│ </div> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...uts/ChallengeModeLayout.astro ───┐
│ diff --git a/web/src/layouts/ChallengeModeLa │
│ yout.astro b/web/src/layouts/ChallengeModeLa │
│ yout.astro │
│ index ad7a214..853b003 100644 │
│ --- a/web/src/layouts/ChallengeModeLayout.as │
│ tro │
│ +++ b/web/src/layouts/ChallengeModeLayout.as │
│ tro │
│ @@ -245,6 +245,11 @@ const baseUrl = import. │
│ meta.env.BASE_URL; │
│ id="leaderboard-type" │
│ label="Leaderboard Type" │
│ options={[ │
│ + { │
│ + value: "dungeon", │
│ + label: "Dungeons", │
│ + selected: initialLeaderboardType │
│ === "dungeon", │
│ + }, │
│ { │
│ value: "players", │
│ label: "Players", │
│ @@ -252,14 +257,9 @@ const baseUrl = import. │
│ meta.env.BASE_URL; │
│ }, │
│ { │
│ value: "teams", │
│ - label: "Teams", │
│ + label: "Teams (Experimental)", │
│ selected: initialLeaderboardType │
│ === "teams", │
│ }, │
│ - { │
│ - value: "dungeon", │
│ - label: "Individual Dungeons", │
│ - selected: initialLeaderboardType │
│ === "dungeon", │
│ - }, │
│ ]} │
│ /> │
│ <div id="dungeon-selectors" style="disp │
│ lay: none;"> │
│ @@ -368,9 +368,10 @@ const baseUrl = import. │
│ meta.env.BASE_URL; │
│ </p> │
│ <p> │
│ <em │
│ - >Note: Team detection and ranking │
│ algorithms are still being refined. │
│ - Data may change as we improve tea │
│ m identification logic.</em │
│ - > │
│ + >This feature is still being acti │
│ vely developed, teams, particularly │
│ + ones with large overlapping roste │
│ rs are still being identified │
│ + incorrectly. │
│ + </em> │
│ </p> │
│ </div> │
│ </div> │
└──────────────────────────────────────────────┘
┌─ web/src/pages/challenge-mode/index.astro ─────────────────────────────────┐
│ diff --git a/web/src/pages/challenge-mode/index.astro b/web/src/pages/challenge-mo │
│ de/index.astro │
│ index 26f978c..2307f80 100644 │
│ --- a/web/src/pages/challenge-mode/index.astro │
│ +++ b/web/src/pages/challenge-mode/index.astro │
│ @@ -1,7 +1,5 @@ │
│ --- │
│ import ChallengeModeLayout from "../../layouts/ChallengeModeLayout.astro"; │
│ - │
│ -// Default to individual dungeons │
│ --- │
│ │
│ <ChallengeModeLayout /> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...es/challenge-mode/index.astro ───┐
│ diff --git a/web/src/pages/challenge-mode/in │
│ dex.astro b/web/src/pages/challenge-mode/ind │
│ ex.astro │
│ index 26f978c..2307f80 100644 │
│ --- a/web/src/pages/challenge-mode/index.ast │
│ ro │
│ +++ b/web/src/pages/challenge-mode/index.ast │
│ ro │
│ @@ -1,7 +1,5 @@ │
│ --- │
│ import ChallengeModeLayout from "../../layo │
│ uts/ChallengeModeLayout.astro"; │
│ - │
│ -// Default to individual dungeons │
│ --- │
│ │
│ <ChallengeModeLayout /> │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET