mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-22 02:14:41 -05:00
* Mode Map Pool picker component initial
* Component in settings
* Lottery initial
* Fix tests
* useTrusters as perf optimization
* unionAll -> union
* Fancy picker for tournaments
* Map pools memento
* FC's initial
* Friend code when registering for tournament
* FC in flows
* SHow FC in places
* Add catch in case
* Fix disabling
* Show ELO changed
* Wiggle MapPool button if already selected
* CSS vars typing
* Rechallenging
* Team (all) leaderboard
* Preview groups
* Fix chat width changing
* Solid reported weapons
* Clearer cancel requested header
* Dynamic revalidates
* spDiff from memento
* (Partly) Revert "Remove screen banning"
This reverts commit 076cabfbfa.
* Screen indicators in looking view
* FC i18n
* noscreen = 0
* E2E test
* E2E 2
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
import type * as React from "react";
|
|
|
|
declare module "react" {
|
|
interface CSSProperties {
|
|
[key: `--${string}`]: string | number | undefined;
|
|
}
|
|
}
|