mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 13:25:11 +01:00
Update MAX_POKEMON limit to 1050 and enhance ID validation in Pokémon detail view
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const MAX_POKEMON = 151;
|
||||
const MAX_POKEMON = 1050;
|
||||
const CACHE_DURATION = 24 * 60 * 60 * 1000; // 24 hours in milliseconds
|
||||
const listWrapper = document.querySelector(".list-wrapper");
|
||||
const searchInput = document.querySelector("#search-input");
|
||||
|
||||
Reference in New Issue
Block a user