pokerogue/src/ui
Dakurei e9b13be614
[Bugfix] Fix a bug during bgm-bar initialization (#2822)
* Prevent sizing error

* Make reboot not necessary for show BGM

* Makes the BGM Bar active by default

  + It had originally been decided that this would not be active by default because it was to be displayed outside the pause menu, but since its behavior has changed between this decision and its integration, the default deactivation is no longer necessary
2024-07-11 10:55:44 -04:00
..
settings [Bugfix] Fix a bug during bgm-bar initialization (#2822) 2024-07-11 10:55:44 -04:00
ability-bar.ts [Enhancement] Added a bgmBar to show the name of the track once music is played (#2457) 2024-06-24 16:31:38 +01:00
abstact-option-select-ui-handler.ts [UI] UI Small Adjustments (#2525) 2024-06-23 12:09:23 -04:00
achv-bar.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
achvs-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
arena-flyout.ts [Enhancement] Added a bgmBar to show the name of the track once music is played (#2457) 2024-06-24 16:31:38 +01:00
awaitable-ui-handler.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
ball-ui-handler.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
battle-flyout.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
battle-info.ts Localization: Localize luck indicator text and shiny labels (#2644) 2024-07-04 21:34:18 -04:00
battle-message-ui-handler.ts [UI] UI Small Adjustments (#2525) 2024-06-23 12:09:23 -04:00
bgm-bar.ts [Bugfix] Fix a bug during bgm-bar initialization (#2822) 2024-07-11 10:55:44 -04:00
candy-bar.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
challenges-select-ui-handler.ts Refactor challenges and add fresh start (#2963) 2024-07-11 07:34:49 +10:00
char-sprite.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
command-ui-handler.ts [UI] UI Small Adjustments (#2525) 2024-06-23 12:09:23 -04:00
confirm-ui-handler.ts Revert "[QoL] Summary option when new Pokemon caught and party is full (#2242)" (#2816) 2024-07-05 14:01:11 -04:00
daily-run-scoreboard.ts [Localization] Localized Daily Run Scoreboard (#2053) 2024-06-16 21:23:18 +01:00
egg-counter-container.ts fix egg skip console error (#2284) 2024-06-16 00:48:09 -04:00
egg-gacha-ui-handler.ts Modify Korean 'shiny' and gacha texts to match original (#2843) 2024-07-08 10:18:32 -04:00
egg-hatch-scene-handler.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04: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
evolution-scene-handler.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
fight-ui-handler.ts hotfix add back message bg 2024-06-23 12:17:51 -04:00
form-modal-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
game-stats-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
loading-modal-ui-handler.ts [Localization] Localizing "Loading..." text (#1822) 2024-06-10 13:33:48 -04:00
login-form-ui-handler.ts chore: Update environment variables for beta and production environments 2024-07-10 21:33:35 +01:00
menu-ui-handler.ts chore: Update environment variables for beta and production environments 2024-07-10 21:33:35 +01:00
message-ui-handler.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
modal-ui-handler.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
modifier-select-ui-handler.ts [Localization] modifier-select-ui-handler Locales (#2527) 2024-07-04 16:40:54 -04:00
move-info-overlay.ts [BUG] Fix Move Info Overlay Scroll Bug (#1856) 2024-06-06 08:22:37 -05:00
outdated-modal-ui-handler.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
party-exp-bar.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
party-ui-handler.ts [QoL] Add red color to the quantity if the item is at it's held limit (#2221) 2024-07-05 13:50:19 -04:00
pokeball-tray.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
pokemon-icon-anim-handler.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
pokemon-info-container.ts Revert "[QoL] Summary option when new Pokemon caught and party is full (#2242)" (#2816) 2024-07-05 14:01:11 -04:00
registration-form-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
save-slot-select-ui-handler.ts feat: Add logic to delete session data when overwriting a save (#2565) 2024-06-24 17:02:22 +01:00
saving-icon-handler.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
session-reload-modal-ui-handler.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
starter-select-ui-handler.ts Refactor challenges and add fresh start (#2963) 2024-07-11 07:34:49 +10:00
stats-container.ts [UI] UI Small Adjustments (#2525) 2024-06-23 12:09:23 -04:00
summary-ui-handler.ts Revert "[QoL] Summary option when new Pokemon caught and party is full (#2242)" (#2816) 2024-07-05 14:01:11 -04:00
target-select-ui-handler.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
text.ts [Enhancement] Fixes sizing and legacy theme problem for bgm-bar (#2603) 2024-07-05 20:50:19 +01:00
time-of-day-widget.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
title-ui-handler.ts Revert "Allow to auto-bump the version and show version in title (#2307)" (#2723) 2024-06-30 13:11:01 +02:00
ui-handler.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
ui-theme.ts [UI] UI Small Adjustments (#2525) 2024-06-23 12:09:23 -04:00
ui.ts [Enhancement] Added a bgmBar to show the name of the track once music is played (#2457) 2024-06-24 16:31:38 +01:00
unavailable-modal-ui-handler.ts Localization: Localized error message for server connection issue (#2598) 2024-06-27 15:33:58 -04:00
vouchers-ui-handler.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00