mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-25 11:09:20 +01:00
Remove TODO comments
This commit is contained in:
parent
350bd34793
commit
de6d475c6c
@ -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 [];
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user