Refine portrait frames and non-bounty cards

This commit is contained in:
Cametendo
2026-08-15 02:04:46 +02:00
parent c645ee09d2
commit c76119b923
7 changed files with 153 additions and 5 deletions

View File

@@ -35,6 +35,7 @@
renderCardGrid(grid, results, characterCardHTML, 'No characters match your search. Try a different name or affiliation.');
resultCount.textContent = `${results.length} of ${CHARACTERS.length} characters`;
hydrateProperImages(grid);
}
searchInput.addEventListener('input', applyFilters);