Merge branch 'perf-test' of https://github.com/jubnl/TREK into dev

# Conflicts:
#	client/src/components/Map/MapView.tsx
This commit is contained in:
Maurice
2026-03-31 23:10:02 +02:00
27 changed files with 1789 additions and 83 deletions
@@ -86,6 +86,7 @@ export default React.memo(function PlaceAvatar({ place, size = 32, category }: P
src={photoSrc}
alt={place.name}
loading="lazy"
decoding="async"
style={{ width: '100%', height: '100%', objectFit: 'cover' }}
onError={() => setPhotoSrc(null)}
/>