mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 13:22:50 -05:00
Remove TODOs
This commit is contained in:
@@ -108,7 +108,6 @@ export function sendouqGamesPlayedByUserSince(params: {
|
||||
* time: their team is in a match whose `startedAt` is close enough before
|
||||
* `at`. When several qualify (rare) the latest-started one wins.
|
||||
*/
|
||||
// xxx: change it to more generic. user id + stage + mode + startedAt -> what scrim, sq, tournament if any?
|
||||
export async function tournamentIdAt({
|
||||
userId,
|
||||
at,
|
||||
|
||||
@@ -15,10 +15,6 @@ import {
|
||||
ingestBodySchema,
|
||||
} from "../scanner-ingest-schemas";
|
||||
|
||||
// xxx: dont only attach scoreboard on ingest, also when score is reported (for e.g. tournament stuff)
|
||||
// xxx: check why http://localhost:7001/to/4066/matches/139247?tab=result layout bad
|
||||
// xxx: check why http://localhost:7001/to/4066/matches/139247?tab=result first game not uploaded
|
||||
// xxx: this needs some thinking and documentation to cover all the cases that can be ingested
|
||||
export const action: ActionFunction = async ({ request }) => {
|
||||
const user = requireUser();
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ export async function listVideoInputs(): Promise<MediaDeviceInfo[]> {
|
||||
|
||||
export type FrameHandler = (bitmap: ImageBitmap, t: number) => void;
|
||||
|
||||
// XXX: hidden tabs can still be frozen/discarded outright, which suspends the
|
||||
// xxx: hidden tabs can still be frozen/discarded outright, which suspends the
|
||||
// workers too. A silent looping <audio> marks the page as playing audio and
|
||||
// exempts it from both intensive throttling and freezing — measure whether we
|
||||
// need it before adding it.
|
||||
|
||||
@@ -129,11 +129,6 @@ html.dark [data-custom-theme],
|
||||
--color-error: oklch(65% 0.25 10);
|
||||
--color-error-high: oklch(87% 0.07 10);
|
||||
|
||||
/** xxx: validate these */
|
||||
/* Team series colors of charts (e.g. the objective timeline): the error
|
||||
(~10) and info (~275) hues re-stepped so the marks pass CVD-separation
|
||||
and surface-contrast validation — the text-tier colors are too pastel
|
||||
as chart marks. */
|
||||
--color-chart-alpha: #da5b76;
|
||||
--color-chart-bravo: #6572e4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user