feature: more fixes to make it amazing

This commit is contained in:
2026-02-07 16:33:07 -06:00
parent d55aac6605
commit f4dedcd66e
18 changed files with 579 additions and 261 deletions

View File

@@ -18,6 +18,12 @@ export const DIMENSIONS = {
export const MAX_SEARCH_LENGTH = 4
export const SIDE_MENU_ITEMS = ['POKEDEX', 'FAVORITES', 'SETTINGS', 'MAP', 'BAG']
export const SIDE_MENU_ITEMS = [
{ label: 'POKÉMON', route: '/pokemon' },
{ label: 'MAPS', route: '/maps' },
{ label: 'GAMES', route: '/games' },
{ label: 'MOVES', route: '/moves' },
{ label: 'SETTINGS', route: '/settings' }
]
export const KEYPAD_KEYS = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]