Add country-specific companion table filtering for map page

This commit is contained in:
2026-04-05 22:12:06 +02:00
parent c03a5c1cbc
commit c51858ec71
13 changed files with 332 additions and 85 deletions

View File

@@ -101,7 +101,7 @@ export function MapPage(): React.JSX.Element {
const source = range === "24h" ? "fail2ban" : "archive";
const { countries, countryNames, bans, total, loading, error, refresh } =
useMapData(range, originFilter, source);
useMapData(range, originFilter, source, selectedCountry ?? undefined);
const {
thresholds: mapThresholds,