pokerogue/src/ui
damocleas 73e0a2905b
[Beta] Revert "[UI/UX] Default cursor to no when stop trying to teach move" (#5990)
Revert "[UI/UX] Default cursor to no when stop trying to teach move"

This reverts commit ba2158ec64.
2025-06-14 17:40:18 -04:00
..
battle-info [Beta][Bug][UI/UX] Fix name position and types not being updated in battle info (#5913) 2025-06-02 12:59:10 +00:00
settings [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
ability-bar.ts [Refactor] Align ability display with mainline (#5267) 2025-03-16 02:51:02 +00:00
abstact-option-select-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
achv-bar.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
achvs-ui-handler.ts [Refactor] Cleanup achvs ui handler (#5919) 2025-06-06 21:15:13 +00:00
admin-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
arena-flyout.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
autocomplete-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
awaitable-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
ball-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
base-stats-overlay.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
battle-flyout.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
battle-message-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
bgm-bar.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
candy-bar.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
challenges-select-ui-handler.ts [Refactor] Ensure that new phases are created through the phase manager 2025-06-07 23:55:30 -07:00
char-sprite.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
command-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
confirm-ui-handler.ts [Beta] Revert "[UI/UX] Default cursor to no when stop trying to teach move" (#5990) 2025-06-14 17:40:18 -04:00
daily-run-scoreboard.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
dropdown.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
egg-counter-container.ts [Refactor] Cleanup egg-counter-container (#5892) 2025-05-30 23:08:52 +00:00
egg-gacha-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
egg-hatch-scene-handler.ts [Refactor] Decouple phase system from battle-scene (#5953) 2025-06-07 17:59:30 -07:00
egg-list-ui-handler.ts [Refactor] Cleanup egg list ui handler (#5890) 2025-06-06 21:34:38 +02:00
egg-summary-ui-handler.ts [Refactor] Decouple phase system from battle-scene (#5953) 2025-06-07 17:59:30 -07:00
evolution-scene-handler.ts Cleanup evolution scene handler 2025-05-29 22:51:36 -05:00
fight-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
filter-bar.ts [Refactor] Cleanup filter bar (#5896) 2025-05-30 23:12:35 +00:00
filter-text.ts [Tests][UI/UX] Add automated tests for the pokedex (#5637) 2025-04-23 18:10:01 +00:00
form-modal-ui-handler.ts [Bug] Fix Login Screen Buttons can be Pressed While Animating (#5170) 2025-04-19 14:00:12 -07:00
game-stats-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
hatched-pokemon-container.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
loading-modal-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
login-form-ui-handler.ts [Dev] Enable Biome checking of pokemon.ts (#5720) 2025-05-27 07:50:54 -07:00
menu-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
message-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
modal-ui-handler.ts [Bug] Fix Login Screen Buttons can be Pressed While Animating (#5170) 2025-04-19 14:00:12 -07:00
modifier-select-ui-handler.ts [Misc] Move allMoves to data-lists.ts (#5860) 2025-05-21 20:18:24 -07:00
move-info-overlay.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
mystery-encounter-ui-handler.ts [Refactor] Decouple phase system from battle-scene (#5953) 2025-06-07 17:59:30 -07:00
party-exp-bar.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
party-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
pokeball-tray.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
pokedex-info-overlay.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
pokedex-mon-container.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
pokedex-page-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
pokedex-scan-ui-handler.ts [Misc] Move allMoves to data-lists.ts (#5860) 2025-05-21 20:18:24 -07:00
pokedex-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
pokemon-hatch-info-container.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
pokemon-icon-anim-handler.ts [Refactor] Create utility function coerceArray (#5723) 2025-06-12 21:30:01 -07:00
pokemon-info-container.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
registration-form-ui-handler.ts [Refactor/Bug/Ability] Reworked BattleData, fixed Rage Fist, Harvest, Belch + Implemented Cud Chew (#5655) 2025-05-02 00:06:07 -05:00
rename-form-ui-handler.ts [Ability] Implement Illusion (#3273) 2025-04-12 21:22:04 -04:00
run-history-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
run-info-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
save-slot-select-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
saving-icon-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
scroll-bar.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
scrollable-grid-handler.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
session-reload-modal-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
starter-container.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
starter-select-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
stats-container.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
summary-ui-handler.ts [Refactor] Remove circular dependencies (part 4) (#5964) 2025-06-11 19:42:04 -07:00
target-select-ui-handler.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
test-dialogue-ui-handler.ts [Misc] Run biome on all files; update some rules to be errors now 2025-06-14 00:59:34 -07:00
text.ts [Refactor] Remove circular dependencies (part 4) (#5964) 2025-06-11 19:42:04 -07:00
time-of-day-widget.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
title-ui-handler.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
ui-theme.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
ui.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
unavailable-modal-ui-handler.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00