Remove TODO comments

This commit is contained in:
NightKev 2025-12-22 00:16:26 -08:00
parent 350bd34793
commit de6d475c6c
3 changed files with 0 additions and 3 deletions

View File

@ -29,7 +29,6 @@ export class LoginOrRegisterUiHandler extends LoginRegisterInfoContainerUiHandle
return [i18next.t("menu:login"), i18next.t("menu:register")];
}
// TODO: use mixins so it's not necessary to inherit from `FormModalUiHandler`
public override getInputFieldConfigs(): InputFieldConfig[] {
return [];
}

View File

@ -31,7 +31,6 @@ const MAX_SAVES_FOR_USERNAME_PANEL = 7;
const ERR_NO_SAVES: string = "No save files found";
const ERR_TOO_MANY_SAVES: string = "Too many save files found";
// TODO: use mixins
export abstract class LoginRegisterInfoContainerUiHandler extends FormModalUiHandler {
private usernameInfoImage: Phaser.GameObjects.Image;
private saveDownloadImage: Phaser.GameObjects.Image;

View File

@ -6,7 +6,6 @@ import { addWindow } from "#ui/ui-theme";
import { fixedInt } from "#utils/common";
import i18next from "i18next";
// TODO: use mixins
export abstract class OAuthProvidersUiHandler extends LoginRegisterInfoContainerUiHandler {
private discordImage: Phaser.GameObjects.Image;
private googleImage: Phaser.GameObjects.Image;