pokerogue/src/ui
NightKev 9f82d796d3 Merge branch 'main' into beta 2024-09-11 07:29:18 -07:00
..
settings fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
ability-bar.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
abstact-option-select-ui-handler.ts [QoL] Test dialogue menu option (#3725) 2024-08-30 02:38:46 +01:00
achv-bar.ts [Enhancement] Slightly improve the challenge selection UI, achievement UI, and achievement message window. (#3731) 2024-08-25 17:11:03 -07:00
achvs-ui-handler.ts [UI][Misc] Rename Space to Action in voucher/achv menu (#3982) 2024-09-02 17:54:56 -04:00
admin-ui-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
arena-flyout.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
autocomplete-ui-handler.ts [QoL] Test dialogue menu option (#3725) 2024-08-30 02:38:46 +01:00
awaitable-ui-handler.ts [Refactor] allow `null` for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
ball-ui-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
battle-flyout.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
battle-info.ts [Enhancement] Added the ability to localize the tera type hover text (#4138) 2024-09-09 15:57:07 -04:00
battle-message-ui-handler.ts [Bug] Fix line spacing in level up stats and move info in Japanese (#4095) 2024-09-09 12:54:17 -04:00
bgm-bar.ts [Refactor] use typescript `strict-null` (#3259) 2024-08-07 17:23:12 +01:00
candy-bar.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
challenges-select-ui-handler.ts [UI][Misc] Force users to have an active challenge (#3953) 2024-09-02 00:32:22 -04:00
char-sprite.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
command-ui-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
confirm-ui-handler.ts [Bug] Caught Pokemon-Summary Option playing Error Sound (#3229) 2024-07-29 19:00:56 -04:00
daily-run-scoreboard.ts [Refactor] use typescript `strict-null` (#3259) 2024-08-07 17:23:12 +01:00
dropdown.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
egg-counter-container.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
egg-gacha-ui-handler.ts Corrections and adjustments (#3831) 2024-08-26 21:50:19 +01:00
egg-hatch-scene-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
egg-list-ui-handler.ts [Feature] [Same species Egg] Egg class rewrite to enable fully parameterized eggs to generate same species eggs + Egg overrides (#1833) 2024-06-21 20:19:56 -04:00
egg-summary-ui-handler.ts Merge branch 'main' into beta 2024-09-11 07:29:18 -07:00
evolution-scene-handler.ts [Refactor] use typescript `strict-null` (#3259) 2024-08-07 17:23:12 +01:00
fight-ui-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
filter-bar.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
form-modal-ui-handler.ts Updated all fields (except passwords) to allow for 20 characters (#4119) 2024-09-09 00:57:44 +01:00
game-stats-ui-handler.ts [QoL] Add arrows in the Stats screen to show it is scrollable (#3489) 2024-08-24 23:56:35 +01:00
loading-modal-ui-handler.ts [Refactor] allow `null` for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
login-form-ui-handler.ts [Bug][Refactor] fix username-finder issues + code & visual improvements (#4055) 2024-09-06 00:07:24 +00:00
menu-ui-handler.ts Added Donate Link to Community Page (#3989) 2024-09-03 01:37:53 +01:00
message-ui-handler.ts [Beta][Bug] Sounds in Dialogue Changes (#3837) 2024-08-27 11:25:49 -07:00
modal-ui-handler.ts [Bug][Refactor] fix username-finder issues + code & visual improvements (#4055) 2024-09-06 00:07:24 +00:00
modifier-select-ui-handler.ts [P1 Bug][UI/UX] Address shop cursor target feedbacks (#4009) 2024-09-04 01:07:56 +00:00
move-info-overlay.ts [Bug] Fix line spacing in level up stats and move info in Japanese (#4095) 2024-09-09 12:54:17 -04:00
outdated-modal-ui-handler.ts [Refactor] allow `null` for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
party-exp-bar.ts [Refactor] use typescript `strict-null` (#3259) 2024-08-07 17:23:12 +01:00
party-ui-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
pokeball-tray.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
pokemon-hatch-info-container.ts [Enhancement] Skip egg hatching and show summary (#3726) 2024-09-04 16:59:25 +00:00
pokemon-icon-anim-handler.ts [Refactor] use typescript `strict-null` (#3259) 2024-08-07 17:23:12 +01:00
pokemon-info-container.ts [UI Bug] Fix HA icon not always showing in egg summary screen (#4150) 2024-09-10 10:12:17 -04:00
registration-form-ui-handler.ts [Enhancement] add font size option per language on registration UI (#3849) 2024-09-05 09:52:48 +00:00
rename-form-ui-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
run-history-ui-handler.ts adapt gender context logic to run-history (#3881) 2024-08-29 09:25:45 -07:00
run-info-ui-handler.ts [Enhancement] Update instruction for gamepad in run history UI (#4053) 2024-09-10 23:45:53 -04:00
save-slot-select-ui-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
saving-icon-handler.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
scroll-bar.ts [Enhancement] Make the scrollbar cursor size more natural in the starter select UI (#3627) 2024-08-23 16:51:01 -07:00
session-reload-modal-ui-handler.ts [Refactor] allow `null` for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
starter-container.ts [Enhancement] Add favorite filter in Starter UI (#3431) 2024-08-09 10:32:30 -04:00
starter-select-ui-handler.ts [UI] fix candy upgrade icon not updating after purchasing eggs (#4153) 2024-09-10 14:00:50 -04:00
stats-container.ts [Refactor/Bug/Move] Overhaul Stats and Battle Items, Implement Several Stat Moves (#2699) 2024-09-02 22:12:34 -04:00
summary-ui-handler.ts [Refactor/Bug/Move] Overhaul Stats and Battle Items, Implement Several Stat Moves (#2699) 2024-09-02 22:12:34 -04:00
target-select-ui-handler.ts Increase Target Select UI Opacitiy (#3683) 2024-08-22 14:04:26 +02:00
test-dialogue-ui-handler.ts [QoL] Test dialogue menu option (#3725) 2024-08-30 02:38:46 +01:00
text.ts [QoL] Add arrows in the Stats screen to show it is scrollable (#3489) 2024-08-24 23:56:35 +01:00
time-of-day-widget.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
title-ui-handler.ts fix and optimize imports (#4061) 2024-09-07 21:37:37 -07:00
ui-handler.ts [Bug][Refactor] fix username-finder issues + code & visual improvements (#4055) 2024-09-06 00:07:24 +00:00
ui-theme.ts [Refactor] use typescript `strict-null` (#3259) 2024-08-07 17:23:12 +01:00
ui.ts [Enhancement] Update instruction for gamepad in run history UI (#4053) 2024-09-10 23:45:53 -04:00
unavailable-modal-ui-handler.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00