Trek_CN/client/tests
jubnl 607498cabe
fix(search-autocomplete): address PR #542 review issues
- Fix race condition: AbortController cancels in-flight autocomplete
  requests on each keystroke; stale responses no longer overwrite fresh ones
- Remove acTrigger state hack; onFocus calls fetchSuggestions directly
- Cap autocomplete input at 200 chars server-side (400 on violation)
- Filter Nominatim suggestions with empty osm_id segments
- Revert getPlaceDetails OSM branch from unconditional parallel fetch to
  conditional serial: Nominatim called only when Overpass lacks coords/address
- Wire places.loadingDetails i18n key to Loader2 spinner via aria-label/role
- Add tests: MAPS-017, MAPS-040c, MAPS-093, FE-MAPS-004
2026-04-15 04:16:56 +02:00
..
environment fix(tests): restore native AbortController for undici fetch compatibility 2026-04-14 15:08:55 +02:00
helpers feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00
integration fix(search-autocomplete): address PR #542 review issues 2026-04-15 04:16:56 +02:00
unit fix(login): address review feedback on language dropdown PR 2026-04-15 03:04:25 +02:00
setup.ts feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00