Add hover tooltip to WorldMap and update task list

This commit is contained in:
2026-03-19 19:10:44 +01:00
parent 60f2f35b25
commit 133ab2e82c
5 changed files with 323 additions and 58 deletions

View File

@@ -167,6 +167,7 @@ export function MapPage(): React.JSX.Element {
{!loading && !error && (
<WorldMap
countries={countries}
countryNames={countryNames}
selectedCountry={selectedCountry}
onSelectCountry={setSelectedCountry}
thresholdLow={thresholdLow}