pokerogue/src
Opaque02 a2419c4fc3
[Misc] Add admin for (un)linking 3rd party accounts (#4198)
* Updated admin panel to allow the concept of unlinking accounts

* Don't look too hard at this commit, nothing to see here

* Admin stuff

* Fixed linking and unlinking and updated menu options

* Undid some changes and cleaned up some code

* Updated some logic and added some comments

* Updates to admin panel logic

* Stupid promises everyone hates them and they deserver to die

* Promise stuff still

* Promises working thanks to Ydarissep on discord - pushing with debug code before it decides to stop working again

* Removed debugging code

* All discord functionality seems to be working here?? Not sure what happened but yay

* Fixed up some bugs and code

* Added registered date to the panel

* Fixed and updated some minor error message related stuff

* Minor changes

* Fixed some minor bugs, made the save related errors have error codes, and added updated icons

* Updated search field error

* Missed a couple of things to push

* Fixed linting and doc errors

* Revert dev related code and clean up dev comments

* Reverting utils

* Updating front end to match back end from Pancakes' comments

* make getFields and getInputFieldConfigs a single function of FormUiHandler

* remove outdated doc

* Apply suggestions from code review

Moka review changes

Co-authored-by: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com>

* Added docs

* eslint fixes

* Fixed error not showing up in certain conditions

---------

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: MokaStitcher <millennium.stitcher@gmail.com>
Co-authored-by: MokaStitcher <54149968+MokaStitcher@users.noreply.github.com>
Co-authored-by: innerthunder <brandonerickson98@gmail.com>
2024-10-23 22:00:07 +02:00
..
@types [Qol][Refactor] i18n lazy-loading (#4327) 2024-10-01 21:55:16 +01:00
configs/inputs add new lint rules....again 2024-10-04 13:08:31 +08:00
data [Balance][ME] Various ME Balance changes (#4700) 2024-10-23 21:46:57 +02:00
enums [Balance][ME] Various ME Balance changes (#4700) 2024-10-23 21:46:57 +02:00
events fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
field [Balance][ME] Various ME Balance changes (#4700) 2024-10-23 21:46:57 +02:00
interfaces [Feature] Add Mystery Encounters to the game (#3938) 2024-09-14 03:05:58 +01:00
modifier [Balance][ME] Various ME Balance changes (#4700) 2024-10-23 21:46:57 +02:00
phases [Balance][ME] Various ME Balance changes (#4700) 2024-10-23 21:46:57 +02:00
pipelines [Feature] Add Mystery Encounters to the game (#3938) 2024-09-14 03:05:58 +01:00
plugins [Beta P3] Fix i18n namespaces map for mysteryEncounterMessages from mystery-encounter-messages -> mystery-encounter-texts (#4617) 2024-10-08 13:44:23 -04:00
system [Balance][ME] Various ME Balance changes (#4700) 2024-10-23 21:46:57 +02:00
test [Balance][ME] Various ME Balance changes (#4700) 2024-10-23 21:46:57 +02:00
typings/phaser centralize module typing overrides (#1786) 2024-08-24 12:46:16 -07:00
ui [Misc] Add admin for (un)linking 3rd party accounts (#4198) 2024-10-23 22:00:07 +02:00
account.ts add new lint rules....again 2024-10-04 13:08:31 +08:00
battle-scene.ts [P2] Missing Minior form (violet) now spawns in the wild (#4711) 2024-10-23 11:10:43 -04:00
battle.ts add new lint rules....again 2024-10-04 13:08:31 +08:00
constants.ts [Feature] Seasonal splash messages logic + scaffolding (#4318) 2024-09-19 15:59:37 -07:00
debug.js ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
game-mode.ts Add eslint rule to enforce indenting of case statements (#4692) 2024-10-20 02:44:36 +01:00
inputs-controller.ts add new lint rules....again 2024-10-04 13:08:31 +08:00
loading-scene.ts [Misc] Add admin for (un)linking 3rd party accounts (#4198) 2024-10-23 22:00:07 +02:00
main.ts [Qol][Refactor] i18n lazy-loading (#4327) 2024-10-01 21:55:16 +01:00
messages.ts Add eslint rule to enforce indenting of case statements (#4692) 2024-10-20 02:44:36 +01:00
overrides.ts [Test] Add STATUS_ACTIVATION_OVERRIDE to overrides.ts (#4689) 2024-10-22 23:11:02 -04:00
phase.ts [Misc] More complete phase logging (#4651) 2024-10-12 13:06:26 -07:00
scene-base.ts add new lint rules....again 2024-10-04 13:08:31 +08:00
timed-event-manager.ts add new lint rules....again 2024-10-04 13:08:31 +08:00
touch-controls.ts Add eslint rule to enforce indenting of case statements (#4692) 2024-10-20 02:44:36 +01:00
tutorial.ts [Daily] Daily standardization (#3776) 2024-09-26 01:39:59 -07:00
ui-inputs.ts Add eslint rule to enforce indenting of case statements (#4692) 2024-10-20 02:44:36 +01:00
utils.test.ts add new lint rules....again 2024-10-04 13:08:31 +08:00
utils.ts Add eslint rule to enforce indenting of case statements (#4692) 2024-10-20 02:44:36 +01:00
vite.env.d.ts Beta Merge 27/07 (#3141) 2024-07-28 00:47:00 +01:00