mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Season 8
This commit is contained in:
parent
9352be9ec8
commit
b8ff42892c
|
|
@ -159,8 +159,8 @@ describe("Plus voting", () => {
|
|||
|
||||
await adminAction({ _action: "REFRESH" }, { user: "admin" });
|
||||
|
||||
expect(await countPlusTierMembers(1)).toBe(10);
|
||||
expect(await countPlusTierMembers(2)).toBe(0);
|
||||
expect(await countPlusTierMembers(1)).toBe(5);
|
||||
expect(await countPlusTierMembers(2)).toBe(5);
|
||||
});
|
||||
|
||||
test("plus server skip flag ignored if for past season", async () => {
|
||||
|
|
@ -177,8 +177,8 @@ describe("Plus voting", () => {
|
|||
|
||||
await adminAction({ _action: "REFRESH" }, { user: "admin" });
|
||||
|
||||
expect(await countPlusTierMembers(1)).toBe(10);
|
||||
expect(await countPlusTierMembers(2)).toBe(1);
|
||||
expect(await countPlusTierMembers(1)).toBe(5);
|
||||
expect(await countPlusTierMembers(2)).toBe(6);
|
||||
});
|
||||
|
||||
test("ignores leaderboard while season is ongoing", async () => {
|
||||
|
|
|
|||
|
|
@ -68,9 +68,9 @@ function addTiers(entries: UserSPLeaderboardItem[], season: number) {
|
|||
}
|
||||
|
||||
const PLUS_TIER_QUOTA = {
|
||||
"+1": 10,
|
||||
"+2": 20,
|
||||
"+3": 30,
|
||||
"+1": 5,
|
||||
"+2": 10,
|
||||
"+3": 15,
|
||||
} as const;
|
||||
export function addPendingPlusTiers<T extends UserSPLeaderboardItem>(
|
||||
entries: T[],
|
||||
|
|
|
|||
|
|
@ -71,6 +71,11 @@ export const list =
|
|||
starts: new Date("2025-03-07T18:00:00.000Z"),
|
||||
ends: new Date("2025-05-25T21:59:59.999Z"),
|
||||
},
|
||||
{
|
||||
nth: 8,
|
||||
starts: new Date("2025-06-14T18:00:00.000Z"),
|
||||
ends: new Date("2025-08-24T22:00:00.000Z"),
|
||||
},
|
||||
] as const);
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -136,9 +136,9 @@
|
|||
|
||||
.front__season-banner__img {
|
||||
position: absolute;
|
||||
width: 125px;
|
||||
right: 2px;
|
||||
top: -31px;
|
||||
width: 110px;
|
||||
right: 5px;
|
||||
top: -32.5px;
|
||||
}
|
||||
|
||||
.front__season-banner__link {
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 168 KiB |
BIN
public/static-assets/img/sq-header/8.avif
Normal file
BIN
public/static-assets/img/sq-header/8.avif
Normal file
Binary file not shown.
BIN
public/static-assets/img/sq-header/8.png
Normal file
BIN
public/static-assets/img/sq-header/8.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
Loading…
Reference in New Issue
Block a user